LICENSE
README.md
pyproject.toml
examples/photos.py
spectator_db.egg-info/PKG-INFO
spectator_db.egg-info/SOURCES.txt
spectator_db.egg-info/dependency_links.txt
spectator_db.egg-info/requires.txt
spectator_db.egg-info/top_level.txt
spectatordb/__init__.py
spectatordb/exif.py
spectatordb/models.py
spectatordb/py.typed
spectatordb/spectatordb.py
spectatordb/metadata/__init__.py
spectatordb/metadata/metadata_store.py
spectatordb/metadata/sqlite_metadata_store.py
spectatordb/storage/__init__.py
spectatordb/storage/local_storage.py
spectatordb/storage/storage.py
tests/test_count_and_update_metadata.py
tests/test_example_photos.py
tests/test_exif.py
tests/test_import_and_dedup.py
tests/test_local_storage.py
tests/test_no_network.py
tests/test_public_api.py
tests/test_spectatordb.py
tests/test_sqlite_metadata_store.py