LICENSE
README.md
pyproject.toml
fastapi_templatekit/__init__.py
fastapi_templatekit/cli.py
fastapi_templatekit.egg-info/PKG-INFO
fastapi_templatekit.egg-info/SOURCES.txt
fastapi_templatekit.egg-info/dependency_links.txt
fastapi_templatekit.egg-info/entry_points.txt
fastapi_templatekit.egg-info/top_level.txt
fastapi_templatekit/commands/__init__.py
fastapi_templatekit/commands/addhealthprobes.py
fastapi_templatekit/commands/help.py
fastapi_templatekit/commands/project.py
fastapi_templatekit/commands/rendering.py
fastapi_templatekit/commands/startapp.py
fastapi_templatekit/commands/startproject.py
fastapi_templatekit/commands/validation.py
fastapi_templatekit/templates/__init__.py
fastapi_templatekit/templates/app/__init__.py.tpl
fastapi_templatekit/templates/app/router.py.tpl
fastapi_templatekit/templates/app/endpoints/__init__.py.tpl
fastapi_templatekit/templates/app/endpoints/api.py.tpl
fastapi_templatekit/templates/app/models/__init__.py.tpl
fastapi_templatekit/templates/app/schemas/__init__.py.tpl
fastapi_templatekit/templates/app/schemas/validator.py.tpl
fastapi_templatekit/templates/app/service/__init__.py.tpl
fastapi_templatekit/templates/app/service/app_service.py.tpl
fastapi_templatekit/templates/app/websocket/__init__.py.tpl
fastapi_templatekit/templates/app/websocket/router.py.tpl
fastapi_templatekit/templates/healthprobes/__init__.py.tpl
fastapi_templatekit/templates/healthprobes/router.py.tpl
fastapi_templatekit/templates/healthprobes/endpoints/__init__.py.tpl
fastapi_templatekit/templates/healthprobes/endpoints/api.py.tpl
fastapi_templatekit/templates/healthprobes/models/__init__.py.tpl
fastapi_templatekit/templates/healthprobes/schemas/__init__.py.tpl
fastapi_templatekit/templates/healthprobes/schemas/validator.py.tpl
fastapi_templatekit/templates/healthprobes/service/__init__.py.tpl
fastapi_templatekit/templates/healthprobes/service/healthprobes_service.py.tpl
fastapi_templatekit/templates/project/README.md.tpl
fastapi_templatekit/templates/project/env.example.tpl
fastapi_templatekit/templates/project/fastapi_templatekit.toml.tpl
fastapi_templatekit/templates/project/gitignore.tpl
fastapi_templatekit/templates/project/pyproject.toml.tpl
fastapi_templatekit/templates/project/package/__init__.py.tpl
fastapi_templatekit/templates/project/package/cli.py.tpl
fastapi_templatekit/templates/project/package/config.py.tpl
fastapi_templatekit/templates/project/package/main.py.tpl
fastapi_templatekit/templates/project/package/router.py.tpl
tests/test_commands.py
tests/test_startapp.py
tests/test_startproject.py