.gitignore
CHANGELOG.md
Dockerfile.test
LICENSE
Makefile
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/sync-keywords.yml
docs/architecture.md
src/pico_pydantic/__init__.py
src/pico_pydantic/_version.py
src/pico_pydantic/decorators.py
src/pico_pydantic/interceptor.py
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/requires.txt
src/pico_pydantic.egg-info/top_level.txt
tests/test_edge_cases.py
tests/test_validation.py