requests 2.32.3+dfsg-1ubuntu1 source package in Ubuntu
Changelog
requests (2.32.3+dfsg-1ubuntu1) oracular; urgency=medium * d/p/remove-charset-normalizer-dependency.patch: Remove charset-normalizer as a build dependency of requests (LP: #1975541) -- Lena Voytek <email address hidden> Wed, 26 Jun 2024 08:56:02 -0700
Upload details
- Uploaded by:
- Lena Voytek
- Uploaded to:
- Oracular
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.32.3+dfsg.orig.tar.xz | 145.6 KiB | eb6ce500ea7f88e2110e9ff81dd09fa925f69840bc8430634d1076e3d55ed466 |
requests_2.32.3+dfsg-1ubuntu1.debian.tar.xz | 13.4 KiB | 3b72cdde3c5ac5561cf5b7e47e1024291ed103caa27bb666f3b51b56b7503db0 |
requests_2.32.3+dfsg-1ubuntu1.dsc | 2.6 KiB | 4141c0473630fe8e903905e0c4cdfa7b0d3c5484dad196ebb8bae3601a4222df |
Available diffs
Binary packages built by this source
- python-requests-doc: elegant and simple HTTP library for Python (Documentation)
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 documentation.
- 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.