chemistry_tools.pubchemΒΆ

This module provides a wrapper around the PubChem PUG_REST API.

Data for compounds can be accessed using the chemistry_tools.pubchem.lookup.get_compounds() function.

Attention

This package has the following additional requirements:

cawdrey>=0.1.7
mathematical>=0.1.13
pillow>=7.0.0
pyparsing>=2.4.6
tabulate>=0.8.9

These can be installed as follows:

python -m pip install chemistry-tools[pubchem]