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

extrabacon/python-shell

Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio observed · 2026-08-28

github.com/extrabacon/python-shell · TypeScript observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 70
  • Release rhythm 59
  • Longevity 100

Flags: no_license

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: 0
  • age_days: 4557
  • days_rel: 279
  • days_push: 185
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2163 stars · 231 forks observed · 2026-08-28

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

A Node.js library for spawning Python scripts as child processes with simple stdio-based inter-process communication. It supports text, JSON, and binary modes plus custom parsers and better error handling.

Use cases

  • run python scripts from node.js
  • exchange data between node and python
  • call python from a javascript backend
  • spawn python child process with json messaging
  • integrate python machine learning script into node app

When to choose

  • you need to invoke Python scripts from a Node.js application with structured stdin/stdout communication
  • you want simple JSON or text message passing between Node and Python without a heavier RPC layer

When to avoid

  • you need high-performance or persistent bidirectional communication between services
  • you want a maintained project - the repo is looking for a new maintainer
  • you need to run Python in the browser or without a local Python interpreter installed

Facets

library · maturity maintenance

concurrency serialization developer-tools developer-tools cross-platform python cross-platform child-process interop stdio typescript python-bridge automation nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
extrabacon/python-shellmain72

For agents

markdown · JSON · MCP: product_card(name="extrabacon/python-shell")

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