LICENSE
README.md
setup.py
examples/__init__.py
tests/test_cls.py
tests/test_field.py
tests/test_func.py
tests/test_future.py
tests/test_options.py
tests/test_rule.py
tests/test_spec.py
tests/test_type.py
utype/__init__.py
utype/decorator.py
utype/schema.py
utype/settings.py
utype/types.py
utype.egg-info/PKG-INFO
utype.egg-info/SOURCES.txt
utype.egg-info/dependency_links.txt
utype.egg-info/requires.txt
utype.egg-info/top_level.txt
utype/parser/__init__.py
utype/parser/base.py
utype/parser/cls.py
utype/parser/field.py
utype/parser/func.py
utype/parser/options.py
utype/parser/rule.py
utype/specs/__init__.py
utype/specs/json_schema/__init__.py
utype/specs/json_schema/constant.py
utype/specs/json_schema/generator.py
utype/specs/json_schema/parser.py
utype/specs/python/__init__.py
utype/specs/python/generator.py
utype/utils/__init__.py
utype/utils/base.py
utype/utils/compat.py
utype/utils/datastructures.py
utype/utils/encode.py
utype/utils/example.py
utype/utils/exceptions.py
utype/utils/functional.py
utype/utils/style.py
utype/utils/transform.py