LICENSE
README.md
pyproject.toml
dewey_service/__init__.py
dewey_service/app.py
dewey_service/auth.py
dewey_service/cli.py
dewey_service/db_seed.py
dewey_service/service.py
dewey_service/settings.py
dewey_service/tapdb_backend.py
dewey_service.egg-info/PKG-INFO
dewey_service.egg-info/SOURCES.txt
dewey_service.egg-info/dependency_links.txt
dewey_service.egg-info/entry_points.txt
dewey_service.egg-info/requires.txt
dewey_service.egg-info/top_level.txt
dewey_service/integrations/__init__.py
dewey_service/integrations/tapdb_runtime.py
tests/test_app_boot.py
tests/test_artifact_registration.py
tests/test_artifact_resolution.py
tests/test_artifact_set_membership.py
tests/test_auth_enforcement.py
tests/test_cli_boot.py
tests/test_external_object_links.py
tests/test_idempotency.py
tests/test_settings.py
tests/test_share_references.py
tests/test_tapdb_bootstrap.py
tests/test_ui_session_auth.py