.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/CHANGELOG.md
docs/architecture.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/migration.md
docs/requirements.txt
docs/skills.md
docs/troubleshooting.md
docs/tutorial.md
docs/explanation/test-suite.md
docs/how-to/cors.md
docs/how-to/index.md
docs/how-to/migrating-from-fastapi.md
docs/how-to/session-cart.md
docs/how-to/settings-applied.md
docs/how-to/testing.md
docs/how-to/websocket-chat.md
docs/how-to/websocket.md
docs/javascripts/extra.js
docs/reference/config.md
docs/reference/exceptions.md
docs/reference/index.md
docs/stylesheets/extra.css
docs/user-guide/configurers.md
docs/user-guide/index.md
examples/rest-api/README.md
examples/rest-api/application.yaml
examples/rest-api/requirements.txt
examples/rest-api/myapp/__init__.py
examples/rest-api/myapp/config.py
examples/rest-api/myapp/controllers.py
examples/rest-api/myapp/main.py
examples/rest-api/myapp/services.py
src/pico_fastapi/__init__.py
src/pico_fastapi/_version.py
src/pico_fastapi/config.py
src/pico_fastapi/decorators.py
src/pico_fastapi/exceptions.py
src/pico_fastapi/factory.py
src/pico_fastapi/middleware.py
src/pico_fastapi/py.typed
src/pico_fastapi.egg-info/PKG-INFO
src/pico_fastapi.egg-info/SOURCES.txt
src/pico_fastapi.egg-info/dependency_links.txt
src/pico_fastapi.egg-info/entry_points.txt
src/pico_fastapi.egg-info/requires.txt
src/pico_fastapi.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_configurer_priority.py
tests/test_coverage_boost_v2.py
tests/test_decorators.py
tests/test_exceptions.py
tests/test_exports.py
tests/test_factory.py
tests/test_http_admin.py
tests/test_middleware.py
tests/test_session_cart.py
tests/test_settings_applied.py
tests/test_websocket_chat.py