{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/7"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"},{"label":"Shells","url":"https://skillfed.io/packages/category/system-shells"}],"enrichment":{"capability":"Sarge wraps Python's subprocess module to provide POSIX-style command pipelines with chains, pipes, and redirection on Windows, macOS, and Unix.","skillfed_tags":["subprocess-wrapper","shell-pipelines","cross-platform"],"use_cases":["Build automation scripts that chain multiple command-line tools with pipes and redirects without subprocess boilerplate","System administration tasks that need to run shell-like pipelines portably across Windows and Unix","Testing or CI workflows where you need to capture and chain command output without shell injection risk","Data processing scripts that filter or transform output from external tools using familiar pipe syntax"],"what_it_does":"Sarge is a thin wrapper around Python's subprocess module that lets you write shell-like command pipelines in Python code using familiar POSIX syntax. Instead of building complex subprocess calls or shelling out to the OS, you write pipelines as strings with pipes (|), chains (;), background execution (&), and redirection, and sarge handles the cross-platform details.\n\nIt's designed for developers and system administrators who need to orchestrate external commands from Python without dropping into raw subprocess boilerplate or shell escaping headaches. The package has no runtime dependencies and works on Windows, macOS, and Unix variants, making it useful for portable automation scripts.","worth_installing":"Yes, if you need portable shell-like pipelines in Python. The package is stable (Production/Stable status), has zero dependencies, installs easily, and carries no known vulnerabilities. The aging maintenance status (206 days since last release) is a minor concern for a mature library, but the repository is active and the codebase is straightforward. Install it if subprocess boilerplate is slowing you down."},"id":"sarge","links":{"html":"https://skillfed.io/packages/sarge","md":"https://skillfed.io/packages/sarge.md","pypi":"https://pypi.org/project/sarge/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-20","license_spdx":null,"license_treatment":"permissive","name":"sarge","python_support":"unspecified","summary":"A wrapper for subprocess which provides command pipeline functionality."},"popularity":{"monthly_downloads":268797,"position":8268,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.8"}
