[ buster ]
[ ソース: requests ]
パッケージ: python-requests (2.21.0-1+deb10u1) [security]
python-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]
類似のパッケージ:
elegant and simple HTTP library for Python2, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you.
Features
- International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts
その他の python-requests 関連パッケージ
|
|
|
|
-
- dep: ca-certificates
- 一般的な CA の証明書
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-certifi
- root certificates for validating SSL certs and verifying TLS hosts
-
- dep: python-chardet (<< 3.1.0)
- 汎用の文字エンコーディング判別器 - Python2 用
- dep: python-chardet (>= 3.0.2)
-
- dep: python-idna
- Python IDNA2008 (RFC 5891) handling (Python 2)
-
- dep: python-urllib3 (<< 1.25)
- HTTP library with thread-safe connection pooling for Python
- dep: python-urllib3 (>= 1.21.1)
-
- sug: python-cryptography
- Python library exposing cryptographic recipes and primitives (Python 2)
-
- sug: python-idna (>= 2.5)
- Python IDNA2008 (RFC 5891) handling (Python 2)
-
- sug: python-openssl
- Python 2 wrapper around the OpenSSL library
-
- sug: python-socks
- Python 2 SOCKS client module