1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Added the awesome urllib3 library

This commit is contained in:
Manish Gill 2014-07-07 23:59:22 +05:30
parent c437a76224
commit 243c988183

View file

@ -265,6 +265,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™. * [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. * [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
* [urllib3](https://github.com/shazow/urllib3) - HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
## Database ## Database