diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-10-14 18:12:17 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:36 +0700 |
| commit | 82ee0c475fa48540f22f0caabfad7b0cae7e576e (patch) | |
| tree | e7e1e7ced743054c7c0cd4bc4bdb87a93859ca5b /python/python3-dotenv/README | |
| parent | 7e9b865eb5bed231001c1f662ceec77ade10d3e8 (diff) | |
python/python3-dotenv: Added (Read key-value pairs from .env file)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dotenv/README')
| -rw-r--r-- | python/python3-dotenv/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-dotenv/README b/python/python3-dotenv/README new file mode 100644 index 0000000000..7536ac3174 --- /dev/null +++ b/python/python3-dotenv/README @@ -0,0 +1,5 @@ +python3-dotenv (Read key-value pairs from .env file and set env. vars) + +python3-dotenv reads key-value pairs from a .env file and can set them +as environment variables. It helps in the development of applications +following the 12-factor principles. |
