.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
manage.sh
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/ci.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/index.md
docs/requirements.txt
docs/skills.md
docs/tutorial.md
docs/explanation/test-suite.md
docs/how-to/index.md
docs/how-to/session-cart.md
docs/how-to/settings-applied.md
docs/how-to/websocket-chat.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
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.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_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