HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

Raise KeyError when key is not found in ini repositories #153

Closed b0o closed 1 year ago

b0o commented 1 year ago

Enables RepositoryIni to be used in a collections.ChainMap to allow cascading multiple repositories.

See #142

henriquebastos commented 1 year ago

Great work, @b0o! Thank you.