python-dotenv
https://github.com/theskumar/python-dotenv
Python
Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to python-dotenv
Help out
- Issues
- fix: find_dotenv fall back to cwd when stack exhausted (#499)
- perf: avoid copying resolved values during variable resolution
- Preserve blank lines when setting or unsetting dotenv keys
- fix: find dotenv from direct thread targets
- Add unload_dotenv() to reverse load_dotenv for tests
- Follow symlinks in dotenv set/unset
- Fix dotenv get exiting with code 1 for empty string values
- Fix empty values in get_cli_string
- dotenv get exits with code 1 for empty string values
- dotenv run --no-override expands variables with the wrong precedence
- Docs
- Python not yet supported