LICENSE
README.md
pyproject.toml
src/snapshot_store/__init__.py
src/snapshot_store/engine.py
src/snapshot_store/errors.py
src/snapshot_store/invariants.py
src/snapshot_store/integration/__init__.py
src/snapshot_store/integration/sync_adapter.py
src/snapshot_store/integrity/__init__.py
src/snapshot_store/integrity/canonical.py
src/snapshot_store/integrity/hashing.py
src/snapshot_store/integrity/verification.py
src/snapshot_store/model/__init__.py
src/snapshot_store/model/blob.py
src/snapshot_store/model/bundle.py
src/snapshot_store/model/snapshot.py
src/snapshot_store/model/tree.py
src/snapshot_store/storage/__init__.py
src/snapshot_store/storage/gc.py
src/snapshot_store/storage/layout.py
src/snapshot_store/storage/object_store.py
src/sqlite_sync_snapshot.egg-info/PKG-INFO
src/sqlite_sync_snapshot.egg-info/SOURCES.txt
src/sqlite_sync_snapshot.egg-info/dependency_links.txt
src/sqlite_sync_snapshot.egg-info/requires.txt
src/sqlite_sync_snapshot.egg-info/top_level.txt
tests/test_gc_safety.py
tests/test_hash_determinism.py
tests/test_snapshot_verification.py
tests/test_structure.py
tests/test_tamper_detection.py