LICENSE
README.md
pyproject.toml
fastapi_kris/__init__.py
fastapi_kris.egg-info/PKG-INFO
fastapi_kris.egg-info/SOURCES.txt
fastapi_kris.egg-info/dependency_links.txt
fastapi_kris.egg-info/entry_points.txt
fastapi_kris.egg-info/requires.txt
fastapi_kris.egg-info/top_level.txt
fastapi_kris/cli/__init__.py
fastapi_kris/cli/main.py
fastapi_kris/cli/commands/__init__.py
fastapi_kris/cli/commands/new.py
fastapi_kris/core/__init__.py
fastapi_kris/core/config.py
fastapi_kris/generators/__init__.py
fastapi_kris/generators/base.py
fastapi_kris/generators/basic.py
fastapi_kris/generators/layered.py
fastapi_kris/generators/microservice.py
fastapi_kris/templates/basic/config.j2
fastapi_kris/templates/basic/database.j2
fastapi_kris/templates/basic/docker_compose.j2
fastapi_kris/templates/basic/main.j2
fastapi_kris/templates/basic/models.j2
fastapi_kris/templates/basic/schemas.j2
fastapi_kris/templates/basic/core/__init__.j2
fastapi_kris/templates/basic/core/hashing.j2
fastapi_kris/templates/basic/core/jwt.j2
fastapi_kris/templates/basic/core/oauth2.j2
fastapi_kris/templates/basic/routers/__init__.j2
fastapi_kris/templates/basic/routers/auth.j2
fastapi_kris/templates/basic/routers/health.j2
fastapi_kris/templates/basic/routers/oauth2_router.j2
fastapi_kris/templates/basic/routers/sample.j2
fastapi_kris/templates/basic/tests/__init__.j2
fastapi_kris/templates/basic/tests/conftest.j2
fastapi_kris/templates/basic/tests/test_main.j2
fastapi_kris/templates/layered/config.j2
fastapi_kris/templates/layered/docker_compose.j2
fastapi_kris/templates/layered/main.j2
fastapi_kris/templates/layered/app/__init__.j2
fastapi_kris/templates/layered/app/core/__init__.j2
fastapi_kris/templates/layered/app/core/hashing.j2
fastapi_kris/templates/layered/app/core/jwt.j2
fastapi_kris/templates/layered/app/core/oauth2.j2
fastapi_kris/templates/layered/app/database/__init__.j2
fastapi_kris/templates/layered/app/database/session.j2
fastapi_kris/templates/layered/app/dependencies/__init__.j2
fastapi_kris/templates/layered/app/dependencies/db.j2
fastapi_kris/templates/layered/app/exceptions/__init__.j2
fastapi_kris/templates/layered/app/exceptions/handlers.j2
fastapi_kris/templates/layered/app/models/__init__.j2
fastapi_kris/templates/layered/app/models/item.j2
fastapi_kris/templates/layered/app/repositories/__init__.j2
fastapi_kris/templates/layered/app/repositories/item_repository.j2
fastapi_kris/templates/layered/app/routers/__init__.j2
fastapi_kris/templates/layered/app/routers/auth.j2
fastapi_kris/templates/layered/app/routers/health.j2
fastapi_kris/templates/layered/app/routers/items.j2
fastapi_kris/templates/layered/app/routers/oauth2_router.j2
fastapi_kris/templates/layered/app/schemas/__init__.j2
fastapi_kris/templates/layered/app/schemas/item.j2
fastapi_kris/templates/layered/app/services/__init__.j2
fastapi_kris/templates/layered/app/services/item_service.j2
fastapi_kris/templates/layered/app/utils/__init__.j2
fastapi_kris/templates/layered/app/utils/helpers.j2
fastapi_kris/templates/layered/tests/__init__.j2
fastapi_kris/templates/layered/tests/conftest.j2
fastapi_kris/templates/layered/tests/test_items.j2
fastapi_kris/templates/layered/tests/test_main.j2
fastapi_kris/templates/microservice/docker_compose.j2
fastapi_kris/templates/microservice/gateway/config.j2
fastapi_kris/templates/microservice/gateway/main.j2
fastapi_kris/templates/microservice/gateway/requirements.j2
fastapi_kris/templates/microservice/service/config.j2
fastapi_kris/templates/microservice/service/main.j2
fastapi_kris/templates/microservice/service/requirements.j2
fastapi_kris/templates/microservice/service/app/__init__.j2
fastapi_kris/templates/microservice/service/app/database.j2
fastapi_kris/templates/microservice/service/app/hashing.j2
fastapi_kris/templates/microservice/service/app/jwt.j2
fastapi_kris/templates/microservice/service/app/models.j2
fastapi_kris/templates/microservice/service/app/oauth2.j2
fastapi_kris/templates/microservice/service/app/routers.j2
fastapi_kris/templates/microservice/service/app/schemas.j2
fastapi_kris/templates/microservice/service/tests/__init__.j2
fastapi_kris/templates/microservice/service/tests/test_service.j2
fastapi_kris/templates/microservice/shared/__init__.j2
fastapi_kris/templates/microservice/shared/exceptions.j2
fastapi_kris/templates/microservice/shared/response.j2
fastapi_kris/templates/shared/Dockerfile.j2
fastapi_kris/templates/shared/README.j2
fastapi_kris/templates/shared/dockerignore.j2
fastapi_kris/templates/shared/env.j2
fastapi_kris/templates/shared/gitignore.j2
fastapi_kris/templates/shared/requirements.j2
fastapi_kris/utils/__init__.py
fastapi_kris/utils/console.py