.gitignore
.travis.yml
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
configsuite/__about__.py
configsuite/__init__.py
configsuite/_version.py
configsuite/config.py
configsuite/meta_keys.py
configsuite/schema.py
configsuite/types.py
configsuite/validation_errors.py
configsuite/validator.py
configsuite.egg-info/PKG-INFO
configsuite.egg-info/SOURCES.txt
configsuite.egg-info/dependency_links.txt
configsuite.egg-info/requires.txt
configsuite.egg-info/top_level.txt
configsuite/docs/__init__.py
tests/__init__.py
tests/test_code_style.py
tests/test_dict.py
tests/test_docs.py
tests/test_elem_validator_msg.py
tests/test_element_validators.py
tests/test_keys.py
tests/test_layers.py
tests/test_license_header.py
tests/test_readable.py
tests/test_schema_validation.py
tests/test_types.py
tests/test_user_types.py