pydoit/doit
CLI task management & automation tool observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 67
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4583
- days_rel: n/a
- days_push: 202
- n_releases_24m: 0
Adoption not part of the score
2083 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
doit is a Python-native task management and automation tool similar to make, where tasks are defined as plain Python functions and dicts in a dodo.py file. It tracks file dependencies, executes tasks as a DAG, and incrementally skips tasks that are already up-to-date.
Use cases
- run build steps only when inputs changed
- replace make with a python task runner
- automate data pipelines with dependency ordering
- run independent tasks in parallel
- generate tasks programmatically from python
- automate code generation and resource builds
When to choose
- you want build automation in pure Python without a DSL or YAML
- you need incremental builds with flexible up-to-date checks
- you need DAG execution with parallel task running
- you want to generate tasks dynamically or use custom dependency logic
When to avoid
- you need a full CI/CD pipeline system rather than a local task runner
- your team prefers declarative YAML/DSL configuration
- you need a heavyweight build system with deep language toolchain integration
Facets
cli-tool · maturity active
build-tool cli workflow-automation etl scheduling developer-tools python cli cross-platform task-runner build-automation incremental-builds dag-execution make-alternative pipeline automation command-line data-engineering
4 sources
- readme: https://github.com/pydoit/doit · fetched 2026-08-28 · 27d4c1069be7
- homepage: http://pydoit.org · fetched 2026-08-29 · f112adbf043f
- registry_pypi: https://pypi.org/pypi/doit/json · fetched 2026-08-29 · 69dc182e1e5d
- site_page: https://pydoit.org/contents.html · fetched 2026-08-29 · 4c783f61e2e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pydoit/doit | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem