[ 源代码: requests ]
软件包:python3-requests(2.28.1+dfsg-1)
python3-requests 的相关链接
Debian 的资源:
下载源码包 requests:
- [requests_2.28.1+dfsg-1.dsc]
- [requests_2.28.1+dfsg.orig.tar.xz]
- [requests_2.28.1+dfsg-1.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
- 通用 CA 证书
-
- 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.0.2)
- Universal Character Encoding Detector (Python3)
-
- dep: python3-charset-normalizer
- charset, encoding and language detection (Python 3)
-
- dep: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)
-
- dep: python3-urllib3 (>= 1.21.1)
- HTTP library with thread-safe connection pooling for Python3
-
- sug: python-requests-doc
- elegant and simple HTTP library for Python (Documentation)
-
- 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