https://github.com/aiortc/pylsqpack
Python bindings for ls-qpack
https://github.com/aiortc/pylsqpack
Last synced: 9 months ago
JSON representation
Python bindings for ls-qpack
- Host: GitHub
- URL: https://github.com/aiortc/pylsqpack
- Owner: aiortc
- License: bsd-3-clause
- Created: 2019-06-21T22:52:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T15:44:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T00:45:40.692Z (over 1 year ago)
- Language: C
- Size: 85.9 KB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pylsqpack
=========
.. image:: https://img.shields.io/pypi/l/pylsqpack.svg
:target: https://pypi.python.org/pypi/pylsqpack
:alt: License
.. image:: https://img.shields.io/pypi/v/pylsqpack.svg
:target: https://pypi.python.org/pypi/pylsqpack
:alt: Version
.. image:: https://img.shields.io/pypi/pyversions/pylsqpack.svg
:target: https://pypi.python.org/pypi/pylsqpack
:alt: Python versions
.. image:: https://github.com/aiortc/pylsqpack/workflows/tests/badge.svg
:target: https://github.com/aiortc/pylsqpack/actions
:alt: Tests
.. image:: https://readthedocs.org/projects/pylsqpack/badge/?version=latest
:target: https://pylsqpack.readthedocs.io/
:alt: Documentation
``pylsqpack`` is a wrapper around the `ls-qpack`_ library. It provides Python
`Decoder` and `Encoder` objects to read or write HTTP/3 headers compressed
with QPACK.
To learn more about ``pylsqpack`` please `read the documentation`_.
.. _ls-qpack: https://github.com/litespeedtech/ls-qpack/
.. _read the documentation: https://pylsqpack.readthedocs.io/en/latest/