[ buster ]
[ ソース: python-urllib3 ]
パッケージ: python-urllib3 (1.24.1-1+deb10u2) [security]
python-urllib3 に関するリンク
Debian の資源:
python-urllib3 ソースパッケージをダウンロード:
- [python-urllib3_1.24.1-1+deb10u2.dsc]
- [python-urllib3_1.24.1.orig.tar.gz]
- [python-urllib3_1.24.1-1+deb10u2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [urllib3.readthedocs.org]
類似のパッケージ:
HTTP library with thread-safe connection pooling for Python
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.
その他の python-urllib3 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-six
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- rec: ca-certificates
- 一般的な CA の証明書
-
- rec: python-cryptography
- Python library exposing cryptographic recipes and primitives (Python 2)
-
- rec: python-idna
- Python IDNA2008 (RFC 5891) handling (Python 2)
-
- rec: python-ipaddress
- Backport of Python 3 ipaddress module (Python 2)
-
- rec: python-openssl
- Python 2 wrapper around the OpenSSL library
-
- sug: python-ntlm
- Python library that provides NTLM support
-
- sug: python-socks
- Python 2 SOCKS client module