MANIFEST.in
README.md
pyproject.toml
fathom_server/__init__.py
fathom_server/app.py
fathom_server/auth.py
fathom_server/config.py
fathom_server/paths.py
fathom_server/service.py
fathom_server.egg-info/PKG-INFO
fathom_server.egg-info/SOURCES.txt
fathom_server.egg-info/dependency_links.txt
fathom_server.egg-info/entry_points.txt
fathom_server.egg-info/requires.txt
fathom_server.egg-info/top_level.txt
fathom_server/routes/__init__.py
fathom_server/routes/activation.py
fathom_server/routes/room.py
fathom_server/routes/settings.py
fathom_server/routes/telegram.py
fathom_server/routes/terminal.py
fathom_server/routes/vault.py
fathom_server/services/__init__.py
fathom_server/services/access.py
fathom_server/services/crystal_scheduler.py
fathom_server/services/crystallization.py
fathom_server/services/indexer.py
fathom_server/services/links.py
fathom_server/services/memento.py
fathom_server/services/persistent_session.py
fathom_server/services/ping_scheduler.py
fathom_server/services/schema.py
fathom_server/services/settings.py
fathom_server/services/telegram_bridge.py
fathom_server/services/vault.py
fathom_server/static/.gitkeep
fathom_server/static/index.html
fathom_server/static/assets/index-CoS7M8QX.js
fathom_server/static/assets/index-DOcm59Zq.css
fathom_server/static/assets/index-LeWKhG39.js
tests/test_access.py
tests/test_activation_routes.py
tests/test_auth.py
tests/test_links.py
tests/test_room.py
tests/test_settings.py
tests/test_telegram_image.py
tests/test_vault_routes.py
tests/test_vault_search.py
tests/test_vault_service.py
tests/test_vault_storage.py