LICENSE
MANIFEST.in
README.md
pyproject.toml
app_name_function/.env
app_name_function/.env.prod
app_name_function/.env.sample
app_name_function/Dockerfile
app_name_function/README.md
app_name_function/requirements.txt
app_name_function/src/__init__.py
app_name_function/src/main.py
app_name_function/src/api/__init__.py
app_name_function/src/api/v1/__init__.py
app_name_function/src/api/v1/routers.py
app_name_function/src/api/v1/endpoints/__init__.py
app_name_function/src/api/v1/endpoints/items.py
app_name_function/src/api/v1/endpoints/users.py
app_name_function/src/core/__init__.py
app_name_function/src/core/config.py
app_name_function/src/core/security.py
app_name_function/src/db/__init__.py
app_name_function/src/db/session.py
app_name_function/src/db/repositories/item_db.py
app_name_function/src/db/repositories/user_db.py
app_name_function/src/models/__init__.py
app_name_function/src/models/db_models.py
app_name_function/src/models/schemas.py
app_name_function/src/services/__init__.py
app_name_function/src/services/item_service.py
app_name_function/src/services/user_service.py
app_name_function/src/utils/__init__.py
app_name_function/src/utils/helpers.py
app_name_function/src/utils/logger.py
app_name_function/static/images/favicon.ico
app_name_function/tests/__init__.py
app_name_function/tests/conftest.py
app_name_function/tests/test_xx.py
app_name_module/.env
app_name_module/.env.prod
app_name_module/Dockerfile
app_name_module/README.md
app_name_module/requirements.txt
app_name_module/src/__init__.py
app_name_module/src/main.py
app_name_module/src/core/__init__.py
app_name_module/src/core/config.py
app_name_module/src/core/dependencies.py
app_name_module/src/core/security.py
app_name_module/src/modules/auth/__init__.py
app_name_module/src/modules/auth/dependencies.py
app_name_module/src/modules/auth/models.py
app_name_module/src/modules/auth/repositories.py
app_name_module/src/modules/auth/routers.py
app_name_module/src/modules/auth/schemas.py
app_name_module/src/modules/auth/services.py
app_name_module/src/modules/items/__init__.py
app_name_module/src/modules/items/dependencies.py
app_name_module/src/modules/items/models.py
app_name_module/src/modules/items/repositories.py
app_name_module/src/modules/items/routers.py
app_name_module/src/modules/items/schemas.py
app_name_module/src/modules/items/services.py
app_name_module/src/shared/__init__.py
app_name_module/src/shared/database.py
app_name_module/src/shared/exceptions.py
app_name_module/src/shared/logger.py
app_name_module/src/shared/responses.py
app_name_module/src/shared/utils.py
app_name_module/tests/__init__.py
app_name_module/tests/conftest.py
app_name_module/tests/test_xx.py
fastapi_cli_generator.egg-info/PKG-INFO
fastapi_cli_generator.egg-info/SOURCES.txt
fastapi_cli_generator.egg-info/dependency_links.txt
fastapi_cli_generator.egg-info/entry_points.txt
fastapi_cli_generator.egg-info/requires.txt
fastapi_cli_generator.egg-info/top_level.txt
fastapi_generator/__init__.py
fastapi_generator/__main__.py
fastapi_generator/cli.py
fastapi_generator/generator.py