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

Package: python3-wsproto
Architecture: all
Description: WebSockets state-machine based protocol implementation
 This repository contains a pure-Python implementation of a WebSocket
 protocol stack. It’s written from the ground up to be embeddable in
 whatever program you choose to use, ensuring that you can communicate
 via WebSockets, as defined in RFC6455, regardless of your programming
 paradigm.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-dataclasses,
 python3-h11 (>= 0.9.0),
