[Python-ideas] Adding a subprocess.CompletedProcess class
Oleg Broytman
phd at phdru.name
Wed Jan 28 01:57:26 CET 2015
Hi!
On Tue, Jan 27, 2015 at 04:43:31PM -0800, Thomas Kluyver <thomas at 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.
--
Oleg Broytman http://phdru.name/ phd at phdru.name
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-ideas
mailing list