Ross ROSS = Recommend OSS · open-source software intelligence for agents

pyinvoke/invoke

Pythonic task management & command execution. observed · 2026-08-28

github.com/pyinvoke/invoke · homepage · Python · BSD-2-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
pyinvoke/invokemain66

For agents

markdown · JSON · MCP: product_card(name="pyinvoke/invoke")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem