{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Provides a simplified interface to run shell commands and capture their output, status, and error streams in Python.","skillfed_tags":["legacy","obsolete"],"use_cases":["Running simple shell commands from Python 2 code when the standard subprocess module felt verbose.","Capturing command output and exit status in a single, readable call without subprocess.Popen boilerplate.","Piping shell commands together (e.g., grep into wc) with a minimal syntax.","Quick scripts that need to execute system utilities and check their results."],"what_it_does":"subprocess.run is a wrapper around Python's subprocess module that provides a simpler syntax for running shell commands and accessing their output, status codes, and error streams. It allows you to call external processes with less boilerplate than the standard library subprocess module, returning an object with stdout, stderr, and status attributes.\n\nThe package is designed for Python 2.6, 2.7, 3.3, and PyPy2.1. However, it has been abandoned since its latest release on 2013-11-16 and is now obsolete. Installing this package on modern Python versions is not recommended, as the standard library has superseded it.","worth_installing":"No. This package is abandoned (last update 2013-11-16), targets Python 2.6, 2.7, 3.3, and PyPy2.1 which are end-of-life, and has been superseded by built-in functionality. Modern Python users should use the standard library instead. Legacy Python 2 projects might have used it, but no new code should depend on it."},"id":"subprocess-run","links":{"html":"https://skillfed.io/packages/subprocess-run","md":"https://skillfed.io/packages/subprocess-run.md","pypi":"https://pypi.org/project/subprocess-run/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2013-11-16","license_spdx":null,"license_treatment":"permissive","name":"subprocess.run","python_support":"unspecified","summary":"The subprocess module extension to run processes."},"popularity":{"monthly_downloads":140041,"position":11280,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.8"}
