[ ソース: requests ]
パッケージ: python3-requests (2.21.0-1+deb10u1) [security]
python3-requests に関するリンク
Debian の資源:
requests ソースパッケージをダウンロード:
- [requests_2.21.0-1+deb10u1.dsc]
- [requests_2.21.0.orig.tar.gz]
- [requests_2.21.0-1+deb10u1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [python-requests.org]
類似のパッケージ:
人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ
Requests を使うと HTTP/1.1 の要求を送信できるようになります。ヘッダーや フォームデータ、マルチパートのファイルを要求に追加したり、単純な Python の 辞書でパラメータを追加でき、応答データにも同じようにアクセスできます。 このライブラリは httplib と urllib3 により作られていますが、 すべての大変な処理やものすごいハックをあなたの代わりにやってくれます。
機能
- 国際化ドメインおよび URL - キープアライブおよび接続プーリング - 永続 Cookie によるセッション - ブラウザの流儀で SSL 検証 - Basic/Digest 認証 - 洗練されたキー・バリューの Cookie - 圧縮の自動的な展開 - Unicode の応答本文 - マルチパートファイルのアップロード - 接続タイムアウト
本パッケージには Python 3 バージョンのライブラリが含まれます。
その他の python3-requests 関連パッケージ
|
|
|
|
-
- dep: ca-certificates
- 一般的な CA の証明書
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-certifi
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-chardet (<< 3.1.0)
- 汎用の文字エンコーディング判別器 - Python3 用
- dep: python3-chardet (>= 3.0.2)
-
- dep: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)
-
- dep: python3-urllib3 (<< 1.25)
- HTTP library with thread-safe connection pooling for Python3
- dep: python3-urllib3 (>= 1.21.1)
-
- sug: python3-cryptography
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- sug: python3-idna (>= 2.5)
- Python IDNA2008 (RFC 5891) handling (Python 3)
-
- sug: python3-openssl
- Python 3 wrapper around the OpenSSL library
-
- sug: python3-socks
- Python 3 SOCKS client module