CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
./fastapi_registry/__init__.py
./fastapi_registry/cli.py
./fastapi_registry/registry.json
./fastapi_registry/core/__init__.py
./fastapi_registry/core/file_utils.py
./fastapi_registry/core/installer.py
./fastapi_registry/core/project_initializer.py
./fastapi_registry/core/registry_manager.py
./fastapi_registry/example_project/.flake8
./fastapi_registry/example_project/.gitignore
./fastapi_registry/example_project/.pylintrc
./fastapi_registry/example_project/main.py
./fastapi_registry/example_project/mypy.ini
./fastapi_registry/example_project/pyproject.toml
./fastapi_registry/example_project/requirements.txt
./fastapi_registry/example_project/app/__init__.py
./fastapi_registry/example_project/app/__pycache__/__init__.cpython-312.pyc
./fastapi_registry/example_project/app/api/__init__.py
./fastapi_registry/example_project/app/api/router.py
./fastapi_registry/example_project/app/clients/__init__.py
./fastapi_registry/example_project/app/clients/database.py
./fastapi_registry/example_project/app/common/__init__.py
./fastapi_registry/example_project/app/common/constants.py
./fastapi_registry/example_project/app/common/utils.py
./fastapi_registry/example_project/app/core/__init__.py
./fastapi_registry/example_project/app/core/app_factory.py
./fastapi_registry/example_project/app/core/config.py
./fastapi_registry/example_project/app/core/database.py
./fastapi_registry/example_project/app/core/limiter.py
./fastapi_registry/example_project/app/core/logging_config.py
./fastapi_registry/example_project/app/core/middleware.py
./fastapi_registry/example_project/app/core/recaptcha.py
./fastapi_registry/example_project/app/core/static.py
./fastapi_registry/example_project/app/core/__pycache__/__init__.cpython-312.pyc
./fastapi_registry/example_project/app/core/__pycache__/app_factory.cpython-312.pyc
./fastapi_registry/example_project/app/core/__pycache__/config.cpython-312.pyc
./fastapi_registry/example_project/app/exceptions/__init__.py
./fastapi_registry/example_project/app/exceptions/custom_exceptions.py
./fastapi_registry/example_project/app/exceptions/exception_handler.py
./fastapi_registry/example_project/app/modules/__init__.py
./fastapi_registry/example_project/app/modules/auth/README.md
./fastapi_registry/example_project/app/modules/auth/__init__.py
./fastapi_registry/example_project/app/modules/auth/auth_utils.py
./fastapi_registry/example_project/app/modules/auth/db_models.py
./fastapi_registry/example_project/app/modules/auth/decorators.py
./fastapi_registry/example_project/app/modules/auth/dependencies.py
./fastapi_registry/example_project/app/modules/auth/exceptions.py
./fastapi_registry/example_project/app/modules/auth/memory_stores.py
./fastapi_registry/example_project/app/modules/auth/models.py
./fastapi_registry/example_project/app/modules/auth/repositories.py
./fastapi_registry/example_project/app/modules/auth/router.py
./fastapi_registry/example_project/app/modules/auth/schemas.py
./fastapi_registry/example_project/app/modules/auth/service.py
./fastapi_registry/example_project/app/modules/auth/types.py
./fastapi_registry/example_project/app/modules/users/__init__.py
./fastapi_registry/example_project/app/modules/users/dependencies.py
./fastapi_registry/example_project/app/modules/users/exceptions.py
./fastapi_registry/example_project/app/modules/users/models.py
./fastapi_registry/example_project/app/modules/users/router.py
./fastapi_registry/example_project/app/modules/users/schemas.py
./fastapi_registry/example_project/tests/__init__.py
./fastapi_registry/example_project/tests/conftest.py
./fastapi_registry/example_project/tests/test_main.py
./fastapi_registry/templates_j2/README.md.j2
./fastapi_registry/templates_j2/config.py.j2
./fastapi_registry/templates_j2/env.j2
fastapi_blocks_registry.egg-info/PKG-INFO
fastapi_blocks_registry.egg-info/SOURCES.txt
fastapi_blocks_registry.egg-info/dependency_links.txt
fastapi_blocks_registry.egg-info/entry_points.txt
fastapi_blocks_registry.egg-info/requires.txt
fastapi_blocks_registry.egg-info/top_level.txt
fastapi_registry/__init__.py
fastapi_registry/cli.py
fastapi_registry/registry.json
fastapi_registry/core/__init__.py
fastapi_registry/core/file_utils.py
fastapi_registry/core/installer.py
fastapi_registry/core/project_initializer.py
fastapi_registry/core/registry_manager.py
fastapi_registry/example_project/.flake8
fastapi_registry/example_project/.gitignore
fastapi_registry/example_project/.pylintrc
fastapi_registry/example_project/main.py
fastapi_registry/example_project/mypy.ini
fastapi_registry/example_project/pyproject.toml
fastapi_registry/example_project/requirements.txt
fastapi_registry/example_project/app/__init__.py
fastapi_registry/example_project/app/__pycache__/__init__.cpython-312.pyc
fastapi_registry/example_project/app/api/__init__.py
fastapi_registry/example_project/app/api/router.py
fastapi_registry/example_project/app/clients/__init__.py
fastapi_registry/example_project/app/clients/database.py
fastapi_registry/example_project/app/common/__init__.py
fastapi_registry/example_project/app/common/constants.py
fastapi_registry/example_project/app/common/utils.py
fastapi_registry/example_project/app/core/__init__.py
fastapi_registry/example_project/app/core/app_factory.py
fastapi_registry/example_project/app/core/config.py
fastapi_registry/example_project/app/core/database.py
fastapi_registry/example_project/app/core/limiter.py
fastapi_registry/example_project/app/core/logging_config.py
fastapi_registry/example_project/app/core/middleware.py
fastapi_registry/example_project/app/core/recaptcha.py
fastapi_registry/example_project/app/core/static.py
fastapi_registry/example_project/app/core/__pycache__/__init__.cpython-312.pyc
fastapi_registry/example_project/app/core/__pycache__/app_factory.cpython-312.pyc
fastapi_registry/example_project/app/core/__pycache__/config.cpython-312.pyc
fastapi_registry/example_project/app/exceptions/__init__.py
fastapi_registry/example_project/app/exceptions/custom_exceptions.py
fastapi_registry/example_project/app/exceptions/exception_handler.py
fastapi_registry/example_project/app/modules/__init__.py
fastapi_registry/example_project/app/modules/auth/README.md
fastapi_registry/example_project/app/modules/auth/__init__.py
fastapi_registry/example_project/app/modules/auth/auth_utils.py
fastapi_registry/example_project/app/modules/auth/db_models.py
fastapi_registry/example_project/app/modules/auth/decorators.py
fastapi_registry/example_project/app/modules/auth/dependencies.py
fastapi_registry/example_project/app/modules/auth/exceptions.py
fastapi_registry/example_project/app/modules/auth/memory_stores.py
fastapi_registry/example_project/app/modules/auth/models.py
fastapi_registry/example_project/app/modules/auth/repositories.py
fastapi_registry/example_project/app/modules/auth/router.py
fastapi_registry/example_project/app/modules/auth/schemas.py
fastapi_registry/example_project/app/modules/auth/service.py
fastapi_registry/example_project/app/modules/auth/types.py
fastapi_registry/example_project/app/modules/users/__init__.py
fastapi_registry/example_project/app/modules/users/dependencies.py
fastapi_registry/example_project/app/modules/users/exceptions.py
fastapi_registry/example_project/app/modules/users/models.py
fastapi_registry/example_project/app/modules/users/router.py
fastapi_registry/example_project/app/modules/users/schemas.py
fastapi_registry/example_project/tests/__init__.py
fastapi_registry/example_project/tests/conftest.py
fastapi_registry/example_project/tests/test_main.py
fastapi_registry/templates_j2/README.md.j2
fastapi_registry/templates_j2/config.py.j2
fastapi_registry/templates_j2/env.j2