Metadata-Version: 2.4 Name: pylsqpack Version: 0.3.22 Summary: Python wrapper for the ls-qpack QPACK library Author-email: Jeremy Lainé License-Expression: BSD-3-Clause Project-URL: homepage, https://github.com/aiortc/pylsqpack Project-URL: documentation, https://pylsqpack.readthedocs.io/ Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Web Environment Classifier: Intended Audience :: Developers Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Topic :: Internet :: WWW/HTTP Requires-Python: >=3.9 Description-Content-Type: text/x-rst License-File: LICENSE Dynamic: license-file 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/