Hi!
On Tue, Jan 27, 2015 at 04:43:31PM -0800, Thomas Kluyver thomas@kluyver.me.uk wrote:
The subprocess module provides some nice tools to control the details of running a process, but it's still rather awkward for common use cases where you want to execute a command in one go.
Have you ever looked at wrappers like these:
https://executor.readthedocs.org/en/latest/ https://sarge.readthedocs.org/en/latest/ https://github.com/kennethreitz/envoy https://amoffat.github.io/sh/
???
Oleg.