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 }}
bbc2
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-dotenv
src
dotenv
on
3af77d3
User selector
All users
All time
Commit History
Commits on Oct 26, 2025
Support reading .env from FIFOs (Unix) (#586)
Show description for 3af77d3
sidharth-sudhir
and
Sidharth Sudhir
authored
3af77d3
Copy full SHA for 3af77d3
Bump version: 1.1.1 → 1.2.0
theskumar
committed
5bf8822
Copy full SHA for 5bf8822
Commits on Jun 24, 2025
Update spacing and docs
theskumar
committed
16f2bda
Copy full SHA for 16f2bda
feat: add `PYTHON_DOTENV_DISABLED` flag to disable load_dotenv (fixes #510) (#569)
Show description for c715d19
matthewfranglen
and
theskumar
authored
c715d19
Copy full SHA for c715d19
Use sys.exit() instead of exit() (#568)
theskumar
authored
666984d
Copy full SHA for 666984d
style: upgrade to use ruff (#567)
theskumar
authored
02b6857
Copy full SHA for 02b6857
Bump version: 1.1.0 → 1.1.1
theskumar
committed
16e660d
Copy full SHA for 16e660d
fix(cli): issue with execvpe on Windows (#566)
Show description for 9d85edb
wrongontheinternet
and
jakeowen-dev
authored
9d85edb
Copy full SHA for 9d85edb
Commits on May 30, 2025
fix: ensure find_dotenv work reliably on python 3.13 (#563)
theskumar
authored
8411987
Copy full SHA for 8411987
Commits on Mar 25, 2025
Bump version: 1.0.1 → 1.1.0
theskumar
committed
2198b69
Copy full SHA for 2198b69
Add _is_debugger so load_dotenv will work in pdb (#553)
randomseed42
authored
8dd413e
Copy full SHA for 8dd413e
Commits on Mar 9, 2025
Some more s/Python-dotenv/python-dotenv/ (#552)
theskumar
authored
9acba4a
Copy full SHA for 9acba4a
Commits on Jul 23, 2024
ci: add py3.13 to test.yml (#527)
Show description for 4d505f2
waketzheng
authored
4d505f2
Copy full SHA for 4d505f2
Commits on Jul 18, 2024
Enhance dotenv run: Switch to execvpe for better resource management and signal handling (#523)
Show description for 4543837
eekstunt
authored
4543837
Copy full SHA for 4543837
Commits on Apr 29, 2024
docs: clearify default behaviour of load_dotenv
Show description for 08937a1
theskumar
committed
08937a1
Copy full SHA for 08937a1
Commits on Jan 23, 2024
Bumpversion 1.0.0 -> 1.0.1
theskumar
committed
d6c0b96
Copy full SHA for d6c0b96
Fix temporary file is deleted before closing, in the rewrite function (#468)
Show description for 6ff1391
Qwerty-133
authored
6ff1391
Copy full SHA for 6ff1391
Allow modules using load_dotenv to be reloaded when launched in a separate thread (#497)
Show description for 0b94ac0
freddyaboulton
authored
0b94ac0
Copy full SHA for 0b94ac0
Commits on Apr 17, 2023
Gracefully handle code which has been imported from a zipfile (#456)
samwyma
authored
137bc3d
Copy full SHA for 137bc3d
Commits on Feb 24, 2023
Bump version: 0.21.1 → 1.0.0
theskumar
committed
d0684d1
Copy full SHA for d0684d1
Commits on Feb 23, 2023
Handle situations where the cwd does not exist. (#446)
Show description for fc19a55
jctanner
authored
fc19a55
Copy full SHA for fc19a55
Commits on Jan 21, 2023
Bump version: 0.21.0 → 0.21.1
theskumar
committed
5317a56
Copy full SHA for 5317a56
Commits on Jan 11, 2023
Fix type hint for dotenv_path var, add StrPath alias (#432)
Show description for 09cf4ab
eaftan
authored
09cf4ab
Copy full SHA for 09cf4ab
Commits on Nov 25, 2022
Improve error message for `get` and `list` commands
Show description for 7dc2492
bbc2
committed
7dc2492
Copy full SHA for 7dc2492
Fix typo
Michael V. DePalatis
authored and
bbc2
committed
025f762
Copy full SHA for 025f762
Commits on Nov 12, 2022
Use f-strings, make some code more concise and change docstrings to double quotes according to PEP257
Nougat-Waffle
authored and
bbc2
committed
ceca48c
Copy full SHA for ceca48c
Commits on Nov 11, 2022
Modernize main.py and parser.py code
Nougat-Waffle
authored and
bbc2
committed
cadf4fc
Copy full SHA for cadf4fc
Modernize some code in variables.py
Nougat-Waffle
authored and
bbc2
committed
00cc7ae
Copy full SHA for 00cc7ae
Fix out of scope error when "dest" variable is undefined
Show description for 1ecb57d
theGOTOguy
authored and
bbc2
committed
1ecb57d
Copy full SHA for 1ecb57d
Update __init__.py
Show description for 718307b
Praveensenpai
authored and
bbc2
committed
718307b
Copy full SHA for 718307b
Commits on Sep 18, 2022
Fixed minor spelling mistake (#426)
saimehsan
authored
cedd36d
Copy full SHA for cedd36d
Commits on Sep 3, 2022
Bump version: 0.20.0 → 0.21.0
theskumar
committed
b6fe193
Copy full SHA for b6fe193
Revert "fix: out of scope error when "dest" variable is undefined #413"
Show description for 490b116
theskumar
committed
490b116
Copy full SHA for 490b116
fix: out of scope error when "dest" variable is undefined #413
theGOTOguy
authored
a53d652
Copy full SHA for a53d652
Commits on Jul 23, 2022
feat(cli) add --format= option to list command (#407)
Show description for 914c68e
sammck
and
theskumar
authored
914c68e
Copy full SHA for 914c68e
Previous
Next
You can’t perform that action at this time.