# RCSB Dictionary Method Utilities
## A collection of Python Dictionary Method Utilities
## Introduction
This module contains a collection of utility classes for defining and managing the execution of
dynamic dictionary methods.
### Installation
Install via [pip](https://pypi.python.org/pypi/pip).
```bash
pip install rcsb.utils.dictionary
```
Or, to install from the source, download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_dictionary.git
```
Optionally, run test suite (Python versions 3.7+) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
python setup.py test
or simply run
tox
```
Installation is via the program [pip](https://pypi.python.org/pypi/pip). To run tests
from the source tree, the package must be installed in editable mode (i.e. -e):
```bash
pip install -e .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_dictionary",
"name": "rcsb.utils.dictionary",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "John Westbrook",
"author_email": "john.westbrook@rcsb.org",
"download_url": "https://files.pythonhosted.org/packages/bf/52/3ac00616927f63f41f6e1a8f687afebbb956f9c0dbdbd89cb6a5c6f672d9/rcsb_utils_dictionary-1.31.tar.gz",
"platform": null,
"description": "# RCSB Dictionary Method Utilities\n\n## A collection of Python Dictionary Method Utilities\n\n## Introduction\n\nThis module contains a collection of utility classes for defining and managing the execution of\ndynamic dictionary methods.\n\n### Installation\n\nInstall via [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.utils.dictionary\n```\n\nOr, to install from the source, download the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_dictionary.git\n\n```\n\nOptionally, run test suite (Python versions 3.7+) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip). To run tests\nfrom the source tree, the package must be installed in editable mode (i.e. -e):\n\n```bash\npip install -e .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Dictionary Utility Classes",
"version": "1.31",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_dictionary"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bf523ac00616927f63f41f6e1a8f687afebbb956f9c0dbdbd89cb6a5c6f672d9",
"md5": "bddc06ccd2fec776484d0ad211bfa540",
"sha256": "8b1703c1d5f9380d5cdcf416b641156d36b0043b8efabf8a146bf4832c91c2f4"
},
"downloads": -1,
"filename": "rcsb_utils_dictionary-1.31.tar.gz",
"has_sig": false,
"md5_digest": "bddc06ccd2fec776484d0ad211bfa540",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 140503,
"upload_time": "2025-02-05T18:17:50",
"upload_time_iso_8601": "2025-02-05T18:17:50.172207Z",
"url": "https://files.pythonhosted.org/packages/bf/52/3ac00616927f63f41f6e1a8f687afebbb956f9c0dbdbd89cb6a5c6f672d9/rcsb_utils_dictionary-1.31.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-05 18:17:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_dictionary",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "scipy",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "mmcif",
"specs": [
[
">=",
"0.91.0"
]
]
},
{
"name": "rcsb.utils.chemref",
"specs": [
[
">=",
"0.91"
]
]
},
{
"name": "rcsb.utils.citation",
"specs": [
[
">=",
"0.22"
]
]
},
{
"name": "rcsb.utils.config",
"specs": [
[
">=",
"0.40"
]
]
},
{
"name": "rcsb.utils.ec",
"specs": [
[
">=",
"0.25"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.48"
]
]
},
{
"name": "rcsb.utils.multiproc",
"specs": [
[
">=",
"0.19"
]
]
},
{
"name": "rcsb.utils.repository",
"specs": [
[
">=",
"0.48"
]
]
},
{
"name": "rcsb.utils.seq",
"specs": [
[
">=",
"0.82"
]
]
},
{
"name": "rcsb.utils.struct",
"specs": [
[
">=",
"0.47"
]
]
},
{
"name": "rcsb.utils.targets",
"specs": [
[
">=",
"0.82"
]
]
},
{
"name": "rcsb.utils.taxonomy",
"specs": [
[
">=",
"0.43"
]
]
},
{
"name": "rcsb.utils.validation",
"specs": [
[
">=",
"0.31"
]
]
},
{
"name": "rcsb.utils.insilico3d",
"specs": [
[
">=",
"0.38"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.dictionary"
}