.gitignore
LICENSE.txt
README.md
config-mixin.iml
pyproject.toml
requirements.txt
test-requirements.txt
tox.ini
.github/workflows/publish.yml
.github/workflows/tox.yml
config_mixin/__init__.py
config_mixin/exceptions.py
config_mixin.egg-info/PKG-INFO
config_mixin.egg-info/SOURCES.txt
config_mixin.egg-info/dependency_links.txt
config_mixin.egg-info/requires.txt
config_mixin.egg-info/top_level.txt
tests/__init__.py
tests/test_config_mixin.py
tests/dict-merge/file1.yaml
tests/dict-merge/file2.yaml
tests/empty-files/json_file.json
tests/empty-files/yaml_file.yaml
tests/key-override/file1.yaml
tests/key-override/file2.yaml
tests/multi-level-files/ns1/stuff.yaml
tests/multi-level-files/ns1/subdir/stuff.yaml
tests/single-file/stuff.yaml
tests/single-file-with-namespace/stuff.json
tests/two-files-with-subdir-namespace/ns1/stuff.yaml
tests/two-files-with-subdir-namespace/ns2/stuff.yaml