Merge pull request #100 from mgill25/master

Added the awesome urllib3 library
This commit is contained in:
Vinta 2014-07-08 09:34:22 +08:00
commit 4da29f096d

View File

@ -268,6 +268,7 @@ long, literate-programming-style documentation generator.
* [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