awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

add dynamic-conf under configuration section

Open jnoortheen opened this issue 4 years ago • 1 comments

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 or env.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 :+1: to it, and usually, the maintainer will merge it when votes reach 20.

jnoortheen avatar Mar 23 '20 15:03 jnoortheen

1f3d73ef2fdc77ac34b78390097f1341e50e7612

Jamesh1906 avatar Nov 27 '22 03:11 Jamesh1906