python-dotenv==1.2.2
# Read key-value pairs from a .env file and set them as environment variables
$ pip install python-dotenv
downloads/wk
0
license
BSD-3-Clause
version
1.2.2
python
>=3.10
What is python-dotenv?
python-dotenv reads configuration settings from a .env file and loads them as environment variables in your Python application, allowing you to keep sensitive data and environment-specific settings out of your codebase. Developers use it to manage different configurations across development, testing, and production environments without hardcoding values or committing secrets to version control.
Links
Keywords
Dependencies (1)