Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
asymness
/
python-dotenv
Public
forked from
theskumar/python-dotenv
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
refs/heads/bugfix/cli-multiple-env-files
User selector
All users
All time
Commit History
Commits on Jan 17, 2026
Remove unused import
asymness
committed
4e25349
Copy full SHA for 4e25349
Fix mypy warnings
asymness
committed
9b17de6
Copy full SHA for 9b17de6
Reformat test with ruff
asymness
committed
fd3950c
Copy full SHA for fd3950c
tests: add strict=False to zip() to satisfy ruff B905 lint rule
asymness
committed
d25ac22
Copy full SHA for d25ac22
Update test to use printf instead of echo to make it environment-agnostic
asymness
committed
3994cea
Copy full SHA for 3994cea
Update CLI module to support multiple files
asymness
committed
5302b53
Copy full SHA for 5302b53
Add test to verify if variables are loaded and overridden from multiple env files correctly
asymness
committed
3c8bb79
Copy full SHA for 3c8bb79
Update a failing test on MacOS due to version argument not supported for printenv
asymness
committed
70af1c8
Copy full SHA for 70af1c8
Commits on Jan 12, 2026
docs: clarify override behavior and document FIFO support (#610)
Show description for 09d7cee
theskumar
authored
09d7cee
Copy full SHA for 09d7cee
ci: improve workflow efficiency with best practices (#609)
Show description for c8de288
theskumar
authored
c8de288
Copy full SHA for c8de288
Add Windows testing to CI (#604)
Show description for 7bd9e3d
bbc2
and
theskumar
authored
7bd9e3d
Copy full SHA for 7bd9e3d
Drop Python 3.9 support and update to PyPy 3.11 (#608)
Show description for 1baaf04
theskumar
authored
1baaf04
Copy full SHA for 1baaf04
ci: enable testing on Python 3.14t (free-threaded) (#588)
23f3001135
authored
4a22cf8
Copy full SHA for 4a22cf8
Fix license specifier (#597)
Show description for e2e8e77
cpackham-atlnz
authored
e2e8e77
Copy full SHA for e2e8e77
Clean up "Related projects" section of the readme (#602)
Show description for 25b04ae
bbc2
authored
25b04ae
Copy full SHA for 25b04ae
Docs: Improve readability of reference page (#605)
Show description for 6d28eee
bbc2
authored
6d28eee
Copy full SHA for 6d28eee
Make `dotenv run` forward flags to given command (#607)
Show description for 9f3b8b5
bbc2
authored
9f3b8b5
Copy full SHA for 9f3b8b5
Commits on Jan 10, 2026
Fix formatting
Show description for f54d29f
bbc2
committed
f54d29f
Copy full SHA for f54d29f
Bump actions/checkout from 5 to 6 in the github-actions group
Show description for cd48b58
dependabot[bot]
authored and
bbc2
committed
cd48b58
Copy full SHA for cd48b58
skip 000 permission tests for root user
burnout-projects
authored and
bbc2
committed
0525fc9
Copy full SHA for 0525fc9
fix: Add missing 3.14 PyPI classifier.
JYOuyang
authored and
bbc2
committed
d10ea61
Copy full SHA for d10ea61
Commits on Oct 26, 2025
Fix gh-pages deployment permission issue
Show description for 85f4329
theskumar
committed
85f4329
Copy full SHA for 85f4329
Do not remove .coverage file
theskumar
committed
eaf2a91
Copy full SHA for eaf2a91
Bump version: 1.2.0 → 1.2.1
theskumar
committed
8716196
Copy full SHA for 8716196
Update changelog
theskumar
committed
b87807f
Copy full SHA for b87807f
Support reading .env from FIFOs (Unix) (#586)
Show description for 3af77d3
sidharth-sudhir
and
Sidharth Sudhir
authored
3af77d3
Copy full SHA for 3af77d3
Fix test failures after moving config to pyproject.toml
Show description for 467ee22
theskumar
committed
467ee22
Copy full SHA for 467ee22
Move more config pyproject.toml
theskumar
committed
76999e7
Copy full SHA for 76999e7
Update to use trusted publisher on pypi
theskumar
committed
222ce2c
Copy full SHA for 222ce2c
Update docs requirements
theskumar
committed
8ed4f79
Copy full SHA for 8ed4f79
Bump version: 1.1.1 → 1.2.0
theskumar
committed
5bf8822
Copy full SHA for 5bf8822
upadate changelog
theskumar
committed
1fe11cc
Copy full SHA for 1fe11cc
Fix build command
theskumar
committed
80cfe9f
Copy full SHA for 80cfe9f
Move project metadata and config to pyproject.toml (#583)
Show description for 8b4e13d
EpicWink
authored
8b4e13d
Copy full SHA for 8b4e13d
Commits on Oct 14, 2025
Bump the github-actions group across 1 directory with 2 updates (#577)
Show description for f288da1
dependabot[bot]
authored
f288da1
Copy full SHA for f288da1
Previous
Next
You can’t perform that action at this time.