python-requests-unixsocket 1.0.1-ok1 source package in openKylin

Changelog

python-requests-unixsocket (1.0.1-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:32:17 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-requests-unixsocket_1.0.1.orig.tar.xz 36.5 KiB e31a93f0993d4707fe2663b50cf19f78be47c25de47b30cf2f811b73e33e3342
python-requests-unixsocket_1.0.1-ok1.debian.tar.xz 2.7 KiB 9e488e497be1a90634b39a73812afe3a13fdd9f8ee00058ac563fccf93327974
python-requests-unixsocket_1.0.1-ok1.dsc 2.2 KiB b85aa076630e9c832f39b26b13abcf59e7d0c9a8cf507da03e470d8d6e07ca5e

Available diffs

View changes file

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.