Created by: jnoortheen
What is this Python project?
dynamic-conf is very simple script that I find very useful and created after getting frustrated with python-decouple.
What's the difference between this Python project and similar ones?
- it supports both
.py
and.env
config files - the developer has to define the variables under the class to start using it. i.e. no disparity between
.env
and.env.template
- cli to create
.env
orenv.py
file during ci or docker image builds. - automatic value conversion based on type annotation
--
Anyone who agrees with this pull request could vote for it by adding a