LICENSE
README.md
pyproject.toml
configr/__init__.py
configr/base.py
configr/config_class.py
configr/exceptions.py
configr/field_type_checker.py
configr/utils.py
configr/loaders/__init__.py
configr/loaders/loader_base.py
configr/loaders/loader_env_var.py
configr/loaders/loader_json.py
configr/loaders/loader_yaml.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_loader_env_var.py
tests/test_loader_yaml.py
tests/test_loaders.py
tests/test_utils.py