.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/architecture.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/requirements.txt
docs/skills.md
docs/how-to/nested-models.md
docs/how-to/testing.md
docs/javascripts/extra.js
docs/reference/index.md
docs/releases/v0.2.1.md
docs/stylesheets/extra.css
examples/validated-service/README.md
examples/validated-service/requirements.txt
examples/validated-service/app/__init__.py
examples/validated-service/app/main.py
examples/validated-service/app/services.py
src/pico_pydantic/__init__.py
src/pico_pydantic/_version.py
src/pico_pydantic/decorators.py
src/pico_pydantic/interceptor.py
src/pico_pydantic/py.typed
src/pico_pydantic.egg-info/PKG-INFO
src/pico_pydantic.egg-info/SOURCES.txt
src/pico_pydantic.egg-info/dependency_links.txt
src/pico_pydantic.egg-info/entry_points.txt
src/pico_pydantic.egg-info/requires.txt
src/pico_pydantic.egg-info/top_level.txt
tests/conftest.py
tests/test_edge_cases.py
tests/test_interceptor_coverage.py
tests/test_validation.py