aboutsummaryrefslogtreecommitdiff
path: root/net/py-urllib3/pkg-descr
blob: 826f9b78b36b7c6dd48cbb43d8a7ef2b81f3f527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

WWW: https://pypi.python.org/pypi/urllib3