LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
confection/__init__.py
confection/_config.py
confection/_constants.py
confection/_errors.py
confection/_parser.py
confection/_registry.py
confection/py.typed
confection/typechecker.py
confection/util.py
confection/validation.py
confection.egg-info/PKG-INFO
confection.egg-info/SOURCES.txt
confection.egg-info/dependency_links.txt
confection.egg-info/requires.txt
confection.egg-info/top_level.txt
confection.egg-info/zip-safe
tests/test_config_basic.py
tests/test_config_errors.py
tests/test_config_serialization.py
tests/test_errors.py
tests/test_issue52.py
tests/test_issue54.py
tests/test_issue58.py
tests/test_issue59.py
tests/test_issue61.py
tests/test_pydantic_shim.py
tests/test_registry_fill.py
tests/test_registry_resolve.py
tests/test_schema.py
tests/test_typechecker_edges.py
tests/test_util.py
tests/test_validate_type.py
tests/test_validation_edges.py