# py-rcsb_utils_chem
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=20&branchName=master)
RCSB Python tools for accessing and annotating PDB chemical components definitions.
## Introduction
Utilities for managing, comparing and searching PDB chemical component definitions.
This module has internal dependencies on: OpenEye OECHEM toolkits, RDKIT,
OpenBabel/Pybel, and CACTVS. These dependencies require separate installation
that is described with each chemical package.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_chem.git
```
Optionally, run test suite (Python versions 3.8) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
pip install -r requirements.txt
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_chem",
"name": "rcsb.utils.chem",
"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/99/b9/c0b813b5765093c600420c005c57b4f4ca89a0ec643cf64f7a1523243b66/rcsb_utils_chem-0.83.tar.gz",
"platform": null,
"description": "# py-rcsb_utils_chem\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=20&branchName=master)\n\nRCSB Python tools for accessing and annotating PDB chemical components definitions.\n\n## Introduction\n\nUtilities for managing, comparing and searching PDB chemical component definitions.\nThis module has internal dependencies on: OpenEye OECHEM toolkits, RDKIT,\nOpenBabel/Pybel, and CACTVS. These dependencies require separate installation\nthat is described with each chemical package.\n\n### Installation\n\nDownload the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_chem.git\n\n```\n\nOptionally, run test suite (Python versions 3.8) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\n\n pip install -r requirements.txt\n python setup.py test\n\nor simply run:\n\n tox\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 Chemical Utility Classes",
"version": "0.83",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_chem"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "99b9c0b813b5765093c600420c005c57b4f4ca89a0ec643cf64f7a1523243b66",
"md5": "a26c01862e12cb1f35c7b97a1d1144e7",
"sha256": "a2a7a48476e4d110bdd2ec76643b397c2c2aa2caf5f676b73961c2207f684d84"
},
"downloads": -1,
"filename": "rcsb_utils_chem-0.83.tar.gz",
"has_sig": false,
"md5_digest": "a26c01862e12cb1f35c7b97a1d1144e7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 86066,
"upload_time": "2025-07-31T17:18:45",
"upload_time_iso_8601": "2025-07-31T17:18:45.960939Z",
"url": "https://files.pythonhosted.org/packages/99/b9/c0b813b5765093c600420c005c57b4f4ca89a0ec643cf64f7a1523243b66/rcsb_utils_chem-0.83.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-31 17:18:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_chem",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "OpenEye-toolkits",
"specs": [
[
">=",
"2022.1"
]
]
},
{
"name": "mmcif",
"specs": [
[
">=",
"0.70"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.12"
]
]
},
{
"name": "rcsb.utils.multiproc",
"specs": [
[
">=",
"0.18"
]
]
},
{
"name": "wrapt_timeout_decorator",
"specs": [
[
">=",
"1.3.1"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.chem"
}