aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dotenv/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-10-14 18:12:17 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:36 +0700
commit82ee0c475fa48540f22f0caabfad7b0cae7e576e (patch)
treee7e1e7ced743054c7c0cd4bc4bdb87a93859ca5b /python/python3-dotenv/README
parent7e9b865eb5bed231001c1f662ceec77ade10d3e8 (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/README5
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.