LICENSE
MANIFEST.in
README.md
pyproject.toml
pycharter/__init__.py
pycharter/converter.py
pycharter/json_schema_support.py
pycharter/json_schema_validator.py
pycharter/model_generator.py
pycharter/model_to_schema.py
pycharter/py.typed
pycharter/reverse_converter.py
pycharter/schema_parser.py
pycharter/schema_resolver.py
pycharter.egg-info/PKG-INFO
pycharter.egg-info/SOURCES.txt
pycharter.egg-info/dependency_links.txt
pycharter.egg-info/requires.txt
pycharter.egg-info/top_level.txt
pycharter/coercions/__init__.py
pycharter/coercions/builtin.py
pycharter/contract_parser/__init__.py
pycharter/contract_parser/parser.py
pycharter/json_schema_converter/__init__.py
pycharter/json_schema_converter/converter.py
pycharter/json_schema_converter/reverse_converter.py
pycharter/metadata_store/__init__.py
pycharter/metadata_store/client.py
pycharter/pydantic_generator/__init__.py
pycharter/pydantic_generator/converter.py
pycharter/pydantic_generator/generator.py
pycharter/runtime_validator/__init__.py
pycharter/runtime_validator/validator.py
pycharter/shared/__init__.py
pycharter/shared/json_schema_support.py
pycharter/shared/json_schema_validator.py
pycharter/shared/schema_parser.py
pycharter/shared/schema_resolver.py
pycharter/shared/coercions/__init__.py
pycharter/shared/coercions/builtin.py
pycharter/shared/validations/__init__.py
pycharter/shared/validations/builtin.py
pycharter/validations/__init__.py
pycharter/validations/builtin.py
tests/test_coercion_validation.py
tests/test_converter.py
tests/test_fixtures.py
tests/test_integration.py
tests/test_json_schema_compliance.py
tests/test_refs_and_definitions.py
tests/test_reverse_conversion.py
tests/test_schema_parser.py
tests/test_x_validators.py