Source: python-h2
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/python-hyper/h2/tags
Vcs-Browser: https://github.com/alvistack/python-hyper-h2
Vcs-Git: https://github.com/alvistack/python-hyper-h2.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-h2
Architecture: all
Description: HTTP/2 State-Machine based protocol implementation
 This repository contains a pure-Python implementation of a HTTP/2
 protocol stack. It’s written from the ground up to be embeddable in
 whatever program you choose to use, ensuring that you can speak HTTP/2
 regardless of your programming paradigm.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-hpack (>= 4.0),
 python3-hyperframe (>= 6.0),
