Return to search results
"module-utilities": A Python package for simplify creating python modules.
"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.
Complete Metadata
| @type | dcat:Dataset |
|---|---|
| accessLevel | public |
| accrualPeriodicity | R/PT1S |
| bureauCode |
[
"006:55"
]
|
| contactPoint |
{
"fn": "William P. Krekelberg",
"hasEmail": "mailto:william.krekelberg@nist.gov"
}
|
| description | "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. |
| distribution |
[
{
"title": "Source code",
"accessURL": "https://github.com/usnistgov/module-utilities",
"description": "Github repo for `module-utilities`"
},
{
"title": "Documentation for `module-utilities`",
"accessURL": "https://pages.nist.gov/module-utilities/"
},
{
"title": "README",
"mediaType": "application/pdf",
"description": "README file for`module-utilities` python package",
"downloadURL": "https://data.nist.gov/od/ds/mds2-3082/README.pdf"
}
]
|
| identifier | ark:/88434/mds2-3082 |
| issued | 2024-04-02 |
| keyword |
[
"python packaging",
"software development"
]
|
| language |
[
"en"
]
|
| license | https://www.nist.gov/open/license |
| modified | 2023-08-22 00:00:00 |
| programCode |
[
"006:045"
]
|
| publisher |
{
"name": "National Institute of Standards and Technology",
"@type": "org:Organization"
}
|
| theme |
[
"Information Technology:Data and informatics"
]
|
| title | "module-utilities": A Python package for simplify creating python modules. |