[Python-ideas] Adding a subprocess.CompletedProcess class

Thomas Kluyver thomas at kluyver.me.uk
Wed Jan 28 02:13:45 CET 2015


On 27 January 2015 at 16:57, Oleg Broytman <phd at phdru.name> wrote:

>    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/
>

I was aware of three of them (sarge, envoy, sh). But the friction isn't
enough to push me to add another dependency: I invariably use subprocess
and put up with writing somewhat awkward code.

Envoy and sarge appear to implement something very similar to my proposal,
but as part of a more ambitious goal, namely shell-style pipelines handled
by Python.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150127/5b881d5f/attachment.html>


More information about the Python-ideas mailing list