Wed, 13 Nov 2024 16:25:08 UTC | login

Information for RPM python3-h11-0.14.0-5.fc41.noarch.rpm

ID1365777
Namepython3-h11
Version0.14.0
Release5.fc41
Epoch
Archnoarch
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.
Build Time2024-07-20 02:16:58 GMT
Size127.28 KB
4cc2cb8a9bb5df0dcf7d303fcba1c4a1
LicenseMIT
Provides
python-h11 = 0.14.0-5.fc41
python3-h11 = 0.14.0-5.fc41
python3.13-h11 = 0.14.0-5.fc41
python3.13dist(h11) = 0.14
python3dist(h11) = 0.14
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.13
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 81 >>>
Name ascending sort Size
/usr/lib/python3.13/site-packages/h110.00 B
/usr/lib/python3.13/site-packages/h11-0.14.0.dist-info0.00 B
/usr/lib/python3.13/site-packages/h11-0.14.0.dist-info/INSTALLER4.00 B
/usr/lib/python3.13/site-packages/h11-0.14.0.dist-info/LICENSE.txt1.10 KB
/usr/lib/python3.13/site-packages/h11-0.14.0.dist-info/METADATA7.98 KB
/usr/lib/python3.13/site-packages/h11-0.14.0.dist-info/WHEEL92.00 B
/usr/lib/python3.13/site-packages/h11-0.14.0.dist-info/top_level.txt4.00 B
/usr/lib/python3.13/site-packages/h11/__init__.py1.47 KB
/usr/lib/python3.13/site-packages/h11/__pycache__0.00 B
/usr/lib/python3.13/site-packages/h11/__pycache__/__init__.cpython-313.opt-1.pyc1.01 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/__init__.cpython-313.pyc1.01 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_abnf.cpython-313.opt-1.pyc1.69 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_abnf.cpython-313.pyc1.69 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_connection.cpython-313.opt-1.pyc21.34 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_connection.cpython-313.pyc21.69 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_events.cpython-313.opt-1.pyc12.88 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_events.cpython-313.pyc12.88 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_headers.cpython-313.opt-1.pyc7.53 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_headers.cpython-313.pyc7.68 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_readers.cpython-313.opt-1.pyc9.26 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_readers.cpython-313.pyc9.37 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_receivebuffer.cpython-313.opt-1.pyc4.55 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_receivebuffer.cpython-313.pyc4.63 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_state.cpython-313.opt-1.pyc8.43 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_state.cpython-313.pyc8.61 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_util.cpython-313.opt-1.pyc4.65 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_util.cpython-313.pyc4.69 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_version.cpython-313.opt-1.pyc175.00 B
/usr/lib/python3.13/site-packages/h11/__pycache__/_version.cpython-313.pyc175.00 B
/usr/lib/python3.13/site-packages/h11/__pycache__/_writers.cpython-313.opt-1.pyc6.28 KB
/usr/lib/python3.13/site-packages/h11/__pycache__/_writers.cpython-313.pyc6.28 KB
/usr/lib/python3.13/site-packages/h11/_abnf.py4.70 KB
/usr/lib/python3.13/site-packages/h11/_connection.py25.92 KB
/usr/lib/python3.13/site-packages/h11/_events.py11.54 KB
/usr/lib/python3.13/site-packages/h11/_headers.py9.99 KB
/usr/lib/python3.13/site-packages/h11/_readers.py8.19 KB
/usr/lib/python3.13/site-packages/h11/_receivebuffer.py5.13 KB
/usr/lib/python3.13/site-packages/h11/_state.py12.99 KB
/usr/lib/python3.13/site-packages/h11/_util.py4.77 KB
/usr/lib/python3.13/site-packages/h11/_version.py686.00 B
/usr/lib/python3.13/site-packages/h11/_writers.py4.96 KB
/usr/lib/python3.13/site-packages/h11/py.typed7.00 B
/usr/lib/python3.13/site-packages/h11/tests0.00 B
/usr/lib/python3.13/site-packages/h11/tests/__init__.py0.00 B
/usr/lib/python3.13/site-packages/h11/tests/__pycache__0.00 B
/usr/lib/python3.13/site-packages/h11/tests/__pycache__/__init__.cpython-313.opt-1.pyc152.00 B
/usr/lib/python3.13/site-packages/h11/tests/__pycache__/__init__.cpython-313.pyc152.00 B
/usr/lib/python3.13/site-packages/h11/tests/__pycache__/helpers.cpython-313.opt-1.pyc4.37 KB
/usr/lib/python3.13/site-packages/h11/tests/__pycache__/helpers.cpython-313.pyc4.39 KB
/usr/lib/python3.13/site-packages/h11/tests/__pycache__/test_against_stdlib_http.cpython-313.opt-1.pyc6.52 KB
Component of
1 through 5 of 5
Buildroot descending sort Created State
f41-build-854628-166877 2024-10-02 21:24:11 expired
f41-build-851639-165974 2024-09-27 07:17:19 expired
f41-build-850679-165564 2024-09-25 06:12:40 expired
f41-build-848220-164378 2024-09-18 13:16:38 expired
f41-build-843974-162239 2024-08-17 09:42:47 expired