Package: python3-urllib3 Source: python-urllib3 Version: 2.3.0-3 Architecture: all Maintainer: Debian Python Team Installed-Size: 470 Depends: python3:any Recommends: ca-certificates Suggests: python3-brotli, python3-cryptography, python3-idna, python3-openssl, python3-socks Section: python Priority: optional Multi-Arch: foreign Homepage: https://urllib3.readthedocs.org Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - 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. - Small and easy to understand codebase perfect for extending and building upon.