Added
Link Here
|
1 |
Easy access of environment variables from Python with support for |
2 |
booleans, strings, lists, tuples, integers, floats, and dicts. |
3 |
|
4 |
Use Case |
5 |
If you need environment variables for your settings but need an easy way |
6 |
of using Python objects instead of just strings. For example, if you |
7 |
need a list of strings. |
8 |
|
9 |
Features |
10 |
- CLI to convert settings |
11 |
- CLI to list and check environment variables |
12 |
- Use strings, lists, tuples, integers, floats or dicts. |
13 |
IMPORTANT: When setting the variables in your environmenet |
14 |
(ex. in .env file) wrap them in single or double quotes |
15 |
(ex. "['some','list']") |
16 |
|
17 |
WWW: https://github.com/capless/envs |