{"id":13725234,"url":"https://github.com/python-hyper/hpack","last_synced_at":"2025-05-15T03:05:31.622Z","repository":{"id":30320965,"uuid":"33873218","full_name":"python-hyper/hpack","owner":"python-hyper","description":"Pure-Python HTTP/2 header encoding","archived":false,"fork":false,"pushed_at":"2025-01-22T21:56:05.000Z","size":2413,"stargazers_count":73,"open_issues_count":6,"forks_count":31,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-14T04:58:54.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://python-hyper.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-hyper.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-13T14:26:18.000Z","updated_at":"2025-01-22T21:56:09.000Z","dependencies_parsed_at":"2024-12-22T10:00:30.843Z","dependency_job_id":"37b0e227-f4b2-49b0-bc01-b201b6c9278a","html_url":"https://github.com/python-hyper/hpack","commit_stats":{"total_commits":445,"total_committers":22,"mean_commits":"20.227272727272727","dds":0.6853932584269663,"last_synced_commit":"02afcab28ca56eb5259904fd414baa89e9f50266"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-hyper%2Fhpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-hyper%2Fhpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-hyper%2Fhpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-hyper%2Fhpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-hyper","download_url":"https://codeload.github.com/python-hyper/hpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264765,"owners_count":22041793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:02:16.514Z","updated_at":"2025-05-15T03:05:31.586Z","avatar_url":"https://github.com/python-hyper.png","language":"Python","readme":"========================================\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/python-hyper/documentation/master/source/logo/hyper-black-bg-white.png\n\nThis module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use\nin Python programs that implement HTTP/2.\n\nDocumentation\n=============\n\nDocumentation is available at https://hpack.readthedocs.io .\n\nQuickstart:\n\n.. code-block:: python\n\n    from hpack import Encoder, Decoder\n\n    headers = [\n        (':method', 'GET'),\n        (':path', '/jimiscool/'),\n        ('X-Some-Header', 'some_value'),\n    ]\n\n    e = Encoder()\n    encoded_bytes = e.encode(headers)\n\n    d = Decoder()\n    decoded_headers = d.decode(encoded_bytes)\n\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","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-hyper%2Fhpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-hyper%2Fhpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-hyper%2Fhpack/lists"}