Skip to content

>_ comrun

comrun (shorthand for command runner) is a configurable wrapper for subprocess.Popen, focused on making it easy to run external commands from Python scripts.

Features

Installation

Install using your preferred package manager:

uv add comrun
poetry add comrun
pip install comrun

Getting started

Explore the docs to learn how to use comrun: