websocket-client 1.7.0-1 source package in Ubuntu
Changelog
websocket-client (1.7.0-1) unstable; urgency=medium * d/watch: switch from pypi tarballs to github tags. * New upstream release. -- Thomas Goirand <email address hidden> Fri, 23 Feb 2024 10:19:51 +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 | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
websocket-client_1.7.0-1.dsc | 2.1 KiB | f15fec04a4df912918821f22aa3d00193c29e4e964c6f16acf25908c9eb0eb02 |
websocket-client_1.7.0.orig.tar.gz | 87.5 KiB | 923c3b7d0cecfdc449eec5e95c90ae6b0ea24e8782d42f23c05d2bb43bfabd39 |
websocket-client_1.7.0-1.debian.tar.xz | 4.1 KiB | 4df105f3b20c823c962cab2b8e5f8cd5f64e7bce2559a06b9c7b7886d090f678 |
Available diffs
- diff from 1.2.3-1 to 1.7.0-1 (83.6 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.