LICENSE.md
README.md
pyproject.toml
setup.cfg
devservices/__init__.py
devservices/constants.py
devservices/exceptions.py
devservices/main.py
devservices.egg-info/PKG-INFO
devservices.egg-info/SOURCES.txt
devservices.egg-info/dependency_links.txt
devservices.egg-info/entry_points.txt
devservices.egg-info/requires.txt
devservices.egg-info/top_level.txt
devservices/commands/__init__.py
devservices/commands/down.py
devservices/commands/list_dependencies.py
devservices/commands/list_services.py
devservices/commands/logs.py
devservices/commands/purge.py
devservices/commands/status.py
devservices/commands/up.py
devservices/commands/update.py
devservices/configs/service_config.py
devservices/utils/__init__.py
devservices/utils/check_for_update.py
devservices/utils/console.py
devservices/utils/dependencies.py
devservices/utils/devenv.py
devservices/utils/docker.py
devservices/utils/docker_compose.py
devservices/utils/file_lock.py
devservices/utils/install_binary.py
devservices/utils/services.py
devservices/utils/state.py
testing/__init__.py
testing/utils.py
tests/__init__.py
tests/conftest.py
tests/commands/test_down.py
tests/commands/test_list_dependencies.py
tests/commands/test_list_services.py
tests/commands/test_logs.py
tests/commands/test_purge.py
tests/commands/test_status.py
tests/commands/test_up.py
tests/commands/test_update.py
tests/configs/test_service_config.py
tests/utils/test_check_for_update.py
tests/utils/test_dependencies.py
tests/utils/test_docker.py
tests/utils/test_docker_compose.py
tests/utils/test_install_binary.py
tests/utils/test_services.py
tests/utils/test_state.py