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