.gitignore
LICENSE.txt
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
docs/README.md
docs/api.md
src/pylot_db/__init__.py
src/pylot_db/assembly.py
src/pylot_db/blobs.py
src/pylot_db/entities.py
src/pylot_db/frames.py
src/pylot_db/hyddb.py
src/pylot_db/matching.py
src/pylot_db/probes.py
src/pylot_db/storage.py
src/pylot_db/validation.py
src/pylot_db.egg-info/PKG-INFO
src/pylot_db.egg-info/SOURCES.txt
src/pylot_db.egg-info/dependency_links.txt
src/pylot_db.egg-info/requires.txt
src/pylot_db.egg-info/scm_file_list.json
src/pylot_db.egg-info/scm_version.json
src/pylot_db.egg-info/top_level.txt
tests/boxboat.py
tests/conftest.py
tests/test_assembly.py
tests/test_frames.py
tests/test_import_guard.py
tests/test_matching.py
tests/test_navigation.py
tests/test_storage.py
tests/test_validation.py