python-h11 0.8.1-2 source package in Ubuntu

Changelog

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

  * Set maintainer to Debian QA Group

 -- Sebastien Delafond <email address hidden>  Thu, 19 Dec 2019 14:36:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-h11_0.8.1-2.dsc 1.5 KiB 42fb896d3c37a576e9a5d863dddbf7e3d8ba395dff0d298d1bf1ced67f67b519
python-h11_0.8.1.orig.tar.xz 80.3 KiB 5f4cbbb9073b5900e41a905d042675882f27c19d17d717714e62129973f32f97
python-h11_0.8.1-2.debian.tar.xz 2.2 KiB ee93e539391aef3b2ddbdbe507add75aa7c7534a73268ec4cac86e104b3d659d

Available diffs

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.