LICENSE
README.md
pyproject.toml
src/StereoMolGraph.egg-info/PKG-INFO
src/StereoMolGraph.egg-info/SOURCES.txt
src/StereoMolGraph.egg-info/dependency_links.txt
src/StereoMolGraph.egg-info/requires.txt
src/StereoMolGraph.egg-info/top_level.txt
src/stereomolgraph/__init__.py
src/stereomolgraph/coords.py
src/stereomolgraph/experimental.py
src/stereomolgraph/graph2rdmol.py
src/stereomolgraph/ipython.py
src/stereomolgraph/periodic_table.py
src/stereomolgraph/rdmol2graph.py
src/stereomolgraph/stereodescriptors.py
src/stereomolgraph/xyz2graph.py
src/stereomolgraph/algorithms/bond_orders.py
src/stereomolgraph/algorithms/color_refine.py
src/stereomolgraph/algorithms/isomorphism.py
src/stereomolgraph/graphs/__init__.py
src/stereomolgraph/graphs/crg.py
src/stereomolgraph/graphs/mg.py
src/stereomolgraph/graphs/scrg.py
src/stereomolgraph/graphs/smg.py
tests/test_examples.py