MANIFEST.in
README.md
setup.py
src/superannotate_schemas/__init__.py
src/superannotate_schemas/__main__.py
src/superannotate_schemas/_format.py
src/superannotate_schemas/_legacy_validators.py
src/superannotate_schemas/_reflect.py
src/superannotate_schemas/_types.py
src/superannotate_schemas/_utils.py
src/superannotate_schemas/_validators.py
src/superannotate_schemas/cli.py
src/superannotate_schemas/compat.py
src/superannotate_schemas/exceptions.py
src/superannotate_schemas/validators.py
src/superannotate_schemas.egg-info/PKG-INFO
src/superannotate_schemas.egg-info/SOURCES.txt
src/superannotate_schemas.egg-info/dependency_links.txt
src/superannotate_schemas.egg-info/top_level.txt
src/superannotate_schemas/schemas/draft3.json
src/superannotate_schemas/schemas/draft4.json
src/superannotate_schemas/schemas/draft7.json
src/tests/__init__.py
src/tests/_helpers.py
src/tests/_suite.py
src/tests/test_exceptions.py
src/tests/test_format.py
src/tests/test_jsonschema_test_suite.py
src/tests/test_types.py
src/tests/test_validators.py