.gitignore
.readthedocs.yaml
LICENSE
README.rst
justfile
pyproject.toml
.github/workflows/publish_release.yaml
.github/workflows/tests.yaml
data/atomlite.db
data/molecules.sdf
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/_static/empty
docs/source/_templates/class.rst
docs/source/_templates/module.rst
examples/from_sdf.py
examples/read_database.py
src/atomlite/__init__.py
src/atomlite/py.typed
src/atomlite.egg-info/PKG-INFO
src/atomlite.egg-info/SOURCES.txt
src/atomlite.egg-info/dependency_links.txt
src/atomlite.egg-info/requires.txt
src/atomlite.egg-info/top_level.txt
src/atomlite/_internal/__init__.py
src/atomlite/_internal/database.py
src/atomlite/_internal/json.py
tests/test_database.py
tests/test_json_serde.py