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.egg-info/PKG-INFO
fullapi.egg-info/SOURCES.txt
fullapi.egg-info/dependency_links.txt
fullapi.egg-info/entry_points.txt
fullapi.egg-info/requires.txt
fullapi.egg-info/top_level.txt
fullapi/analyzers/__init__.py
fullapi/analyzers/codebase.py
fullapi/analyzers/docker_parser.py
fullapi/cloud_templates/__init__.py
fullapi/commands/__init__.py
fullapi/deployers/__init__.py
fullapi/deployers/docker_builder.py
fullapi/deployers/planner.py
fullapi/templates/__init__.py
fullapi/templates/alembic.py
fullapi/templates/config_new.py
fullapi/templates/crud.py
fullapi/templates/crud_base.py
fullapi/templates/database.py
fullapi/templates/dependencies.py
fullapi/templates/dockercompose.py
fullapi/templates/dockerfile.py
fullapi/templates/exceptions.py
fullapi/templates/logging_new.py
fullapi/templates/main_basic.py
fullapi/templates/main_full.py
fullapi/templates/middleware_new.py
fullapi/templates/mixins.py
fullapi/templates/model.py
fullapi/templates/redis.py
fullapi/templates/requirements.py
fullapi/templates/responses.py
fullapi/templates/router.py
fullapi/templates/routers_new.py
fullapi/templates/schema.py
fullapi/templates/security.py
fullapi/templates/tests_new.py