python-dotenv is a Python utility that reads key-value pairs from a .env file and sets them as environment variables. This is especially useful for managing configuration values, secrets, or settings outside of source code, in line with the 12-factor app principles. Commonly used in Flask, Django, and other frameworks, it helps maintain clean and secure codebases across environments like development, staging, and production.
Features
- Loads environment variables from .env files
- Integrates with Flask and Django projects
- Supports parsing of quoted and multiline values
- Works with os.environ in Python
- CLI interface to read or set variables
- Follows 12-factor app configuration practices
Categories
SystemLicense
BSD LicenseFollow Python-Dotenv
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Python-Dotenv!