python-requests-unixsocket 0.3.0-3 source package in Ubuntu

Changelog

python-requests-unixsocket (0.3.0-3) unstable; urgency=medium

  * Cleans better (Closes: #1048401).

 -- Thomas Goirand <email address hidden>  Tue, 22 Aug 2023 09:40:33 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-unixsocket_0.3.0-3.dsc 2.2 KiB 8d195e0a7e08af2c1354c8dc04dfaa7836015369b682b4c5be477274e27a500c
python-requests-unixsocket_0.3.0.orig.tar.xz 10.0 KiB 290a59553b52f54d9a803e30103bbef0fdafdc869f6ed8c496edd12635519778
python-requests-unixsocket_0.3.0-3.debian.tar.xz 2.7 KiB e1c89cc6dd1124eb8fb9773becfd483aa7da3174fe702a33d60997262a85d7da

Available diffs

No changes file available.

Binary packages built by this source

python3-requests-unixsocket: Use requests to talk HTTP via a UNIX domain socket - Python 3.x

 The requests-unixsocket makes it possible to talk using the HTTP protocol via
 a UNIX domain socket. Internally, requests-unixsocket uses monkeypatching to
 use the functionality of requests while making minimal changes.
 .
 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.
 .
 This package contains the Python 3.x module.