File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66Python-dotenv reads key-value pairs from a ` .env ` file and can set them as environment
77variables. It helps in the development of applications following the
8- [ 12-factor] ( http ://12factor.net/) principles.
8+ [ 12-factor] ( https ://12factor.net/) principles.
99
1010- [ Getting Started] ( #getting-started )
1111- [ Other Use Cases] ( #other-use-cases )
@@ -243,5 +243,5 @@ people](https://github.com/theskumar/python-dotenv/graphs/contributors).
243243[ build_status_badge ] : https://github.com/theskumar/python-dotenv/actions/workflows/test.yml/badge.svg
244244[ build_status_link ] : https://github.com/theskumar/python-dotenv/actions/workflows/test.yml
245245[ pypi_badge ] : https://badge.fury.io/py/python-dotenv.svg
246- [ pypi_link ] : http ://badge.fury.io/py/python-dotenv
246+ [ pypi_link ] : https ://badge.fury.io/py/python-dotenv
247247[ python_streams ] : https://docs.python.org/3/library/io.html
You can’t perform that action at this time.
0 commit comments