MANIFEST.in
README.md
setup.py
boring_stuff/__init__.py
boring_stuff/cli.py
boring_stuff/scaffolder.py
boring_stuff/utils.py
boring_stuff.egg-info/PKG-INFO
boring_stuff.egg-info/SOURCES.txt
boring_stuff.egg-info/dependency_links.txt
boring_stuff.egg-info/entry_points.txt
boring_stuff.egg-info/top_level.txt
boring_stuff/templates/fastapi/app/.env
boring_stuff/templates/fastapi/app/Dockerfile
boring_stuff/templates/fastapi/app/main.py
boring_stuff/templates/fastapi/app/requirements.txt
boring_stuff/templates/fastapi/app/api/v1/dependencies.py
boring_stuff/templates/fastapi/app/api/v1/endpoints/items.py
boring_stuff/templates/fastapi/app/core/config.py
boring_stuff/templates/fastapi/app/core/security.py
boring_stuff/templates/fastapi/app/db/base.py
boring_stuff/templates/fastapi/app/db/session.py
boring_stuff/templates/fastapi/app/models/item.py
boring_stuff/templates/fastapi/app/schemas/item.py
boring_stuff/templates/fastapi/app/services/item_service.py
boring_stuff/templates/fastapi/app/tests/test_items.py
boring_stuff/templates/flask/.env
boring_stuff/templates/flask/Dockerfile
boring_stuff/templates/flask/requirements.txt
boring_stuff/templates/flask/app/__init__.py
boring_stuff/templates/flask/app/config.py
boring_stuff/templates/flask/app/models/users.py
boring_stuff/templates/flask/app/views/main.py
boring_stuff/templates/flask/tests/test_app.py