File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ Python-dotenv reads key-value pairs from a `.env` file and can set them as envir
88variables. It helps in the development of applications following the
99[ 12-factor] ( http://12factor.net/ ) principles.
1010
11+ - [ Getting Started] ( #getting-started )
12+ - [ Other Use Cases] ( #other-use-cases )
13+ * [ Load configuration without altering the environment] ( #load-configuration-without-altering-the-environment )
14+ * [ Parse configuration as a stream] ( #parse-configuration-as-a-stream )
15+ * [ Load .env files in IPython] ( #load-env-files-in-ipython )
16+ - [ Command-line Interface] ( #command-line-interface )
17+ - [ File format] ( #file-format )
18+ * [ Multiline values] ( #multiline-values )
19+ * [ Variable expansion] ( #variable-expansion )
20+ - [ Related Projects] ( #related-projects )
21+ - [ Acknowledgements] ( #acknowledgements )
22+
1123## Getting Started
1224
1325``` shell
You can’t perform that action at this time.
0 commit comments