• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H30-Aug-2020-326193

src/H30-Aug-2020-6,1565,292

test/H30-Aug-2020-1,3101,048

CHANGELOG.rstH A D30-Aug-20205.1 KiB154110

CONTRIBUTORS.rstH A D15-Aug-20201.4 KiB6839

LICENSEH A D01-Aug-20201.1 KiB2217

MANIFEST.inH A D15-Aug-2020302 1211

MakefileH A D15-Aug-2020241 129

PKG-INFOH A D30-Aug-20202.8 KiB6855

README.rstH A D15-Aug-20201.7 KiB4634

setup.cfgH A D30-Aug-2020330 2821

setup.pyH A D15-Aug-20201.8 KiB5947

tox.iniH A D15-Aug-20201.3 KiB6455

README.rst

1========================================
2hpack: HTTP/2 Header Encoding for Python
3========================================
4
5.. image:: https://github.com/python-hyper/hpack/workflows/CI/badge.svg
6    :target: https://github.com/python-hyper/hpack/actions
7    :alt: Build Status
8.. image:: https://codecov.io/gh/python-hyper/hpack/branch/master/graph/badge.svg
9    :target: https://codecov.io/gh/python-hyper/hpack
10    :alt: Code Coverage
11.. image:: https://readthedocs.org/projects/hpack/badge/?version=latest
12    :target: https://hpack.readthedocs.io/en/latest/
13    :alt: Documentation Status
14.. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg
15    :target: https://gitter.im/python-hyper/community
16    :alt: Chat community
17
18.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png
19
20This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use
21in Python programs that implement HTTP/2.
22
23Contributing
24============
25
26``hpack`` welcomes contributions from anyone! Unlike many other projects we are
27happy to accept cosmetic contributions and small contributions, in addition to
28large feature requests and changes.
29
30Before you contribute (either by opening an issue or filing a pull request),
31please `read the contribution guidelines`_.
32
33.. _read the contribution guidelines: http://hyper.readthedocs.org/en/development/contributing.html
34
35License
36=======
37
38``hpack`` is made available under the MIT License. For more details, see the
39``LICENSE`` file in the repository.
40
41Authors
42=======
43
44``hpack`` is maintained by Cory Benfield, with contributions from others. For
45more details about the contributors, please see ``CONTRIBUTORS.rst``.
46