File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/theskumar/python-dotenv.svg?branch=master )] ( https://travis-ci.org/theskumar/python-dotenv ) [ ![ PyPI version] ( https://badge.fury.io/py/python-dotenv.svg )] ( http://badge.fury.io/py/python-dotenv ) [ ![ Downloads] ( https://pypip.in/download/python-dotenv/badge.svg )] ( https://pypi.python.org/pypi/python-dotenv/ )
44
5+ # Features
6+
7+ The original work is based on [ django-dotenv] ( https://github.com/jacobian/django-dotenv ) by jacobian.
8+
9+ - read values from .env file and loads them as environment variable.
10+ - use it any python project not just django.
11+ - commandline interface to read/write ` .env ` file on your local and remote servers.
512
613<!-- MarkdownTOC depth=3-->
7- - [ Features ] ( #features )
14+
815- [ Installation] ( #installation )
916- [ Usage] ( #usage )
1017 - [ Command-line interface] ( #command-line-interface )
1421
1522<!-- /MarkdownTOC -->
1623
17- # Features
18-
19- The original work is based on [ django-dotenv] ( https://github.com/jacobian/django-dotenv ) by jacobian.
2024
21- - read values from .env file and loads them as environment variable.
22- - use it any python project not just django.
23- - commandline interface to read/write ` .env ` file on your local and remote servers.
2425
2526# Installation
2627
You can’t perform that action at this time.
0 commit comments