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://pypi.python.org/pypi/python-dotenv WWW: https://github.com/theskumar/python-dotenv
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
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://pypi.python.org/pypi/python-dotenv
|
|
WWW: https://github.com/theskumar/python-dotenv
|