Thu, 23 May 2024 20:47:28 UTC | login

Information for build python-h11-0.8.1-1.fc30

ID77797
Package Namepython-h11
Version0.8.1
Release1.fc30
Epoch
SummaryA pure-Python, bring-your-own-I/O implementation of HTTP/1.1
DescriptionThis is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It is 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 will not judge you. This also means that h11 is not immediately useful out of the box: it is a toolkit for building programs that speak HTTP, not something that could directly replace requests or twisted.web or whatever. But h11 makes it much easier to implement something like requests or twisted.web.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 11:21:33 UTC
CompletedSat, 01 Dec 2018 11:21:33 UTC
Tags
f30
f31
RPMs
src
python-h11-0.8.1-1.fc30.src.rpm (info) (download)
noarch
python3-h11-0.8.1-1.fc30.noarch.rpm (info) (download)
Changelog * Wed Sep 12 2018 Carl George <carl@george.computer> - 0.8.1-1 - Initial package