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

Changelog

python-requests-unixsocket (0.3.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 17:48:34 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.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
Huanghe V3.0 release main python
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-unixsocket_0.3.0.orig.tar.xz 10.0 KiB 290a59553b52f54d9a803e30103bbef0fdafdc869f6ed8c496edd12635519778
python-requests-unixsocket_0.3.0-ok1.debian.tar.xz 3.4 KiB e3d1b9111e532424c890cc5cbb6fc3c51b458df5b0ee146b82cd87e47a22f88d
python-requests-unixsocket_0.3.0-ok1.dsc 2.2 KiB eff706a00e6822f958c033b5f0903493d74fea07e4bed51b6893c222cae718f4

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.