mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Changes: https://github.com/theskumar/python-dotenv/releases https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md
5 lines
239 B
Text
5 lines
239 B
Text
python-dotenv reads the key,value pair from .env and adds them to environment
|
|
variable. It is great of managing app settings during development and in
|
|
production using 12-factor principles.
|
|
|
|
WWW: https://github.com/theskumar/python-dotenv
|