LICENSE
README.md
pyproject.toml
fullapi/__init__.py
fullapi/__main__.py
fullapi/add_component.py
fullapi/cli.py
fullapi/colors.py
fullapi/config.py
fullapi/custom_templates.py
fullapi/docker_ops.py
fullapi/doctor.py
fullapi/metadata.py
fullapi/presets.py
fullapi/prompt.py
fullapi/scaffold.py
fullapi/scale_ops.py
fullapi/terraform_ops.py
fullapi.egg-info/PKG-INFO
fullapi.egg-info/SOURCES.txt
fullapi.egg-info/dependency_links.txt
fullapi.egg-info/entry_points.txt
fullapi.egg-info/top_level.txt
fullapi/templates/__init__.py
fullapi/templates/alembic.py
fullapi/templates/config.py
fullapi/templates/crud.py
fullapi/templates/database.py
fullapi/templates/deps.py
fullapi/templates/dockercompose.py
fullapi/templates/dockerfile.py
fullapi/templates/env.py
fullapi/templates/logging.py
fullapi/templates/main_basic.py
fullapi/templates/middleware.py
fullapi/templates/model.py
fullapi/templates/redis.py
fullapi/templates/requirements.py
fullapi/templates/router.py
fullapi/templates/schema.py
fullapi/templates/security.py
fullapi/templates/terraform.py
tests/test_add_component.py
tests/test_alembic_support.py
tests/test_custom_templates.py
tests/test_logging_support.py
tests/test_middleware_support.py
tests/test_redis_support.py
tests/test_terraform_support.py