.gitignore
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
pytest.ini
setup.py
.github/workflows/pytest.yml
dip/__init__.py
dip/colors.py
dip/errors.py
dip/main.py
dip/options.py
dip/settings.py
dip/utils.py
dip.egg-info/PKG-INFO
dip.egg-info/SOURCES.txt
dip.egg-info/dependency_links.txt
dip.egg-info/entry_points.txt
dip.egg-info/requires.txt
dip.egg-info/top_level.txt
example/Dockerfile
example/docker-compose.yml
tests/__init__.py
tests/colors_test.py
tests/main_test.py
tests/options_test.py
tests/settings_test.py
tests/utils_test.py