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
.pyand.envconfig files - the developer has to define the variables under the class to start using it. i.e. no disparity between
.envand.env.template - cli to create
.envorenv.pyfile 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