slackbuilds/python/python3-dotenv
fourtysixandtwo 538f7f0c1c
python/python3-dotenv: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-04-12 08:42:16 +07:00
..
README python/python3-dotenv: Updated for version 1.1.0. 2025-04-12 08:42:16 +07:00
python3-dotenv.SlackBuild python/python3-dotenv: Updated for version 1.1.0. 2025-04-12 08:42:16 +07:00
python3-dotenv.info python/python3-dotenv: Updated for version 1.1.0. 2025-04-12 08:42:16 +07:00
slack-desc

README

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.

NOTE: If you want cli to work, have "click" installed before buildling.