.editorconfig
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
src/dotenv/__init__.py
src/dotenv/cli.py
src/dotenv/compat.py
src/dotenv/ipython.py
src/dotenv/main.py
src/dotenv/parser.py
src/dotenv/py.typed
src/dotenv/version.py
src/python_dotenv.egg-info/PKG-INFO
src/python_dotenv.egg-info/SOURCES.txt
src/python_dotenv.egg-info/dependency_links.txt
src/python_dotenv.egg-info/entry_points.txt
src/python_dotenv.egg-info/requires.txt
src/python_dotenv.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_ipython.py
tests/test_main.py
tests/test_parser.py
tests/test_utils.py