LICENSE
README.md
pyproject.toml
structured/__init__.py
structured/base_types.py
structured/py.typed
structured/structured.py
structured/type_checking.py
structured/utils.py
structured/hint_types/__init__.py
structured/hint_types/arrays.py
structured/hint_types/basic_types.py
structured/hint_types/condition.py
structured/hint_types/serialize_as.py
structured/hint_types/strings.py
structured/hint_types/tuples.py
structured/serializers/__init__.py
structured/serializers/api.py
structured/serializers/arrays.py
structured/serializers/conditional.py
structured/serializers/self.py
structured/serializers/strings.py
structured/serializers/structs.py
structured/serializers/structured.py
structured/serializers/tuples.py
structured/serializers/unions.py
structured_classes.egg-info/PKG-INFO
structured_classes.egg-info/SOURCES.txt
structured_classes.egg-info/dependency_links.txt
structured_classes.egg-info/requires.txt
structured_classes.egg-info/top_level.txt
tests/test_annotations.py
tests/test_arrays.py
tests/test_base_types.py
tests/test_conditional.py
tests/test_generics.py
tests/test_self.py
tests/test_serializers.py
tests/test_strings.py
tests/test_structured.py
tests/test_tuples.py
tests/test_unions.py
tests/test_utils.py