LICENSE
README.md
pyproject.toml
src/spannery/__init__.py
src/spannery/exceptions.py
src/spannery/fields.py
src/spannery/model.py
src/spannery/query.py
src/spannery/session.py
src/spannery/utils.py
src/spannery.egg-info/PKG-INFO
src/spannery.egg-info/SOURCES.txt
src/spannery.egg-info/dependency_links.txt
src/spannery.egg-info/requires.txt
src/spannery.egg-info/top_level.txt
tests/test_fields.py
tests/test_join.py
tests/test_model.py
tests/test_query.py
tests/test_session.py
tests/test_transactions.py