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 supported0 Subscribers
Add a CodeTriage badge to python-dotenv
Help out
- Issues
- ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group
- chore(deps): update pytest requirement from >=9.0.3 to >=9.1.1
- set_key corrupts values containing backslashes (Windows paths, regexes) on round-trip
- fix: escape backslashes in set_key so values round-trip
- fix: parse empty unquoted value with inline comment as empty string
- added 3 tests to test_variables.py
- chore(deps): update pytest requirement from >=9.0.3 to >=9.1.0
- chore(deps): update mkdocs requirement from >=1.5.0 to >=1.6.1
- chore(deps): update mkdocs-material requirement from >=9.5.0 to >=9.7.6
- chore(deps): update mkdocstrings requirement from >=0.24.0 to >=1.0.4
- Docs
- Python not yet supported