[ 原始碼: 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]
相似套件:
elegant and simple HTTP library for Python3, 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
This package contains the Python 3 version of the library.
其他與 python3-requests 有關的套件
|
|
|
|
-
- dep: ca-certificates
- Common CA certificates
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-certifi
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-chardet (<< 3.1.0)
- universal character encoding detector for 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