FICHA · MANJARO

python-sh

Subprocess interface that allows you to call any program as if it were a function

  • Library
  • Dev
  • CLI
  • System
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Lets Python code call external commands with a function-like interface instead of writing subprocess boilerplate. It is useful for automation scripts, test helpers, and tools that need to combine existing command-line programs.

Developers must treat command execution carefully. Validate arguments, avoid passing untrusted input to shell-sensitive commands, and remember that called programs can read, write, or delete files.

Permissions

Permissions not analysed for this source yet.