websocket-client 1.2.1-2 source package in Ubuntu
Changelog
websocket-client (1.2.1-2) unstable; urgency=medium * Team upload to unstable. -- Jeroen Ploemen <email address hidden> Wed, 10 Nov 2021 10:15:12 +0000
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
websocket-client_1.2.1-2.dsc | 2.1 KiB | 729fe8c36bc6f3e456b703ad5b5b49d5c651211e4b37768510caa65420a2ed61 |
websocket-client_1.2.1.orig.tar.gz | 44.8 KiB | 8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d |
websocket-client_1.2.1-2.debian.tar.xz | 4.0 KiB | 40d8b9fea3c9eb9b06f4769237995dd150dc3df538b09fa1d3bba8ee6cf8acec |
Available diffs
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.