Source: python-wsproto
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-h11,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.4.1
Homepage: https://github.com/python-hyper/wsproto
Vcs-Git: https://salsa.debian.org/python-team/modules/python-wsproto.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-wsproto
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

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.
