python-executor
python-executor copied to clipboard
Programmer friendly subprocess wrapper
Hi there, would you be open to a PR adding mypy types to this library?
Hi! Is there a way to use executor in the context of async awaits with python's [asyncio](https://docs.python.org/3/library/asyncio.html) library? I'm aware of `executor.ssh.client.foreach`, but in my case I need to call...
While implementing a fix for https://github.com/xolox/python-executor/issues/10 I found a really weird edge case that (so far) has only manifested in the Python 2.6 environment on Travis CI: The parsing of...
`pipes.quote` is undocumented. It is [mentioned](https://stackless.readthedocs.io/en/2.7-slp/library/pipes.html) in 2.7 docs as deprecated and exported as `shlex.quote`. Now whole `pipes` module is deprecated as of 3.11 and scheduled for removal in python...
The `pipes` module is [deprecated as of 3.11](https://peps.python.org/pep-0594/) and is set to be removed in 3.13. The `shlex` module introduced a `quote` function in 3.3 and the `pipes` module [adopted...
I'm not sure whether you're still maintaining this, but here are a few changes/fixes you might be interested in. :-)