LICENSE
README.md
pyproject.toml
configr/__init__.py
configr/base.py
configr/config_class.py
configr/exceptions.py
configr/field_type_checker.py
configr/loaders.py
configr/utils.py
py_configr.egg-info/PKG-INFO
py_configr.egg-info/SOURCES.txt
py_configr.egg-info/dependency_links.txt
py_configr.egg-info/requires.txt
py_configr.egg-info/top_level.txt
tests/test_base.py
tests/test_config_class.py
tests/test_config_class_nested_dataclasses.py
tests/test_config_class_type_validation.py
tests/test_loaders.py
tests/test_utils.py