From 243c9881832d4a92cc3a7e4ad611ccda8b4d4852 Mon Sep 17 00:00:00 2001 From: Manish Gill Date: Mon, 7 Jul 2014 23:59:22 +0530 Subject: [PATCH] Added the awesome urllib3 library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c27397..995b2a6f 100644 --- a/README.md +++ b/README.md @@ -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™. * [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