LICENSE
MANIFEST.in
README.rst
setup.py
schemes/__init__.py
schemes/abstract.py
schemes/fields.py
schemes/modifiers.py
schemes/schema.py
schemes/timefields.py
schemes/utils.py
schemes.egg-info/PKG-INFO
schemes.egg-info/SOURCES.txt
schemes.egg-info/dependency_links.txt
schemes.egg-info/requires.txt
schemes.egg-info/top_level.txt
schemes/libs/__init__.py
schemes/libs/rfc3339.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/basic_schema_test.py
tests/integration/compound_schema_test.py
tests/integration/conftest.py
tests/integration/list_test.py
tests/integration/optional_fields_test.py
tests/integration/writeonly_fields_test.py
tests/unit/__init__.py
tests/unit/attrdict_test.py
tests/unit/field_test.py
tests/unit/list_test.py
tests/unit/long_test.py
tests/unit/optional_test.py
tests/unit/rangedfield_test.py
tests/unit/readonly_test.py
tests/unit/schema_test.py
tests/unit/sequencefield_test.py
tests/unit/string_test.py
tests/unit/timefields_test.py
tests/unit/writeonly_test.py