.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
byoconfig/__init__.py
byoconfig/config.py
byoconfig/singleton.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/scm_file_list.json
byoconfig.egg-info/scm_version.json
byoconfig.egg-info/top_level.txt
byoconfig/sources/__init__.py
byoconfig/sources/aws_secrets_manager.py
byoconfig/sources/base.py
byoconfig/sources/environment.py
byoconfig/sources/file.py
tests/test_aws_secrets_manager.py
tests/test_base.py
tests/test_environment.py
tests/test_file.py
tests/test_singleton.py