This module contains application interface to RCSB chemical search services.
Download the library source software from the project repository:
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_app_chem.git
Optionally, run test suite (Python 3.8) using setuptools or tox:
python setup.py test
or simply run
tox
Installation is via the program pip.
pip install rcsb.app.chem
or for the local repository:
pip install .