.gitignore
.pylintrc
.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/transformer.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_context_element_validators.py
tests/test_context_transformations.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_layers_transformations.py
tests/test_license_header.py
tests/test_readable.py
tests/test_schema_validation.py
tests/test_transformations.py
tests/test_types.py
tests/test_user_types.py
tests/data/__init__.py
tests/data/advanced_store.py
tests/data/candidate.py
tests/data/candy_bag.py
tests/data/favourite_numbers.py
tests/data/hero.py
tests/data/numbers.py
tests/data/pets.py
tests/data/store.py
tests/data/templating.py
tests/data/transactions.py