"module-utilities": A Python package for simplify creating python modules.
收藏NIST Chemistry WebBook2024-04-02 更新2026-03-14 收录
下载链接:
https://data.nist.gov/od/id/mds2-3082
下载链接
链接失效反馈官方服务:
资源简介:
"module-utilities" is a python package of utilities to simplify working with python packages.
The main features of `module-utilities` are as follows: "cached" module: A module to cache class attributes and methods. Right now, this uses
a standard python dictionary for storage. Future versions will hopefully
be more robust to threading and shared cache.
"docfiller" module: A module to share documentation. This is adapted from the
pandas `doc` decorator. There are a host of utilities build around this.
"docinhert": An interface to "docstring-inheritance" module. This can be
combined with "docfiller" to make creating related function/class
documentation easy.



