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
Branch selector
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
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
Browse repository at this point
Use sys.exit() instead of exit() (#568)
theskumar
authored
666984d
View commit details
Copy full SHA for 666984d
Browse repository at this point
style: upgrade to use ruff (#567)
theskumar
authored
02b6857
View commit details
Copy full SHA for 02b6857
Browse repository at this point
Bump version: 1.1.0 → 1.1.1
theskumar
committed
16e660d
View commit details
Copy full SHA for 16e660d
Browse repository at this point
update changelog
theskumar
committed
667e82f
View commit details
Copy full SHA for 667e82f
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
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
Browse repository at this point
Commits on Mar 31, 2025
docs update
theskumar
committed
01f8997
View commit details
Copy full SHA for 01f8997
Browse repository at this point
Commits on Mar 25, 2025
update mkdocs -> mkdocstrings config
theskumar
committed
6a02ef5
View commit details
Copy full SHA for 6a02ef5
Browse repository at this point
Update changelog
theskumar
committed
36c6270
View commit details
Copy full SHA for 36c6270
Browse repository at this point
Bump version: 1.0.1 → 1.1.0
theskumar
committed
2198b69
View commit details
Copy full SHA for 2198b69
Browse repository at this point
Update changelog
theskumar
committed
c89fb6d
View commit details
Copy full SHA for c89fb6d
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
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
Browse repository at this point
s/Python-dotenv/python-dotenv/ (#516)
Show description for 3c19c03
chapeupreto
authored
3c19c03
View commit details
Copy full SHA for 3c19c03
Browse repository at this point
Add support for python 3.13 and drop 3.8 (#551)
Show description for 4159388
theskumar
authored
4159388
View commit details
Copy full SHA for 4159388
Browse repository at this point
Commits on Nov 1, 2024
Bump the github-actions group with 2 updates (#529)
Show description for 2b8635b
dependabot[bot]
authored
2b8635b
View commit details
Copy full SHA for 2b8635b
Browse repository at this point
Add Python 3.13 trove classifier (#535)
edgarrmondragon
authored
533f8ac
View commit details
Copy full SHA for 533f8ac
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
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
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
Browse repository at this point
Commits on Apr 8, 2024
ci: fix multiline string in test.yml & use fail-fast strategy (#514)
Show description for 8c9381e
cclauss
authored
8c9381e
View commit details
Copy full SHA for 8c9381e
Browse repository at this point
Keep GitHub Actions up to date with GitHub's Dependabot
Show description for bf20c80
cclauss
authored and
theskumar
committed
bf20c80
View commit details
Copy full SHA for bf20c80
Browse repository at this point
Commits on Apr 7, 2024
Add a security policy
Show description for 6d6070c
bbc2
committed
6d6070c
View commit details
Copy full SHA for 6d6070c
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
Browse repository at this point
Update changelog for 1.0.1
theskumar
committed
42dc086
View commit details
Copy full SHA for 42dc086
Browse repository at this point
Add python 3.12 and pypy3.10 to test runner
theskumar
committed
b1eebba
View commit details
Copy full SHA for b1eebba
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
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
Browse repository at this point
Commits on Jul 7, 2023
Use https in README links (#474)
Nicals
authored
3ffcef6
View commit details
Copy full SHA for 3ffcef6
Browse repository at this point
Commits on Jun 24, 2023
Use pathlib.Path in tests (#466)
eumiro
authored
be96be2
View commit details
Copy full SHA for be96be2
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
Browse repository at this point
Commits on Mar 14, 2023
FIx year in release in changelog (#453)
jankislinger
authored
dd1af68
View commit details
Copy full SHA for dd1af68
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
Browse repository at this point
Previous
Next
You can’t perform that action at this time.