mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Update deprecated envoy in favor of delegator.py.
See https://github.com/kennethreitz/envoy/blob/master/README.rst for reference.
This commit is contained in:
parent
2bc6e93f2d
commit
39b1266f3d
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
|
||||
*Libraries for starting and communicating with OS processes.*
|
||||
|
||||
* [envoy](https://github.com/kennethreitz/envoy) - Python [subprocess](https://docs.python.org/2/library/subprocess.html) for Humans™.
|
||||
* [delegator.py](https://github.com/kennethreitz/delegator.py) - [Subprocesses](https://docs.python.org/3.6/library/subprocess.html) for Humans™ 2.0.
|
||||
* [sarge](http://sarge.readthedocs.io/en/latest/) - Yet another wrapper for subprocess.
|
||||
* [sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.
|
||||
|
||||
|
|
Loading…
Reference in a new issue