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 }}
lsmith77
/
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
main
User selector
All users
All time
Commit history
Commits on Sep 18, 2022
Fixed minor spelling mistake (#426)
saimehsan
authored
cedd36d
View commit details
Copy full SHA for cedd36d
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
Browse repository at this point
update changelog
theskumar
committed
5d07931
View commit details
Copy full SHA for 5d07931
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
Browse repository at this point
Add release notes for 0.21.0
theskumar
committed
b1f041d
View commit details
Copy full SHA for b1f041d
Browse repository at this point
chore: fix flake8 issue
theskumar
committed
6399af6
View commit details
Copy full SHA for 6399af6
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
Browse repository at this point
Update README.md (#415)
Show description for a7c811d
harveer07
authored
a7c811d
View commit details
Copy full SHA for a7c811d
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
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
Browse repository at this point
Add .vscode to gitignore
theskumar
committed
a50a3bf
View commit details
Copy full SHA for a50a3bf
Browse repository at this point
Commits on Jun 12, 2022
Add `parse_it` to Related Projects (#410)
Show description for 6b1e68b
naorlivne
authored
6b1e68b
View commit details
Copy full SHA for 6b1e68b
Browse repository at this point
Commits on Jun 5, 2022
chore: add GitHub Actions for deploying docs (#399)
Show description for 2cf826f
theskumar
and
Saurabh Kumar
authored
2cf826f
View commit details
Copy full SHA for 2cf826f
Browse repository at this point
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
Browse repository at this point
Commits on Apr 17, 2022
chore: add how to run docs locally
Saurabh Kumar
committed
29bceb8
View commit details
Copy full SHA for 29bceb8
Browse repository at this point
Improve documentation with direct use of MkDocs (#398)
Show description for cb53e1e
bbc2
authored
cb53e1e
View commit details
Copy full SHA for cb53e1e
Browse repository at this point
feat(cli): add support for execution via 'python -m' (#395)
Show description for 769a040
theskumar
and
Saurabh Kumar
authored
769a040
View commit details
Copy full SHA for 769a040
Browse repository at this point
Use built-in unittest.mock instead of third-party mock
Show description for 8080d1d
mgorny
authored and
bbc2
committed
8080d1d
View commit details
Copy full SHA for 8080d1d
Browse repository at this point
Commits on Apr 7, 2022
Skip test_ipython if IPython is not available (#397)
mgorny
authored
7d9cd4b
View commit details
Copy full SHA for 7d9cd4b
Browse repository at this point
Commits on Mar 26, 2022
Docs: Improve documentation for variables without value (#390)
bbc2
authored
b4e0c78
View commit details
Copy full SHA for b4e0c78
Browse repository at this point
Commits on Mar 25, 2022
Use `open` instead of `io.open`
rabinadk1
authored and
bbc2
committed
07a2fa1
View commit details
Copy full SHA for 07a2fa1
Browse repository at this point
Commits on Mar 24, 2022
Fix link typo in changelog
bbc2
committed
65dfa71
View commit details
Copy full SHA for 65dfa71
Browse repository at this point
Release version 0.20.0
bbc2
committed
53cee8c
View commit details
Copy full SHA for 53cee8c
Browse repository at this point
Commits on Mar 13, 2022
Don't mark wheels as universal (#387)
bbc2
authored
3832011
View commit details
Copy full SHA for 3832011
Browse repository at this point
Commits on Mar 12, 2022
Fix installing entry points
Show description for 06c645c
mgorny
authored and
bbc2
committed
06c645c
View commit details
Copy full SHA for 06c645c
Browse repository at this point
Add encoding parameter to {get,set,unset}_key
Show description for 157282c
bbc2
committed
157282c
View commit details
Copy full SHA for 157282c
Browse repository at this point
Commits on Jan 14, 2022
chore: add test with Python 3.11 (#368)
scop
authored
ba9408c
View commit details
Copy full SHA for ba9408c
Browse repository at this point
Commits on Nov 11, 2021
Release version 0.19.2
bbc2
committed
2471a5a
View commit details
Copy full SHA for 2471a5a
Browse repository at this point
Add missing trailing newline when adding new value
Show description for 45848bb
bbc2
committed
45848bb
View commit details
Copy full SHA for 45848bb
Browse repository at this point
Commits on Oct 9, 2021
Release version 0.19.1
theskumar
committed
fc138ce
View commit details
Copy full SHA for fc138ce
Browse repository at this point
Add Python 3.10 support (#359)
Show description for 9b1ab5d
theskumar
authored
9b1ab5d
View commit details
Copy full SHA for 9b1ab5d
Browse repository at this point
Commits on Jul 25, 2021
CHANGELOG.md: Fix typos discovered by codespell
Show description for 36516a7
cclauss
authored and
bbc2
committed
36516a7
View commit details
Copy full SHA for 36516a7
Browse repository at this point
Commits on Jul 24, 2021
Release version 0.19.0
bbc2
committed
b043829
View commit details
Copy full SHA for b043829
Browse repository at this point
Allow any text stream (`IO[str]`) as `stream`
Show description for 134ed43
bbc2
committed
134ed43
View commit details
Copy full SHA for 134ed43
Browse repository at this point
Commits on Jul 14, 2021
Enable checking of "untyped defs" and fix types
Show description for 955e2a4
bbc2
committed
955e2a4
View commit details
Copy full SHA for 955e2a4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.