README.md
pyproject.toml
soreplicator/__init__.py
soreplicator.egg-info/PKG-INFO
soreplicator.egg-info/SOURCES.txt
soreplicator.egg-info/dependency_links.txt
soreplicator.egg-info/entry_points.txt
soreplicator.egg-info/requires.txt
soreplicator.egg-info/top_level.txt
soreplicator/client/__init__.py
soreplicator/client/cli.py
soreplicator/client/config.py
soreplicator/client/storage.py
soreplicator/server/__init__.py
soreplicator/server/app.py
soreplicator/server/auth.py
soreplicator/server/config.py
soreplicator/server/gateway.py
soreplicator/server/templates.py
soreplicator/server/static/app.css
soreplicator/server/static/app.js
soreplicator/server/static/apple-touch-icon.png
soreplicator/server/static/favicon-32.png
soreplicator/server/static/htmx.min.js
soreplicator/server/static/icon-192.png
soreplicator/server/static/icon-512.png
soreplicator/server/static/site.webmanifest
soreplicator/server/static/sore-logo-64.png
soreplicator/server/static/sore_pixel.png
soreplicator/server/templates/admin.html
soreplicator/server/templates/base.html
soreplicator/server/templates/credentials.html
soreplicator/server/templates/error.html
soreplicator/server/templates/provisioning_error.html
soreplicator/server/templates/setup.html
soreplicator/server/templates/fragments/admin_table.html
soreplicator/server/templates/fragments/credentials_panel.html
soreplicator/server/templates/fragments/provisioning_error.html
tests/test_client.py
tests/test_gateway.py
tests/test_server.py