slackbuilds_ponce/python/python-urllib3
Dimitris Zlatanidis b9effb24fe python/python-urllib3: Updated for version 1.22 + New maintainer.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2018-02-24 06:55:50 +07:00
..
python-urllib3.info python/python-urllib3: Updated for version 1.22 + New maintainer. 2018-02-24 06:55:50 +07:00
python-urllib3.SlackBuild python/python-urllib3: Updated for version 1.22 + New maintainer. 2018-02-24 06:55:50 +07:00
README python/python-urllib3: Updated for version 1.22 + New maintainer. 2018-02-24 06:55:50 +07:00
slack-desc python/python-urllib3: Updated for version 1.22 + New maintainer. 2018-02-24 06:55:50 +07:00

urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python 
ecosystem already uses urllib3 and you should too. urllib3 brings many critical features 
that are missing from the Python standard libraries:

Thread safety.
Connection pooling.
Client-side SSL/TLS verification.
File uploads with multipart encoding.
Helpers for retrying requests and dealing with HTTP redirects.
Support for gzip and deflate encoding.
Proxy support for HTTP and SOCKS.
100% test coverage.