.gitignore
README.md
docker-compose.yml
pyproject.toml
.github/workflows/pypi-publish.yml
taskflows/__init__.py
taskflows/admin.py
taskflows/common.py
taskflows/config.py
taskflows/dashboard.py
taskflows/db.py
taskflows/tasks.py
taskflows.egg-info/PKG-INFO
taskflows.egg-info/SOURCES.txt
taskflows.egg-info/dependency_links.txt
taskflows.egg-info/entry_points.txt
taskflows.egg-info/requires.txt
taskflows.egg-info/top_level.txt
taskflows/service/__init__.py
taskflows/service/constraints.py
taskflows/service/docker.py
taskflows/service/entrypoints.py
taskflows/service/exec.py
taskflows/service/schedule.py
taskflows/service/service.py
taskflows/slack/__init__.py
taskflows/slack/bot.py
taskflows/slack/cli.py
taskflows/slack/config.py
taskflows/slack/service.py
tests/Dockerfile
tests/TESTING.md
tests/__init__.py
tests/conftest.py
tests/docker-compose.dev.yml
tests/docker-compose.yml
tests/srv.py
tests/t.ipynb
tests/test_docker.py
tests/test_service.py
tests/test_task.py
tests/test_task_logger.py