Chemistry Tools¶
Python tools for analysis of chemical compounds.
Docs |
|
|---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
Other |
Installation¶
python3 -m pip install chemistry_tools --user
First add the required channels
conda config --add channels https://conda.anaconda.org/domdfcoding
conda config --add channels https://conda.anaconda.org/conda-forge
Then install
conda install chemistry_tools
python3 -m pip install git+https://github.com/domdfcoding/chemistry_tools@master --user
API Reference
chemistry_tools.elementschemistry_tools.formulaechemistry_tools.formulae.compositionchemistry_tools.formulae.compoundchemistry_tools.formulae.dataarraychemistry_tools.formulae.formulachemistry_tools.formulae.htmlchemistry_tools.formulae.iso_distchemistry_tools.formulae.latexchemistry_tools.formulae.parserchemistry_tools.formulae.specieschemistry_tools.formulae.unicodechemistry_tools.formulae.utils
chemistry_tools.pubchemchemistry_tools.pubchem.atomchemistry_tools.pubchem.bondchemistry_tools.pubchem.compoundchemistry_tools.pubchem.descriptionchemistry_tools.pubchem.enumschemistry_tools.pubchem.errorschemistry_tools.pubchem.full_recordchemistry_tools.pubchem.imageschemistry_tools.pubchem.lookupchemistry_tools.pubchem.propertieschemistry_tools.pubchem.pug_restchemistry_tools.pubchem.synonymschemistry_tools.pubchem.utils
Contributing
View the Function Index or browse the Source Code.