README.md
pyproject.toml
fastnew/__init__.py
fastnew/cli.py
fastnew.egg-info/PKG-INFO
fastnew.egg-info/SOURCES.txt
fastnew.egg-info/dependency_links.txt
fastnew.egg-info/entry_points.txt
fastnew.egg-info/requires.txt
fastnew.egg-info/top_level.txt
fastnew/generators/project.py
fastnew/templates/fastapi_project/Dockerfile.jinja
fastnew/templates/fastapi_project/app/__init__.py.jinja
fastnew/templates/fastapi_project/app/main.py.jinja
fastnew/templates/fastapi_project/app/api/__init__.py.jinja
fastnew/templates/fastapi_project/app/api/v1/__init__.py.jinja
fastnew/templates/fastapi_project/app/api/v1/auth.py.jinja
fastnew/templates/fastapi_project/app/api/v1/health.py.jinja
fastnew/templates/fastapi_project/app/core/__init__.py.jinja
fastnew/templates/fastapi_project/app/core/config.py.jinja
fastnew/templates/fastapi_project/app/core/database.py.jinja
fastnew/templates/fastapi_project/app/core/security.py.jinja
fastnew/templates/fastapi_project/app/models/__init__.py.jinja
fastnew/templates/fastapi_project/app/models/base.py.jinja
fastnew/templates/fastapi_project/app/models/user.py.jinja
fastnew/templates/fastapi_project/app/schemas/__init__.py.jinja
fastnew/templates/fastapi_project/app/schemas/auth.py.jinja
fastnew/templates/fastapi_project/app/schemas/health.py.jinja