1Metadata-Version: 2.1
2Name: hpack
3Version: 4.0.0
4Summary: Pure-Python HPACK header compression
5Home-page: https://github.com/python-hyper/hpack
6Author: Cory Benfield
7Author-email: cory@lukasa.co.uk
8License: MIT License
9Description: ========================================
10        hpack: HTTP/2 Header Encoding for Python
11        ========================================
12
13        .. image:: https://github.com/python-hyper/hpack/workflows/CI/badge.svg
14            :target: https://github.com/python-hyper/hpack/actions
15            :alt: Build Status
16        .. image:: https://codecov.io/gh/python-hyper/hpack/branch/master/graph/badge.svg
17            :target: https://codecov.io/gh/python-hyper/hpack
18            :alt: Code Coverage
19        .. image:: https://readthedocs.org/projects/hpack/badge/?version=latest
20            :target: https://hpack.readthedocs.io/en/latest/
21            :alt: Documentation Status
22        .. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg
23            :target: https://gitter.im/python-hyper/community
24            :alt: Chat community
25
26        .. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png
27
28        This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use
29        in Python programs that implement HTTP/2.
30
31        Contributing
32        ============
33
34        ``hpack`` welcomes contributions from anyone! Unlike many other projects we are
35        happy to accept cosmetic contributions and small contributions, in addition to
36        large feature requests and changes.
37
38        Before you contribute (either by opening an issue or filing a pull request),
39        please `read the contribution guidelines`_.
40
41        .. _read the contribution guidelines: http://hyper.readthedocs.org/en/development/contributing.html
42
43        License
44        =======
45
46        ``hpack`` is made available under the MIT License. For more details, see the
47        ``LICENSE`` file in the repository.
48
49        Authors
50        =======
51
52        ``hpack`` is maintained by Cory Benfield, with contributions from others. For
53        more details about the contributors, please see ``CONTRIBUTORS.rst``.
54
55Platform: UNKNOWN
56Classifier: Development Status :: 5 - Production/Stable
57Classifier: Intended Audience :: Developers
58Classifier: License :: OSI Approved :: MIT License
59Classifier: Programming Language :: Python
60Classifier: Programming Language :: Python :: 3
61Classifier: Programming Language :: Python :: 3.6
62Classifier: Programming Language :: Python :: 3.7
63Classifier: Programming Language :: Python :: 3.8
64Classifier: Programming Language :: Python :: Implementation :: CPython
65Classifier: Programming Language :: Python :: Implementation :: PyPy
66Requires-Python: >=3.6.1
67Description-Content-Type: text/x-rst
68