LICENSE
README.md
setup.py
UJOSchema/__init__.py
UJOSchema/__main__.py
UJOSchema/constraints.py
UJOSchema/parser.py
UJOSchema/ranges.py
UJOSchema/schema.py
UJOSchema/transformer.py
UJOSchema/utils.py
UJOSchema.egg-info/PKG-INFO
UJOSchema.egg-info/SOURCES.txt
UJOSchema.egg-info/dependency_links.txt
UJOSchema.egg-info/requires.txt
UJOSchema.egg-info/top_level.txt
UJOSchema/converter/__init__.py
UJOSchema/converter/base.py
UJOSchema/converter/binary.py
UJOSchema/converter/markdown.py
UJOSchema/types/__init__.py
UJOSchema/types/basic.py
UJOSchema/types/container.py
UJOSchema/types/object.py
UJOSchema/types/record.py
UJOSchema/types/typedef.py
test/__init__.py