pyinvoke/invoke
Pythonic task management & command execution. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 76
- 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: 5299
- days_rel: n/a
- days_push: 148
- n_releases_24m: 0
Adoption not part of the score
4769 stars · 407 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Invoke is a Python library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks defined in a tasks.py file. It is inspired by make/rake and Fabric 1.x, and serves as the foundation for tools like Fabric.
Use cases
- run shell commands from python
- define task runner like make or rake
- automate build and clean tasks
- run multiple tasks from command line
- manage subprocesses in python scripts
- replace shell scripts with python tasks
When to choose
- you want a Pythonic alternative to Make or Rake for project tasks
- you need to run and organize shell commands from Python code or a CLI
- you are building tools on top of a task-execution library (e.g. Fabric)
When to avoid
- you need remote execution over SSH - use Fabric instead
- you need full build-system dependency graphs like Make's file-based targets
- you want a general workflow orchestrator with scheduling or DAGs
Facets
library · maturity stable
cli developer-tools workflow-automation developer-tools python cli cross-platform task-runner subprocess make-alternative fabric command-line automation
3 sources
- readme: https://github.com/pyinvoke/invoke · fetched 2026-08-28 · 27126bd3f6ad
- homepage: http://pyinvoke.org · fetched 2026-08-29 · 82b5c7285588
- registry_pypi: https://pypi.org/pypi/invoke/json · fetched 2026-08-29 · 24ba16c52429
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pyinvoke/invoke | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem