Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
/
Sign in
Sign up
Appearance settings
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 }}
cybercoded
/
python-dotenv
Public
forked from
theskumar/python-dotenv
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-dotenv
src
dotenv
on
main
User selector
All users
All time
Commit history
Commits on Jun 24, 2025
Update spacing and docs
theskumar
committed
16f2bda
View commit details
Copy full SHA for 16f2bda
View code at this point
Browse repository at this point
feat: add `PYTHON_DOTENV_DISABLED` flag to disable load_dotenv (fixes #510) (#569)
Show description for c715d19
matthewfranglen
and
theskumar
authored
c715d19
View commit details
Copy full SHA for c715d19
View code at this point
Browse repository at this point
Use sys.exit() instead of exit() (#568)
theskumar
authored
666984d
View commit details
Copy full SHA for 666984d
View code at this point
Browse repository at this point
style: upgrade to use ruff (#567)
theskumar
authored
02b6857
View commit details
Copy full SHA for 02b6857
View code at this point
Browse repository at this point
Bump version: 1.1.0 → 1.1.1
theskumar
committed
16e660d
View commit details
Copy full SHA for 16e660d
View code at this point
Browse repository at this point
fix(cli): issue with execvpe on Windows (#566)
Show description for 9d85edb
wrongontheinternet
and
jakeowen-dev
authored
9d85edb
View commit details
Copy full SHA for 9d85edb
View code at this point
Browse repository at this point
Commits on May 30, 2025
fix: ensure find_dotenv work reliably on python 3.13 (#563)
theskumar
authored
8411987
View commit details
Copy full SHA for 8411987
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
Bump version: 1.0.1 → 1.1.0
theskumar
committed
2198b69
View commit details
Copy full SHA for 2198b69
View code at this point
Browse repository at this point
Add _is_debugger so load_dotenv will work in pdb (#553)
randomseed42
authored
8dd413e
View commit details
Copy full SHA for 8dd413e
View code at this point
Browse repository at this point
Commits on Mar 9, 2025
Some more s/Python-dotenv/python-dotenv/ (#552)
theskumar
authored
9acba4a
View commit details
Copy full SHA for 9acba4a
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
ci: add py3.13 to test.yml (#527)
Show description for 4d505f2
waketzheng
authored
4d505f2
View commit details
Copy full SHA for 4d505f2
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for 4543837
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
docs: clearify default behaviour of load_dotenv
Show description for 08937a1
theskumar
committed
08937a1
View commit details
Copy full SHA for 08937a1
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
Bumpversion 1.0.0 -> 1.0.1
theskumar
committed
d6c0b96
View commit details
Copy full SHA for d6c0b96
View code at this point
Browse repository at this point
Fix temporary file is deleted before closing, in the rewrite function (#468)
Show description for 6ff1391
Qwerty-133
authored
6ff1391
View commit details
Copy full SHA for 6ff1391
View code at this point
Browse repository at this point
Allow modules using load_dotenv to be reloaded when launched in a separate thread (#497)
Show description for 0b94ac0
freddyaboulton
authored
0b94ac0
View commit details
Copy full SHA for 0b94ac0
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
Gracefully handle code which has been imported from a zipfile (#456)
samwyma
authored
137bc3d
View commit details
Copy full SHA for 137bc3d
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
Bump version: 0.21.1 → 1.0.0
theskumar
committed
d0684d1
View commit details
Copy full SHA for d0684d1
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
Handle situations where the cwd does not exist. (#446)
Show description for fc19a55
jctanner
authored
fc19a55
View commit details
Copy full SHA for fc19a55
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Bump version: 0.21.0 → 0.21.1
theskumar
committed
5317a56
View commit details
Copy full SHA for 5317a56
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
Fix type hint for dotenv_path var, add StrPath alias (#432)
Show description for 09cf4ab
eaftan
authored
09cf4ab
View commit details
Copy full SHA for 09cf4ab
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
Improve error message for `get` and `list` commands
Show description for 7dc2492
bbc2
committed
7dc2492
View commit details
Copy full SHA for 7dc2492
View code at this point
Browse repository at this point
Fix typo
Michael V. DePalatis
authored and
bbc2
committed
025f762
View commit details
Copy full SHA for 025f762
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for ceca48c
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
Modernize main.py and parser.py code
Nougat-Waffle
authored and
bbc2
committed
cadf4fc
View commit details
Copy full SHA for cadf4fc
View code at this point
Browse repository at this point
Modernize some code in variables.py
Nougat-Waffle
authored and
bbc2
committed
00cc7ae
View commit details
Copy full SHA for 00cc7ae
View code at this point
Browse repository at this point
Fix out of scope error when "dest" variable is undefined
Show description for 1ecb57d
theGOTOguy
authored and
bbc2
committed
1ecb57d
View commit details
Copy full SHA for 1ecb57d
View code at this point
Browse repository at this point
Update __init__.py
Show description for 718307b
Praveensenpai
authored and
bbc2
committed
718307b
View commit details
Copy full SHA for 718307b
View code at this point
Browse repository at this point
Commits on Sep 18, 2022
Fixed minor spelling mistake (#426)
saimehsan
authored
cedd36d
View commit details
Copy full SHA for cedd36d
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
Bump version: 0.20.0 → 0.21.0
theskumar
committed
b6fe193
View commit details
Copy full SHA for b6fe193
View code at this point
Browse repository at this point
Revert "fix: out of scope error when "dest" variable is undefined #413"
Show description for 490b116
theskumar
committed
490b116
View commit details
Copy full SHA for 490b116
View code at this point
Browse repository at this point
fix: out of scope error when "dest" variable is undefined #413
theGOTOguy
authored
a53d652
View commit details
Copy full SHA for a53d652
View code at this point
Browse repository at this point
Commits on Jul 23, 2022
feat(cli) add --format= option to list command (#407)
Show description for 914c68e
sammck
and
theskumar
authored
914c68e
View commit details
Copy full SHA for 914c68e
View code at this point
Browse repository at this point
Drop Python 3.5 and 3.6 and upgrade GA (#393)
Show description for 2f36c08
eggplants
and
theskumar
authored
2f36c08
View commit details
Copy full SHA for 2f36c08
View code at this point
Browse repository at this point
Commits on Jun 5, 2022
feat: return False when we do not discover any environment variables (#388)
Show description for ee15221
larsks
and
theskumar
authored
ee15221
View commit details
Copy full SHA for ee15221
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.