websocket-client 1.2.3-1 source package in Ubuntu
Changelog
websocket-client (1.2.3-1) unstable; urgency=medium * New upstream release. * Do not move wsdump.py to /usr/bin, and get rid of the update-alternatives. -- Thomas Goirand <email address hidden> Tue, 15 Feb 2022 09:49:29 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
websocket-client_1.2.3-1.dsc | 2.1 KiB | 3bb612904cd0ecefa4fd7ad1aa30a20c3e72ee8dcfeaf2be6aae4e98f6c6fec4 |
websocket-client_1.2.3.orig.tar.gz | 45.3 KiB | 1315816c0acc508997eb3ae03b9d3ff619c9d12d544c9a9b553704b1cc4f6af5 |
websocket-client_1.2.3-1.debian.tar.xz | 4.0 KiB | 74058f3d4b9cc69debd8028624ea7e0b18066bf21a0920e419e9109db447f355 |
Available diffs
- diff from 1.2.1-2 to 1.2.3-1 (13.1 KiB)
No changes file available.
Binary packages built by this source
- python3-websocket: WebSocket client library - Python 3.x
websocket-client provides a low-level, synchronous API providing WebSocket
client functionality to Python programs. It conforms to the WebSocket
specification as standardized by the IETF in RFC 6455.
.
WebSocket is a protocol providing full-duplex communication channels over
TCP, mostly used in Web browsers.
.
This package provides the Python 3.x version.