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

tomerfiliba/plumbum

Plumbum: Shell Combinators observed · 2026-08-28

github.com/tomerfiliba/plumbum · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 97
  • Release rhythm 70
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 129.0
  • age_days: 5241
  • days_rel: 42
  • days_push: 20
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

3051 stars · 210 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Plumbum is a Python library for writing shell-script-like programs with a Pythonic, cross-platform syntax. It provides local and remote command execution over SSH, path manipulation, environment handling, and a CLI application toolkit.

Use cases

  • run shell commands from python
  • replace bash scripts with python
  • execute commands over ssh in python
  • pipe shell commands in python
  • build cli applications in python
  • manipulate remote files over ssh

When to choose

  • you want shell script compactness in a real programming language
  • you need cross-platform process execution without shelling out to bash
  • you need to run commands on remote machines over ssh from python

When to avoid

  • you only need a one-off subprocess call and prefer the stdlib
  • you need async-first process management as the primary design
  • you need a full configuration management or orchestration tool

Facets

library · maturity stable

cli developer-tools file-system ssh developer-tools python cross-platform windows shell-combinators subprocess remote-execution shell-scripting command-line automation linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
tomerfiliba/plumbummain88

For agents

markdown · JSON · MCP: product_card(name="tomerfiliba/plumbum")

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