Package : python-urllib3

Package details

Summary: Python HTTP library with thread-safe connection pooling, file post, and more

Description:
There are two critical features missing from the Python standard
library: Connection re-using/pooling and file posting. It's not
terribly hard to implement these yourself, but it's much easier to use
a module that already did the work for you.

The Python standard libraries urllib and urllib2 have little to do
with each other. They were designed to be independent and standalone,
each solving a different scope of problems, and urllib3 follows in a
similar vein.


URL: http://urllib3.readthedocs.org/
License: MIT

Maintainer: philippem

List of RPMs