LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
schemafied/__init__.py
schemafied/exceptions.py
schemafied/py.typed
schemafied/schema.py
schemafied/validation_context.py
schemafied/validators.py
schemafied.egg-info/PKG-INFO
schemafied.egg-info/SOURCES.txt
schemafied.egg-info/dependency_links.txt
schemafied.egg-info/not-zip-safe
schemafied.egg-info/requires.txt
schemafied.egg-info/top_level.txt
schemafied/fields/__init__.py
schemafied/fields/base.py
schemafied/fields/dict.py
schemafied/fields/list.py
schemafied/fields/number.py
schemafied/fields/string.py
tests/test_edge_cases.py
tests/test_error_handling.py
tests/test_fields.py
tests/test_integration.py
tests/test_performance.py
tests/test_schema.py