slackbuilds_ponce/python/python3-dotenv/README
fourtysixandtwo 82ee0c475f
python/python3-dotenv: Added (Read key-value pairs from .env file)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-10-15 10:47:36 +07:00

5 lines
249 B
Text

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.