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

..15-Mar-2021-

hpack/H15-Mar-2021-6,0985,242

hpack.egg-info/H03-May-2022-200146

test/H15-Mar-2021-1,3401,074

CONTRIBUTORS.rstH A D15-Mar-20211.2 KiB6336

HISTORY.rstH A D15-Mar-20214.6 KiB13597

LICENSEH A D15-Mar-20211.1 KiB2217

MANIFEST.inH A D15-Mar-202157 31

PKG-INFOH A D15-Mar-20218.2 KiB200146

README.rstH A D15-Mar-20211.4 KiB4228

setup.cfgH A D15-Mar-2021130 139

setup.pyH A D15-Mar-20211.7 KiB5847

README.rst

1========================================
2hpack: HTTP/2 Header Encoding for Python
3========================================
4
5.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png
6
7.. image:: https://travis-ci.org/python-hyper/hpack.png?branch=master
8    :target: https://travis-ci.org/python-hyper/hpack
9
10This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use
11in Python programs that implement HTTP/2. It also contains a compatibility
12layer that automatically enables the use of ``nghttp2`` if it's available.
13
14Documentation
15=============
16
17Documentation is available at http://python-hyper.org/hpack/.
18
19Contributing
20============
21
22``hpack`` welcomes contributions from anyone! Unlike many other projects we are
23happy to accept cosmetic contributions and small contributions, in addition to
24large feature requests and changes.
25
26Before you contribute (either by opening an issue or filing a pull request),
27please `read the contribution guidelines`_.
28
29.. _read the contribution guidelines: http://hyper.readthedocs.org/en/development/contributing.html
30
31License
32=======
33
34``hpack`` is made available under the MIT License. For more details, see the
35``LICENSE`` file in the repository.
36
37Authors
38=======
39
40``hpack`` is maintained by Cory Benfield, with contributions from others. For
41more details about the contributors, please see ``CONTRIBUTORS.rst``.
42