Binary package “python3-command-runner” in ubuntu plucky
platform-agnostic external command execution library for Python
command_runner's purpose is to run external commands from Python, just like
subprocess on which it relies, while solving various problems a developer may
face among:
- Handling of all possible subprocess.popen / subprocess.
scenarios / Python versions in one handy function without encoding or
timeout hassle
- Allow stdout/stderr stream output to be redirected to callback functions /
output queues / files so you get to handle output in your application while
commands are running
- Callback to optional stop check to stop execution from outside command_runner
- Callback with optional process information to allow control of the process
from outside command_runner
- Callback when finished to ease thread usage
- Optional process priority and io_priority settings
- System agnostic functionality, the developer shouldn't carry the burden of
Windows & Linux differences
- Optional Windows UAC elevation module compatible with CPython, PyInstaller,
and Nuitka
- Optional Linux sudo elevation compatible with CPython, PyInstaller & Nuitka
Source package
Published versions
- python3-command-runner 1.6.0-2 in amd64 (Release)
- python3-command-runner 1.7.0-1 in amd64 (Proposed)
- python3-command-runner 1.7.0-1 in amd64 (Release)
- python3-command-runner 1.6.0-2 in arm64 (Release)
- python3-command-runner 1.7.0-1 in arm64 (Proposed)
- python3-command-runner 1.7.0-1 in arm64 (Release)
- python3-command-runner 1.6.0-2 in armhf (Release)
- python3-command-runner 1.7.0-1 in armhf (Proposed)
- python3-command-runner 1.7.0-1 in armhf (Release)
- python3-command-runner 1.6.0-2 in i386 (Release)
- python3-command-runner 1.7.0-1 in i386 (Proposed)
- python3-command-runner 1.7.0-1 in i386 (Release)
- python3-command-runner 1.6.0-2 in ppc64el (Release)
- python3-command-runner 1.7.0-1 in ppc64el (Proposed)
- python3-command-runner 1.7.0-1 in ppc64el (Release)
- python3-command-runner 1.6.0-2 in riscv64 (Release)
- python3-command-runner 1.7.0-1 in riscv64 (Proposed)
- python3-command-runner 1.7.0-1 in riscv64 (Release)
- python3-command-runner 1.6.0-2 in s390x (Release)
- python3-command-runner 1.7.0-1 in s390x (Proposed)
- python3-command-runner 1.7.0-1 in s390x (Release)