hpack


Namehpack JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://github.com/python-hyper/hpack
SummaryPure-Python HPACK header compression
upload_time2020-08-30 10:35:57
maintainer
docs_urlNone
authorCory Benfield
requires_python>=3.6.1
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================================
hpack: HTTP/2 Header Encoding for Python
========================================

.. image:: https://github.com/python-hyper/hpack/workflows/CI/badge.svg
    :target: https://github.com/python-hyper/hpack/actions
    :alt: Build Status
.. image:: https://codecov.io/gh/python-hyper/hpack/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/python-hyper/hpack
    :alt: Code Coverage
.. image:: https://readthedocs.org/projects/hpack/badge/?version=latest
    :target: https://hpack.readthedocs.io/en/latest/
    :alt: Documentation Status
.. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg
    :target: https://gitter.im/python-hyper/community
    :alt: Chat community

.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png

This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use
in Python programs that implement HTTP/2.

Contributing
============

``hpack`` welcomes contributions from anyone! Unlike many other projects we are
happy to accept cosmetic contributions and small contributions, in addition to
large feature requests and changes.

Before you contribute (either by opening an issue or filing a pull request),
please `read the contribution guidelines`_.

.. _read the contribution guidelines: http://hyper.readthedocs.org/en/development/contributing.html

License
=======

``hpack`` is made available under the MIT License. For more details, see the
``LICENSE`` file in the repository.

Authors
=======

``hpack`` is maintained by Cory Benfield, with contributions from others. For
more details about the contributors, please see ``CONTRIBUTORS.rst``.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-hyper/hpack",
    "name": "hpack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cory Benfield",
    "author_email": "cory@lukasa.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/3e/9b/fda93fb4d957db19b0f6b370e79d586b3e8528b20252c729c476a2c02954/hpack-4.0.0.tar.gz",
    "platform": "",
    "description": "========================================\nhpack: HTTP/2 Header Encoding for Python\n========================================\n\n.. image:: https://github.com/python-hyper/hpack/workflows/CI/badge.svg\n    :target: https://github.com/python-hyper/hpack/actions\n    :alt: Build Status\n.. image:: https://codecov.io/gh/python-hyper/hpack/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/python-hyper/hpack\n    :alt: Code Coverage\n.. image:: https://readthedocs.org/projects/hpack/badge/?version=latest\n    :target: https://hpack.readthedocs.io/en/latest/\n    :alt: Documentation Status\n.. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg\n    :target: https://gitter.im/python-hyper/community\n    :alt: Chat community\n\n.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png\n\nThis module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use\nin Python programs that implement HTTP/2.\n\nContributing\n============\n\n``hpack`` welcomes contributions from anyone! Unlike many other projects we are\nhappy to accept cosmetic contributions and small contributions, in addition to\nlarge feature requests and changes.\n\nBefore you contribute (either by opening an issue or filing a pull request),\nplease `read the contribution guidelines`_.\n\n.. _read the contribution guidelines: http://hyper.readthedocs.org/en/development/contributing.html\n\nLicense\n=======\n\n``hpack`` is made available under the MIT License. For more details, see the\n``LICENSE`` file in the repository.\n\nAuthors\n=======\n\n``hpack`` is maintained by Cory Benfield, with contributions from others. For\nmore details about the contributors, please see ``CONTRIBUTORS.rst``.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Pure-Python HPACK header compression",
    "version": "4.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "85e233ffb7939aa41bdbaf5c0c3176d9",
                "sha256": "84a076fad3dc9a9f8063ccb8041ef100867b1878b25ef0ee63847a5d53818a6c"
            },
            "downloads": -1,
            "filename": "hpack-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85e233ffb7939aa41bdbaf5c0c3176d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 32611,
            "upload_time": "2020-08-30T10:35:56",
            "upload_time_iso_8601": "2020-08-30T10:35:56.357107Z",
            "url": "https://files.pythonhosted.org/packages/d5/34/e8b383f35b77c402d28563d2b8f83159319b509bc5f760b15d60b0abf165/hpack-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "27e01514ef06dc9fa0798d3dcb7de47c",
                "sha256": "fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095"
            },
            "downloads": -1,
            "filename": "hpack-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27e01514ef06dc9fa0798d3dcb7de47c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 49117,
            "upload_time": "2020-08-30T10:35:57",
            "upload_time_iso_8601": "2020-08-30T10:35:57.868380Z",
            "url": "https://files.pythonhosted.org/packages/3e/9b/fda93fb4d957db19b0f6b370e79d586b3e8528b20252c729c476a2c02954/hpack-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-08-30 10:35:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "python-hyper",
    "github_project": "hpack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "hpack"
}
        
Elapsed time: 0.02797s