python-h11 0.8.1-1 source package in Ubuntu

Changelog

python-h11 (0.8.1-1) unstable; urgency=medium

  * New upstream version 0.8.1
  * Update upstream URL

 -- Sebastien Delafond <email address hidden>  Wed, 25 Apr 2018 07:04:50 +0200

Upload details

Uploaded by:
Sebastien Delafond
Uploaded to:
Sid
Original maintainer:
Sebastien Delafond
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-h11_0.8.1-1.dsc 1.5 KiB 31b3d1dea5c549e2f49a4424013d799a035e0dfe2a0a7f31080da2693185e969
python-h11_0.8.1.orig.tar.xz 80.3 KiB 5f4cbbb9073b5900e41a905d042675882f27c19d17d717714e62129973f32f97
python-h11_0.8.1-1.debian.tar.xz 2.1 KiB 78d2c7e013252117e48da0e688283b654347a8811f0e75a07ef2ea8fc4cf96b9

No changes file available.

Binary packages built by this source

python3-h11: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)

 HTTP/1.1 library written from scratch in Python, heavily inspired by
 hyper-h2.
 .
 It's a "bring-your-own-I/O" library; h11 contains no IO code
 whatsoever. This means you can hook h11 up to your favorite network
 API, and that could be anything you want: synchronous, threaded,
 asynchronous, or your own implementation of RFC 6214 – h11 won’t
 judge you.
 .
 This is the Python 3 package.