README.md
pyproject.toml
src/fast_boiler/__init__.py
src/fast_boiler/main.py
src/fast_boiler.egg-info/PKG-INFO
src/fast_boiler.egg-info/SOURCES.txt
src/fast_boiler.egg-info/dependency_links.txt
src/fast_boiler.egg-info/entry_points.txt
src/fast_boiler.egg-info/requires.txt
src/fast_boiler.egg-info/top_level.txt
src/fast_boiler/templates/__init__.py
src/fast_boiler/templates/database.py.j2
src/fast_boiler/templates/gitignore.j2
src/fast_boiler/templates/main.py.j2
src/fast_boiler/templates/requirements.txt.j2
src/fast_boiler/templates/auth/backend.py.j2
src/fast_boiler/templates/auth/database.py.j2
src/fast_boiler/templates/auth/manager.py.j2
src/fast_boiler/templates/auth/oauth.py.j2
src/fast_boiler/templates/auth/routers.py.j2
src/fast_boiler/templates/controllers/controller.py.j2
src/fast_boiler/templates/controllers/dependencies.py.j2
src/fast_boiler/templates/models/__init__.py.j2
src/fast_boiler/templates/models/model.py.j2
src/fast_boiler/templates/models/user_auth_model.py.j2
src/fast_boiler/templates/repositories/base_repo.py.j2
src/fast_boiler/templates/repositories/repo.py.j2
src/fast_boiler/templates/schemas/schema.py.j2
src/fast_boiler/templates/schemas/user_auth_schema.py.j2
src/fast_boiler/templates/services/service.py.j2