From 82ee0c475fa48540f22f0caabfad7b0cae7e576e Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 14 Oct 2022 18:12:17 +0100 Subject: python/python3-dotenv: Added (Read key-value pairs from .env file) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-dotenv/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-dotenv/README (limited to 'python/python3-dotenv/README') 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. -- cgit v1.2.3