Install python3-dotenv by entering the following commands in the terminal:
sudo apt update sudo apt install python3-dotenv
Description:
Get and set values in the .env file in local and production servers
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/
Homepage: http://github.com/theskumar/python-dotenv
Version: 0.7.1-1.1
Section: universe/python