MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox-devel.sh
tox.ini
src/confget/__init__.py
src/confget/__main__.py
src/confget/defs.py
src/confget/format.py
src/confget/py.typed
src/confget.egg-info/PKG-INFO
src/confget.egg-info/SOURCES.txt
src/confget.egg-info/dependency_links.txt
src/confget.egg-info/entry_points.txt
src/confget.egg-info/requires.txt
src/confget.egg-info/top_level.txt
src/confget.egg-info/zip-safe
src/confget/backend/__init__.py
src/confget/backend/abstract.py
src/confget/backend/ini_base.py
src/confget/backend/ini_pyp.py
src/confget/backend/ini_re.py
test_data/t1.ini
test_data/t2.ini
test_data/t3.ini
test_data/t4.ini
test_data/t5.ini
test_data/t6.ini
test_data/t7.ini
test_data/t8.ini
test_data/t9.ini
test_data/defs/tests/01-get-values.json
test_data/defs/tests/02-check-values.json
test_data/defs/tests/03-list-all.json
test_data/defs/tests/05-match-names.json
test_data/defs/tests/06-get-default.json
test_data/defs/tests/07-match-values.json
test_data/defs/tests/11-no-default.json
test_data/defs/tests/12-last-value.json
unit_tests/__init__.py
unit_tests/test_parser.py
unit_tests/test_run.py
unit_tests/test_test_data.py
unit_tests/data/__init__.py
unit_tests/data/test_defs.py
unit_tests/data/test_load.py