LICENSE
README.md
pyproject.toml
fullapi/__init__.py
fullapi/cli.py
fullapi/colors.py
fullapi/config.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/top_level.txt
fullapi/templates/__init__.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/main_basic.py
fullapi/templates/model.py
fullapi/templates/requirements.py
fullapi/templates/router.py
fullapi/templates/schema.py
fullapi/templates/security.py