From e83dedda11328cd0cde9086ba86dc04f362e8772 Mon Sep 17 00:00:00 2001 From: "Khaled M. Diab" Date: Sat, 9 Aug 2014 05:01:05 -0700 Subject: [PATCH] adding grequests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15d34a33..ab3f285e 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [urllib3](https://github.com/shazow/urllib3) - HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more. * [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library. * [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client. +* [grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests ## Database