amitt001/delegator.py
Subprocesses for Humans 2.0. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 3518
- days_rel: n/a
- days_push: 1371
- n_releases_24m: 0
Adoption not part of the score
1742 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library providing a friendlier API over subprocess, inspired by envoy and pexpect. It supports blocking and non-blocking command execution, unix-style command chaining with pipes, and expect/send interaction with running processes.
Use cases
- run shell commands from python with a simpler api
- capture stdout and stderr of a subprocess
- run a long-running process without blocking and wait later
- pipe output of one command into another like fortune | cowsay
- interactively respond to a subprocess password prompt
- run commands with custom environment variables
When to choose
- you want a human-friendly wrapper around subprocess with minimal boilerplate
- you need unix pipe chaining of shell commands in python
- you need expect-style interaction with spawned processes
When to avoid
- you only need basic subprocess features and prefer the standard library without extra dependencies
- you need actively developed features or long-term support
- you need async subprocess management
Facets
library · maturity maintenance
developer-tools concurrency developer-tools python windows subprocess process-management pexpect shell-commands pipes command-line automation linux macos
1 source
- readme: https://github.com/amitt001/delegator.py · fetched 2026-08-28 · 7498adfa4d8c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amitt001/delegator.py | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="amitt001/delegator.py")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem