MANIFEST.in
README.md
cli.py
pyproject.toml
setup.py
commands/__init__.py
commands/start.py
commands/templates/main.py
commands/templates/app/__init__.py
commands/templates/app/api/__init__.py
commands/templates/app/api/router.py
commands/templates/app/api/v1/__init__.py
commands/templates/app/api/v1/health.py
commands/templates/app/core/__init__.py
commands/templates/app/core/config.py
commands/templates/app/core/database.py
commands/templates/app/modules/__init__.py
commands/templates/app/modules/example/__init__.py
commands/templates/app/modules/example/models.py
commands/templates/app/modules/example/router.py
commands/templates/app/modules/example/schemas.py
commands/templates/app/modules/example/service.py
fastapi_kick.egg-info/PKG-INFO
fastapi_kick.egg-info/SOURCES.txt
fastapi_kick.egg-info/dependency_links.txt
fastapi_kick.egg-info/entry_points.txt
fastapi_kick.egg-info/requires.txt
fastapi_kick.egg-info/top_level.txt