summaryrefslogtreecommitdiffstats
path: root/python/python3-h11/slack-desc
blob: d06692f05c8157e20fd41309f33785c72d2bb99b (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

           |-----handy-ruler------------------------------------------------------|
python3-h11: python3-h11 (little HTTP/1.1 library written from scratch in Python)
python3-h11:
python3-h11: It's a "bring-your-own-I/O" library; h11 contains no IO code
python3-h11: whatsoever. This means you can hook h11 up to your favorite network
python3-h11: API, and that could be anything you want: synchronous, threaded,
python3-h11: asynchronous, or your own implementation of RFC 6214 - h11 won't judge
python3-h11: you.
python3-h11:
python3-h11: Homepage: https://github.com/python-hyper/h11
python3-h11:
python3-h11: