.cruft.json
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
mkdocs.yml
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
docs/gen_ref_pages.py
docs/index.md
docs/assets/logo.svg
src/dvc_task/__init__.py
src/dvc_task/exceptions.py
src/dvc_task/py.typed
src/dvc_task/utils.py
src/dvc_task.egg-info/PKG-INFO
src/dvc_task.egg-info/SOURCES.txt
src/dvc_task.egg-info/dependency_links.txt
src/dvc_task.egg-info/not-zip-safe
src/dvc_task.egg-info/requires.txt
src/dvc_task.egg-info/top_level.txt
src/dvc_task/app/__init__.py
src/dvc_task/app/filesystem.py
src/dvc_task/contrib/__init__.py
src/dvc_task/contrib/kombu_filesystem.py
src/dvc_task/proc/__init__.py
src/dvc_task/proc/exceptions.py
src/dvc_task/proc/manager.py
src/dvc_task/proc/process.py
src/dvc_task/proc/tasks.py
src/dvc_task/worker/__init__.py
src/dvc_task/worker/temporary.py
tests/__init__.py
tests/test_dvc_task.py
tests/test_utils.py
tests/app/__init__.py
tests/app/test_filesystem.py
tests/proc/__init__.py
tests/proc/conftest.py
tests/proc/test_manager.py
tests/proc/test_process.py
tests/proc/test_tasks.py
tests/worker/__init__.py
tests/worker/test_temporary.py