mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
adding grequests
This commit is contained in:
parent
d75d27ebc1
commit
e83dedda11
|
@ -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.
|
* [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.
|
* [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.
|
* [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
|
## Database
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user