{Add .env support to your django/flask apps in development and deployments} Reads the key-value pair from .env file and adds them to environment variable. It is great for managing app settings during development and in production using 12-factor principles.

WWW: https://github.com/theskumar/python-dotenv
