Source: urllib3
Maintainer: Sean Channel <pentabular@gmail.com>
Section: python
Priority: optional
Build-Depends: python-setuptools, python | python-all, debhelper (>= 7), python-six
Standards-Version: 3.9.1

Package: python-urllib3
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-six
Description: HTTP library with thread-safe connection pooling
 Highlights
 ==========
 .
 - Re-use the same socket connection for multiple requests
   (``HTTPConnectionPool`` and ``HTTPSConnectionPool``)
   (with optional client-side certificate verification).
 - File posting (``encode_multipart_formdata``).
 - Built-in redirection and retries (optional).
 - Supports gzip and deflate decoding.
 - Thread-safe and sanity-safe.
 - Works with AppEngine, gevent, and eventlib.
 - Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
 - Small and easy to understand codebase perfect for extending and building upon.
   For a more comprehensive solution, have a look at http://python-requests.org/
   which is also powered by urllib3.
 .
