pyproject.toml
docs/README.md
src/fustor_registry/__init__.py
src/fustor_registry/cli.py
src/fustor_registry/client.py
src/fustor_registry/config.py
src/fustor_registry/database.py
src/fustor_registry/main.py
src/fustor_registry/models.py
src/fustor_registry/schemas.py
src/fustor_registry/security.py
src/fustor_registry.egg-info/PKG-INFO
src/fustor_registry.egg-info/SOURCES.txt
src/fustor_registry.egg-info/dependency_links.txt
src/fustor_registry.egg-info/entry_points.txt
src/fustor_registry.egg-info/requires.txt
src/fustor_registry.egg-info/top_level.txt
src/fustor_registry/admin/__init__.py
src/fustor_registry/admin/model.py
src/fustor_registry/admin/router.py
src/fustor_registry/api/client/api.py
src/fustor_registry/apikey/__init__.py
src/fustor_registry/apikey/router.py
src/fustor_registry/auth/__init__.py
src/fustor_registry/auth/model.py
src/fustor_registry/auth/router.py
src/fustor_registry/datastore/__init__.py
src/fustor_registry/datastore/model.py
src/fustor_registry/datastore/router.py
src/fustor_registry/profile/__init__.py
src/fustor_registry/profile/model.py
src/fustor_registry/profile/router.py
src/fustor_registry/ui/index.html
src/fustor_registry/ui/assets/css/style.css
src/fustor_registry/ui/assets/js/api.js
src/fustor_registry/ui/assets/js/app.js
src/fustor_registry/ui/assets/js/ui.js
tests/conftest.py
tests/test_admin.py
tests/test_apikey.py
tests/test_auth.py
tests/test_datastore.py
tests/test_profile.py