Description
Run and manage subprocesses from Python through a simpler wrapper API. It helps developer tools start external commands, capture output, and coordinate command execution with less boilerplate.
This library executes programs, so command construction and input handling matter. Avoid passing untrusted strings into shell commands and review what a subprocess can read, write, or delete.