.flake8
.gitignore
.pylintrc
.travis.yml
LICENSE
README.md
setup.cfg
setup.py
.circleci/config.yml
.github/workflows/pythonpackage.yml
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
configsuite/extension/__init__.py
configsuite/extension/ext.py
configsuite/extension/ext_nodes.py
configsuite/extension/_static/configsuite_ext.css
configsuite/extension/_static/configsuite_ext.js
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/release_notes.rst
docs/source/user_guide/advanced.rst
docs/source/user_guide/deprecated_behaviour.rst
docs/source/user_guide/getting_started.rst
docs/source/user_guide/introduction.rst
requirements/ci-docs-requirements.txt
requirements/ci-requirements.txt
requirements/ci-test-requirements.txt
tests/__init__.py
tests/test_allow_none.py
tests/test_allow_none_vs_default.py
tests/test_code_style.py
tests/test_context_element_validators.py
tests/test_context_transformations.py
tests/test_default_values.py
tests/test_deprecation_warning.py
tests/test_dict.py
tests/test_doc_examples.py
tests/test_doc_gen.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_sphinx_extension.py
tests/test_transformations.py
tests/test_types.py
tests/test_user_types.py
tests/test_validate_meta_schema.py
tests/data/__init__.py
tests/data/advanced_store.py
tests/data/candidate.py
tests/data/candy_bag.py
tests/data/car.py
tests/data/computers.py
tests/data/favourite_numbers.py
tests/data/hero.py
tests/data/numbers.py
tests/data/pets.py
tests/data/special_numbers.py
tests/data/store.py
tests/data/templating.py
tests/data/transactions.py
tests/data/doc/conf.py
tests/data/doc/index.rst