.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/lint_and_test.yml
.github/workflows/publish.yml
byoconfig/__init__.py
byoconfig/config.py
byoconfig/error.py
byoconfig.egg-info/PKG-INFO
byoconfig.egg-info/SOURCES.txt
byoconfig.egg-info/dependency_links.txt
byoconfig.egg-info/requires.txt
byoconfig.egg-info/top_level.txt
byoconfig/sources/__init__.py
byoconfig/sources/base.py
byoconfig/sources/env.py
byoconfig/sources/file.py
extras/examples/cli_app_with_env/cli_with_env.py
extras/examples/configs/example-a.yml
extras/examples/configs/example-b.yml
extras/examples/configs/example.yml
extras/examples/configs/same_as.json
extras/examples/configs/same_as.toml
extras/examples/configs/same_as.yaml
extras/examples/multi_config_cli_app/cli_app_multiple_configs.py
extras/examples/multiple_file_types/file_types.py
extras/examples/plugin/plugin_example.py
extras/examples/simple_cli_app/cli_app.py
tests/test_config.py
tests/test_error.py
tests/test_sources_base.py
tests/test_sources_env.py
tests/test_sources_file.py
tests/fixtures/__init__.py
tests/fixtures/fixture_source_classes.py
tests/fixtures/invalid.json
tests/fixtures/invalid.toml
tests/fixtures/invalid.yaml
tests/fixtures/pathing.py
tests/fixtures/this_is_json
tests/fixtures/this_is_toml
tests/fixtures/this_is_yaml