Skip to content

Releases: douglasmiranda/gconfigs

v0.1.5 - New use_instead option!

11 Apr 03:44
5f6ca74
Compare
Choose a tag to compare

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

Open sourcing gConfigs

09 Apr 05:46
51f7623
Compare
Choose a tag to compare
Pre-release

gConfigs logo

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.