This module contains a collection of utility classes for accessing and packaging PDB chemical reference data.
Download the library source software from the project repository:
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_chemref.git
Optionally, run test suite (Python versions > 3.9) using tox:
toxInstallation is via the program pip.
pip install rcsb.utils.chemref
or install the local repository using:
pip install -e .