1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-wsproto
Maintainer: Sebastien Delafond <seb@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 4.1.3
Homepage: https://github.com/python-hyper/wsproto
Vcs-Git: https://salsa.debian.org/debian/python-wsproto.git
Vcs-Browser: https://salsa.debian.org/debian/python-wsproto
Package: python3-wsproto
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: WebSockets state-machine based protocol implementation (Python3)
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.
.
This is the Python3 package.
|