hyperframe

Pure-Python HTTP/2 framing

https://github.com/python-hyper/hyperframe

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Pure-Python HTTP/2 framing

Basic Info
  • Host: GitHub
  • Owner: python-hyper
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage: https://python-hyper.org/
  • Size: 298 KB
Statistics
  • Stars: 43
  • Watchers: 14
  • Forks: 35
  • Open Issues: 0
  • Releases: 0
Created over 11 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.rst

======================================
hyperframe: Pure-Python HTTP/2 framing
======================================

.. image:: https://github.com/python-hyper/hyperframe/workflows/CI/badge.svg
    :target: https://github.com/python-hyper/hyperframe/actions
    :alt: Build Status
.. image:: https://codecov.io/gh/python-hyper/hyperframe/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/python-hyper/hyperframe
    :alt: Code Coverage
.. image:: https://readthedocs.org/projects/hyperframe/badge/?version=latest
    :target: https://hyperframe.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

This library contains the HTTP/2 framing code used in the `hyper`_ project. It
provides a pure-Python codebase that is capable of decoding a binary stream
into HTTP/2 frames.

This library is used directly by `hyper`_ and a number of other projects to
provide HTTP/2 frame decoding logic.

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

hyperframe 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
=======

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

Authors
=======

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

.. _hyper: http://python-hyper.org/

Owner

  • Name: Hyper
  • Login: python-hyper
  • Kind: organization

HTTP for Python

GitHub Events

Total
  • Issues event: 1
  • Delete event: 1
  • Push event: 11
  • Pull request event: 10
  • Fork event: 4
  • Create event: 1
Last Year
  • Issues event: 1
  • Delete event: 1
  • Push event: 11
  • Pull request event: 10
  • Fork event: 4
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 271
  • Total Committers: 16
  • Avg Commits per committer: 16.938
  • Development Distribution Score (DDS): 0.635
Past Year
  • Commits: 10
  • Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
requires.io s****t@r****o 99
Cory Benfield l****z@g****m 81
Thomas Kriechbaumer t****s@k****e 57
Seth Michael Larson s****n@p****m 7
Maximilian Hils g****t@m****m 5
pgjones p****s@g****m 5
Fred Thomsen me@f****t 3
Glyph g****h@t****m 3
Jesse Shapiro j****e@o****m 3
Alex Chan a****x@a****t 2
Alexander Polcyn a****n@g****m 1
Davey Shafik me@d****m 1
Ville Skyttä v****a@i****i 1
Youhei Sakurai s****i@g****m 1
chhsiao90 c****0@g****m 1
jdecuyper j****r@g****m 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 9
  • Total pull requests: 96
  • Average time to close issues: 7 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 9
  • Total pull request authors: 16
  • Average comments per issue: 1.56
  • Average comments per pull request: 0.57
  • Merged pull requests: 83
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 20 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bricewge (1)
  • kloczek (1)
  • Galgamins (1)
  • chhsiao90 (1)
  • mrpre (1)
  • dshafik (1)
  • dimaqq (1)
  • jinghanx (1)
  • sakurai-youhei (1)
Pull Request Authors
  • Lukasa (29)
  • sigmavirus24 (21)
  • Kriechi (19)
  • glyph (15)
  • sethmlarson (3)
  • alexwlchan (2)
  • pgjones (2)
  • KOLANICH (2)
  • dimaqq (1)
  • sakurai-youhei (1)
  • apolcyn (1)
  • haikuginger (1)
  • chhsiao90 (1)
  • scop (1)
  • fredthomsen (1)
Top Labels
Issue Labels
help wanted (1)
Pull Request Labels
enhancement (1) help wanted (1) question (1)

Packages

  • Total packages: 4
  • Total downloads:
    • pypi 41,262,676 last-month
  • Total docker downloads: 1,422,972,176
  • Total dependent packages: 55
    (may contain duplicates)
  • Total dependent repositories: 5,940
    (may contain duplicates)
  • Total versions: 52
  • Total maintainers: 4
pypi.org: hyperframe

Pure-Python HTTP/2 framing

  • Homepage: https://github.com/python-hyper/hyperframe/
  • Documentation: https://python-hyper.org/
  • License: The MIT License (MIT) Copyright (c) 2014 Cory Benfield Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 6.1.0
    published over 1 year ago
  • Versions: 21
  • Dependent Packages: 50
  • Dependent Repositories: 5,928
  • Downloads: 41,262,676 Last month
  • Docker Downloads: 1,422,972,176
Rankings
Docker downloads count: 0.0%
Dependent repos count: 0.1%
Downloads: 0.1%
Dependent packages count: 0.4%
Average: 3.0%
Forks count: 7.1%
Stargazers count: 10.1%
Last synced: 11 months ago
proxy.golang.org: github.com/python-hyper/hyperframe
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Forks count: 4.1%
Stargazers count: 6.1%
Average: 7.7%
Dependent packages count: 9.6%
Dependent repos count: 10.8%
Last synced: 11 months ago
conda-forge.org: hyperframe
  • Versions: 5
  • Dependent Packages: 5
  • Dependent Repositories: 6
Rankings
Dependent packages count: 10.4%
Dependent repos count: 13.9%
Average: 24.7%
Forks count: 31.5%
Stargazers count: 42.8%
Last synced: 11 months ago
anaconda.org: hyperframe

hyperframe is a pure-Python tool for working with HTTP/2 frames. This library allows you to create, serialize, and parse HTTP/2 frames. hyperframe is pure-Python, contains no external dependencies, and runs on a wide variety of Python interpreters and platforms. Made available under the MIT license, why write your own frame parser?

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 6
Rankings
Dependent repos count: 42.1%
Forks count: 43.1%
Average: 46.3%
Stargazers count: 48.8%
Dependent packages count: 51.2%
Last synced: 11 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v5 composite
  • codecov/codecov-action v1 composite
pyproject.toml pypi