d2bb2b9912
PR: 252078 Approved by: lwhsu (mentor)
8 lines
334 B
Text
8 lines
334 B
Text
Easy access of environment variables from Python with support for
|
|
booleans, strings, lists, tuples, integers, floats, and dicts.
|
|
|
|
If you need environment variables for your settings but need an easy way
|
|
of using Python objects instead of just strings. For example, if you
|
|
need a list of strings.
|
|
|
|
WWW: https://github.com/capless/envs
|