requests 2.22.0-2build1 source package in Ubuntu
Changelog
requests (2.22.0-2build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:53:37 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.22.0.orig.tar.gz | 110.7 KiB | 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4 |
requests_2.22.0-2build1.debian.tar.xz | 6.5 KiB | 215b620ece2b4996cfcf7607c903506bfc0dd22a4581d0c2971ca3020bcdba0b |
requests_2.22.0-2build1.dsc | 2.4 KiB | 4a0346f7ed856634ab2b856848c60879bdfc5c4e94de7a85d00470fb69ee0042 |
Available diffs
- diff from 2.21.0-1 (in Debian) to 2.22.0-2build1 (23.5 KiB)
- diff from 2.22.0-2 (in Debian) to 2.22.0-2build1 (327 bytes)
Binary packages built by this source
- python-requests: No summary available for python-requests in ubuntu focal.
No description available for python-requests in ubuntu focal.
- python3-requests: 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.