LICENSE
MANIFEST.in
README.rst
__pkginfo__.py
requirements.txt
setup.py
chemistry_tools/__init__.py
chemistry_tools/cas.py
chemistry_tools/constants.py
chemistry_tools/dicts.py
chemistry_tools/names.py
chemistry_tools/property_format.py
chemistry_tools/spectrum_similarity.py
chemistry_tools/toxnet.py
chemistry_tools/units.py
chemistry_tools/utils.py
chemistry_tools.egg-info/PKG-INFO
chemistry_tools.egg-info/SOURCES.txt
chemistry_tools.egg-info/dependency_links.txt
chemistry_tools.egg-info/entry_points.txt
chemistry_tools.egg-info/requires.txt
chemistry_tools.egg-info/top_level.txt
chemistry_tools/elements/__init__.py
chemistry_tools/elements/_elements.py
chemistry_tools/elements/_isotope_data.py
chemistry_tools/elements/_table.py
chemistry_tools/elements/actinides.py
chemistry_tools/elements/alkali_metals.py
chemistry_tools/elements/alkaline_earth_metals.py
chemistry_tools/elements/chalcogens.py
chemistry_tools/elements/classes.py
chemistry_tools/elements/halogens.py
chemistry_tools/elements/lanthanides.py
chemistry_tools/elements/noble_gases.py
chemistry_tools/elements/pnictogens.py
chemistry_tools/elements/requirements.txt
chemistry_tools/elements/tetrels.py
chemistry_tools/elements/transition_metals.py
chemistry_tools/elements/triels.py
chemistry_tools/formulae/__init__.py
chemistry_tools/formulae/_parser_core.py
chemistry_tools/formulae/composition.py
chemistry_tools/formulae/compound.py
chemistry_tools/formulae/dataarray.py
chemistry_tools/formulae/formula.py
chemistry_tools/formulae/html.py
chemistry_tools/formulae/iso_dist.py
chemistry_tools/formulae/latex.py
chemistry_tools/formulae/parser.py
chemistry_tools/formulae/requirements.txt
chemistry_tools/formulae/species.py
chemistry_tools/formulae/unicode.py
chemistry_tools/formulae/utils.py
chemistry_tools/pubchem/__init__.py
chemistry_tools/pubchem/atom.py
chemistry_tools/pubchem/bond.py
chemistry_tools/pubchem/compound.py
chemistry_tools/pubchem/description.py
chemistry_tools/pubchem/enums.py
chemistry_tools/pubchem/errors.py
chemistry_tools/pubchem/full_record.py
chemistry_tools/pubchem/images.py
chemistry_tools/pubchem/lookup.py
chemistry_tools/pubchem/properties.py
chemistry_tools/pubchem/pug_rest.py
chemistry_tools/pubchem/requirements.txt
chemistry_tools/pubchem/synonyms.py
chemistry_tools/pubchem/utils.py
tests/test_formulae/__init__.py
tests/test_formulae/test_compound.py
tests/test_formulae/test_formula.py
tests/test_formulae/test_parser.py
tests/test_pubchem/__init__.py
tests/test_pubchem/test_Atom.py
tests/test_pubchem/test_Bond.py
tests/test_pubchem/test_Compound.py
tests/test_pubchem/test_Errors.py
tests/test_pubchem/test_compound3d.py
tests/test_pubchem/test_download.py
tests/test_pubchem/test_pandas.py
tests/test_pubchem/test_properties.py
tests/test_pubchem/test_requests.py