Source: python-gunicorn-h1c
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libpicohttpparser-dev,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/benoitc/gunicorn_h1c
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gunicorn-h1c
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gunicorn-h1c.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-gunicorn-h1c
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Fast HTTP/1.1 parser for Gunicorn using picohttpparser (Python3 version)
 Fast HTTP/1.1 parser for Gunicorn using picohttpparser.
 .
 Features:
  * SIMD-optimized parsing (SSE4.2 on x86, NEON on ARM)
  * Zero-copy request parsing with lazy Python object creation
  * Callback-based parser for asyncio integration (H1CProtocol)
  * Common header extraction (Content-Length, Transfer-Encoding, Connection)
  * Incremental parsing support
  * Chunked transfer encoding support
  * WSGI environ and ASGI scope generation
  * Limit enforcement matching gunicorn's Python parser
  * Specific exception types for validation errors
 .
 This package contains the Python 3 version of the library.
