python3-dotenv

Get and set values in the .env file in local and production servers
  https://github.com/theskumar/python-dotenv
  0
  no reviews



Reads key value pairs from the .env file and adds them to environment. variables. It is useful to manage settings during development and in production following the 12-factor principles: http://12factor.net/ The executable is named python-dotenv