LICENSE
README.md
pyproject.toml
src/fastapi_deck/__init__.py
src/fastapi_deck/__main__.py
src/fastapi_deck/builder.py
src/fastapi_deck/cli.py
src/fastapi_deck/config.py
src/fastapi_deck/prompts.py
src/fastapi_deck.egg-info/PKG-INFO
src/fastapi_deck.egg-info/SOURCES.txt
src/fastapi_deck.egg-info/dependency_links.txt
src/fastapi_deck.egg-info/entry_points.txt
src/fastapi_deck.egg-info/requires.txt
src/fastapi_deck.egg-info/top_level.txt
src/fastapi_deck/features/__init__.py
src/fastapi_deck/features/docker.py
src/fastapi_deck/features/services.py
src/fastapi_deck/features/tests.py
src/fastapi_deck/layouts/__init__.py
src/fastapi_deck/layouts/beginner.py
src/fastapi_deck/layouts/common.py
src/fastapi_deck/layouts/production.py
src/fastapi_deck/layouts/standard.py
src/fastapi_deck/providers/__init__.py
src/fastapi_deck/providers/base.py
src/fastapi_deck/providers/nonedb.py
src/fastapi_deck/providers/postgres.py
src/fastapi_deck/providers/sql.py
src/fastapi_deck/providers/sqlite.py