requests 2.22.0-2 source package in Ubuntu

Changelog

requests (2.22.0-2) unstable; urgency=medium

  * Upload to unstable. (Closes: #945978)

 -- Daniele Tricoli <email address hidden>  Thu, 05 Dec 2019 03:09:13 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.22.0-2.dsc 2.4 KiB 031c706f3e279adbf469b5cf1afcee73489e0368f18593c1b44f8f9ebbdde13e
requests_2.22.0.orig.tar.gz 110.7 KiB 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4
requests_2.22.0-2.debian.tar.xz 6.4 KiB 0f8ba63425450a50390c551497484b8419d1b9515f7b8fd6eda56733be81004c

No changes file available.

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.