mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
fa37916d00
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, including: - Handling of all possible subprocess.popen / subprocess.check_output scenarios / python versions in one handy function without encoding / 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 so we can stop execution from outside command_runner. - Callback with optional process information so we get to control the process from outside command_runner.
3 lines
127 B
Plaintext
3 lines
127 B
Plaintext
SHA256 (command_runner-1.4.0.tar.gz) = DPw4FCEKWWmT3A8Lb2PcYm4q2gZ6nwVbEZ1iJJ80l7s=
|
|
SIZE (command_runner-1.4.0.tar.gz) = 30244
|