Source: simple-websocket Section: python Priority: optional Maintainer: Paulo Henrique de Lima Santana (phls) Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-all, python3-pytest, python3-setuptools, python3-wsproto, #Testsuite: autopkgtest-pkg-python Standards-Version: 4.7.2 Homepage: https://github.com/miguelgrinberg/simple-websocket Vcs-Browser: https://salsa.debian.org/debian/simple-websocket Vcs-Git: https://salsa.debian.org/debian/simple-websocket.git Package: python3-simple-websocket Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Simple WebSocket server and client for Python simple-websocket includes a collection of WebSocket servers and clients for Python, including support for both traditional and asynchronous (asyncio) workflows. The servers are designed to be integrated into larger web applications if desired.