Trivial wrapper for Python subprocess.run with defaults and logging. You probably won't want to use this. Just call subprocess.run directly (it's perfectly lovely), write your own trivial helper, or ...
A simple and efficient way to execute arbitrary Python functions in subprocesses, while seamlessly relaying runtime information back to the main process. It is especially useful for diagnosing and ...