LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
json_strong_typing.egg-info/PKG-INFO
json_strong_typing.egg-info/SOURCES.txt
json_strong_typing.egg-info/dependency_links.txt
json_strong_typing.egg-info/requires.txt
json_strong_typing.egg-info/top_level.txt
json_strong_typing.egg-info/zip-safe
strong_typing/__init__.py
strong_typing/auxiliary.py
strong_typing/core.py
strong_typing/deserializer.py
strong_typing/docstring.py
strong_typing/exception.py
strong_typing/inspection.py
strong_typing/mapping.py
strong_typing/name.py
strong_typing/schema.py
strong_typing/serialization.py
strong_typing/serializer.py
strong_typing/topological.py
tests/test_deserialization.py
tests/test_docstring.py
tests/test_inspection.py
tests/test_name.py
tests/test_performance.py
tests/test_schema.py
tests/test_serialization.py
tests/test_topological.py