1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/py-urllib3/pkg-descr
Sunpoet Po-Chuan Hsieh 0b63629c0c Update to 1.21
- Update COMMENT
- Sort RUN_DEPENDS
- Sort USE_PYTHON
- Fix indent
- Update pkg-descr
- Change WWW to PyPI

Changes:	https://github.com/shazow/urllib3/blob/master/CHANGES.rst
2017-04-26 18:46:24 +00:00

14 lines
546 B
Plaintext

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