LICENSE
README.md
pyproject.toml
SmileSherlock.egg-info/PKG-INFO
SmileSherlock.egg-info/SOURCES.txt
SmileSherlock.egg-info/dependency_links.txt
SmileSherlock.egg-info/entry_points.txt
SmileSherlock.egg-info/requires.txt
SmileSherlock.egg-info/top_level.txt
smilesherlock/__init__.py
smilesherlock/cli.py
smilesherlock/config.py
smilesherlock/logging_config.py
smilesherlock/cli/__init__.py
smilesherlock/cli/main.py
smilesherlock/core/__init__.py
smilesherlock/core/atommap.py
smilesherlock/core/augment.py
smilesherlock/core/cheminfo.py
smilesherlock/core/conformers.py
smilesherlock/core/database.py
smilesherlock/core/iupacname.py
smilesherlock/core/pubchem.py
smilesherlock/core/reaction.py
smilesherlock/core/rgroup.py
smilesherlock/core/scaffold.py
smilesherlock/core/smiles.py
smilesherlock/core/standardize.py
smilesherlock/core/stereo.py
smilesherlock/core/tautomers.py
smilesherlock/utils/__init__.py
smilesherlock/utils/export.py
smilesherlock/utils/parsers.py
tests/test_atommap.py
tests/test_augment.py
tests/test_cheminfo.py
tests/test_cli.py
tests/test_config.py
tests/test_conformers.py
tests/test_database.py
tests/test_pubchem.py
tests/test_reaction.py
tests/test_rgroup.py
tests/test_scaffold.py
tests/test_smiles.py
tests/test_standardize_iupac.py
tests/test_stereo.py
tests/test_tautomers.py