python3-command-runner

platform-agnostic external command execution library for Python

Description

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.check_output
  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

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/netinvent/command_runner


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-command-runner