summaryrefslogtreecommitdiffstats
path: root/python/python3-dotenv/README
diff options
context:
space:
mode:
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.