File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Python-dotenv reads key-value pairs from a ` .env ` file and can set them as environment
7
7
variables. It helps in the development of applications following the
8
- [ 12-factor] ( http ://12factor.net/) principles.
8
+ [ 12-factor] ( https ://12factor.net/) principles.
9
9
10
10
- [ Getting Started] ( #getting-started )
11
11
- [ Other Use Cases] ( #other-use-cases )
@@ -243,5 +243,5 @@ people](https://github.com/theskumar/python-dotenv/graphs/contributors).
243
243
[ build_status_badge ] : https://github.com/theskumar/python-dotenv/actions/workflows/test.yml/badge.svg
244
244
[ build_status_link ] : https://github.com/theskumar/python-dotenv/actions/workflows/test.yml
245
245
[ 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
247
247
[ python_streams ] : https://docs.python.org/3/library/io.html
You can’t perform that action at this time.
0 commit comments