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

Changelog

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

  * Team upload.

  [ Ondřej Nový ]
  * Bumped debhelper compat version to 10

  [ Ondřej Kobližek ]
  * Non case sensitive url comparison in tests (Closes: #848654)

 -- Ondřej Kobližek <email address hidden>  Mon, 19 Dec 2016 15:00:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-unixsocket_0.1.5-3.dsc 2.4 KiB 714dc5001279cd85ef2dcec1fb57d9e493fabf56d345c7cc26809cecc8c51933
python-requests-unixsocket_0.1.5.orig.tar.xz 8.6 KiB 40098b87b70208c5ef3e30dde9075b2392480f3a3c5daab37d02ce0d371fc1ae
python-requests-unixsocket_0.1.5-3.debian.tar.xz 3.2 KiB 7a3181549e5c2d4e9affd6e6111081c0657a4d1bd21648166dd5c44baf558327

No changes file available.

Binary packages built by this source

python-requests-unixsocket: No summary available for python-requests-unixsocket in ubuntu eoan.

No description available for python-requests-unixsocket in ubuntu eoan.

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.