Releases: douglasmiranda/gconfigs
Releases · douglasmiranda/gconfigs
v0.1.5 - New use_instead option!
v0.1.5 (2019-04-10)
Hey, long time no see. I've been using gConfigs in some projects, and it works fine, that's why there was no update in a long time, but now it was time to go back and make some improvements.
- Don't raise an exception when the dotenv file is empty #3
- New
use_instead
option. #4 docs - Added CODE OF CONDUCT!
- Dev: Using Poetry; Some Travis changes; Some updates to Makefile;
Love Django and Docker? You may want to take a look at my new repo: https://github.com/douglasmiranda/ddpt
- Some of my Dockerfiles: https://github.com/douglasmiranda/dockerfiles
- Check it out my experiments: https://github.com/douglasmiranda/lab
Open sourcing gConfigs
gConfigs, something like "get configs".
It's an configs parser.
You can get your configs from environment variables, local mounted files and .env (dotenv) files.
So, just install and try it.
$ pip install gconfigs
$ # or
$ pipenv install gconfigs
So help me find bugs, and let's discuss possible new backends to implement.