How to Install python3-websocket in Ubuntu 18.04



Install python3-websocket by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-websocket

Description:

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.

Homepage: https://github.com/liris/websocket-client

Version: 0.44.0-0ubuntu2

Section: universe/python