LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
create_fastapi/__init__.py
create_fastapi/cli.py
create_fastapi/generator.py
create_fastapi/templates.py
create_fastapi/utils.py
create_fastapi/templates/.gitignore.j2
create_fastapi/templates/Dockerfile.j2
create_fastapi/templates/README.md.j2
create_fastapi/templates/__init__.py.j2
create_fastapi/templates/config.py.j2
create_fastapi/templates/database.py.j2
create_fastapi/templates/docker-compose.yml.j2
create_fastapi/templates/main.py.j2
create_fastapi/templates/main_full.py.j2
create_fastapi/templates/model.py.j2
create_fastapi/templates/requirements.txt.j2
create_fastapi/templates/router.py.j2
create_fastapi/templates/router_example.py.j2
create_fastapi/templates/test_main.py.j2
create_fastapi/templates/app/__init__.py.j2
createfa.egg-info/PKG-INFO
createfa.egg-info/SOURCES.txt
createfa.egg-info/dependency_links.txt
createfa.egg-info/entry_points.txt
createfa.egg-info/requires.txt
createfa.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_generator.py