Source: python-websockets
Section: python
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 14),
               dh-sequence-python3,
               dh-sequence-single-binary,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-setuptools,
               python3-trio <!nocheck>,
               python3-werkzeug <!nocheck>,
Standards-Version: 4.7.4
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/python-websockets/websockets
Vcs-Git: https://salsa.debian.org/python-team/packages/python-websockets.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-websockets

Package: python3-websockets
Architecture: any
Depends:
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python3-python-socks,
 python3-trio,
Description: implementation of the WebSocket Protocol (RFC 6455 & 7692)
 websockets is a library for building WebSocket servers and clients in Python
 with a focus on correctness, simplicity, robustness and performance.
 .
 Built on top of asyncio, Python's standard asynchronous I/O framework, the
 default implementation provides an elegant coroutine-based API. Alternative
 implementations on top of threading and trio are also provided, as well as a
 Sans-I/O layer for integration in third-party projects.
 .
 This package also provides the "websockets" interactive client, which is handy
 for testing a WebSocket server from a terminal.
