python-dotenv · PyPI
pypi.org › project › python-dotenvNov 11, 2021 · $ pip install "python-dotenv[cli]" $ dotenv set USER foo $ dotenv set EMAIL foo@example.org $ dotenv list USER = foo EMAIL = foo@example.org $ dotenv run -- python foo.py Run dotenv --help for more information about the options and subcommands. File format. The format is not formally specified and still improves over time.