# RCSB Python Chemical Search Service
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=22&branchName=master)
## Introduction
This module contains application interface to RCSB chemical search services.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_app_chem.git
```
Optionally, run test suite (Python 3.8) 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).
```bash
pip install rcsb.app.chem
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_app_chem",
"name": "rcsb.app.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/fd/91/3b63f4ffe42834d8c5601ea7dc5c160c75689f266243d36b2e0f99ed97bc/rcsb_app_chem-0.42.tar.gz",
"platform": null,
"description": "# RCSB Python Chemical Search Service\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=22&branchName=master)\n\n## Introduction\n\nThis module contains application interface to RCSB chemical search services.\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_app_chem.git\n\n```\n\nOptionally, run test suite (Python 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\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.app.chem\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Chemical Search Service",
"version": "0.42",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_app_chem"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fd913b63f4ffe42834d8c5601ea7dc5c160c75689f266243d36b2e0f99ed97bc",
"md5": "802ad562d9cad5119bc458a95e8d8027",
"sha256": "71337377d469e3d660972973239d22e61a9467e02e8e2d7603137569eec87d82"
},
"downloads": -1,
"filename": "rcsb_app_chem-0.42.tar.gz",
"has_sig": false,
"md5_digest": "802ad562d9cad5119bc458a95e8d8027",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15781,
"upload_time": "2025-07-29T15:53:57",
"upload_time_iso_8601": "2025-07-29T15:53:57.366985Z",
"url": "https://files.pythonhosted.org/packages/fd/91/3b63f4ffe42834d8c5601ea7dc5c160c75689f266243d36b2e0f99ed97bc/rcsb_app_chem-0.42.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-29 15:53:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_app_chem",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "OpenEye-toolkits",
"specs": [
[
">=",
"2022.2.2"
]
]
},
{
"name": "fastapi",
"specs": [
[
"==",
"0.68.0"
]
]
},
{
"name": "gunicorn",
"specs": [
[
"==",
"20.0.4"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.17"
]
]
},
{
"name": "rcsb.utils.chem",
"specs": [
[
">=",
"0.73"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.24.0"
],
[
"<",
"3.0.0"
]
]
},
{
"name": "aiofiles",
"specs": [
[
">=",
"0.5.0"
],
[
"<",
"0.6.0"
]
]
},
{
"name": "jinja2",
"specs": [
[
">=",
"2.11.2"
],
[
"<",
"3.0.0"
]
]
},
{
"name": "uvicorn",
"specs": [
[
"<",
"0.14.0"
],
[
">=",
"0.12.0"
]
]
},
{
"name": "async_exit_stack",
"specs": [
[
"<",
"2.0.0"
],
[
">=",
"1.0.1"
]
]
},
{
"name": "async_generator",
"specs": [
[
">=",
"1.10"
],
[
"<",
"2.0.0"
]
]
}
],
"tox": true,
"lcname": "rcsb.app.chem"
}