From 39b1266f3d62bc618332e032ee842d7d9df0a054 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Sat, 22 Jul 2017 15:40:16 -0400 Subject: [PATCH 1/2] Update deprecated envoy in favor of delegator.py. See https://github.com/kennethreitz/envoy/blob/master/README.rst for reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ce2843..be1e8913 100644 --- a/README.md +++ b/README.md @@ -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. From a531ece6e21419af48ac9c69796c9a421dc6bd3a Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Sat, 22 Jul 2017 15:40:56 -0400 Subject: [PATCH 2/2] Updated stale link name church -> mimesis. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be1e8913..74fb7f7f 100644 --- a/README.md +++ b/README.md @@ -1075,7 +1075,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Code Coverage * [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement. * Fake Data - * [church](https://github.com/lk-geimfari/mimesis) - is a Python library that help you generate fake data. + * [mimesis](https://github.com/lk-geimfari/mimesis) - is a Python library that help you generate fake data. * [fake2db](https://github.com/emirozer/fake2db) - Fake database generator. * [faker](https://github.com/joke2k/faker) - A Python package that generates fake data. * [radar](https://pypi.python.org/pypi/radar) - Generate random datetime / time.