README.md
pyproject.toml
src/tekel/__init__.py
src/tekel/cli.py
src/tekel/collection.py
src/tekel/config.py
src/tekel/deps.py
src/tekel/document.py
src/tekel/formatter.py
src/tekel/hooks.py
src/tekel/migrate.py
src/tekel/query.py
src/tekel/schema.py
src/tekel/views.py
src/tekel.egg-info/PKG-INFO
src/tekel.egg-info/SOURCES.txt
src/tekel.egg-info/dependency_links.txt
src/tekel.egg-info/entry_points.txt
src/tekel.egg-info/requires.txt
src/tekel.egg-info/top_level.txt
tests/test_cli.py
tests/test_deps.py
tests/test_hooks.py
tests/test_migrate.py
tests/test_query.py
tests/test_schema.py
tests/test_schema_mgmt.py
tests/test_validate_formats.py
tests/test_views.py