.gitignore
LICENSE
README.md
SI.ipynb
SI.md
bond_descriptor_ids.png
g-bigsmiles.lark
play.py
pyproject.toml
trunk
.github/workflows/ci.yml
.github/workflows/notebook.yml
.github/workflows/release.yml
.github/workflows/trunk.yml
.trunk/.gitignore
.trunk/trunk.yaml
.trunk/config/.cspell.json
.trunk/config/.flake8
.trunk/config/.isort.cfg
.trunk/config/.markdownlint.yaml
.trunk/config/.yamllint.yaml
.trunk/config/ruff.toml
src/gbigsmiles/.gitignore
src/gbigsmiles/__init__.py
src/gbigsmiles/__main__.py
src/gbigsmiles/_version.py
src/gbigsmiles/atom.py
src/gbigsmiles/atom_graph.py
src/gbigsmiles/big_smiles.py
src/gbigsmiles/bond.py
src/gbigsmiles/chem_resource.py
src/gbigsmiles/core.py
src/gbigsmiles/distribution.py
src/gbigsmiles/exception.py
src/gbigsmiles/generating_graph.py
src/gbigsmiles/nx_rdkit_mol.py
src/gbigsmiles/parser.py
src/gbigsmiles/smiles.py
src/gbigsmiles/stochastic.py
src/gbigsmiles/transformer.py
src/gbigsmiles/util.py
src/gbigsmiles.egg-info/PKG-INFO
src/gbigsmiles.egg-info/SOURCES.txt
src/gbigsmiles.egg-info/dependency_links.txt
src/gbigsmiles.egg-info/requires.txt
src/gbigsmiles.egg-info/top_level.txt
src/gbigsmiles/data/ffbonded.itp
src/gbigsmiles/data/ffnonbonded.itp
src/gbigsmiles/data/g-bigsmiles.lark
src/gbigsmiles/data/opls.par
tests/__init__.py
tests/conftest.py
tests/graph_validation.json
tests/smi.json
tests/test_atom.py
tests/test_bond.py
tests/test_distribution.py
tests/test_exceptions.py
tests/test_generating_graph.py
tests/test_grammar.py
tests/test_molecule.py
tests/test_smiles.py
tests/test_stochastic.py
tests/test_util.py