HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.82k stars 195 forks source link

Added `multi_config` Functionality #132

Closed dstarner closed 2 years ago

dstarner commented 2 years ago

Added to close #131

This is a decently naive implementation but it gets the job done without breaking backwards compatibility of config. This is the code directly ripped from my current project, with some tests added.