Contents

websocket-client 1.7.0

0

WebSocket client for Python with low level API options

WebSocket client for Python with low level API options

Stars: 3446, Watchers: 3446, Forks: 759, Open Issues: 22

The websocket-client/websocket-client repo was created 13 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 3446 github stars!

How to Install websocket-client

You can install websocket-client using pip

pip install websocket-client

or add it to a project with poetry

poetry add websocket-client

Package Details

Author
liris
License
Apache-2.0
Homepage
https://github.com/websocket-client/websocket-client.git
PyPi:
https://pypi.org/project/websocket-client/
Documentation:
https://websocket-client.readthedocs.io/
GitHub Repo:
https://github.com/websocket-client/websocket-client

Classifiers

  • Internet
  • Software Development/Libraries/Python Modules
No  websocket-client  pypi packages just yet.

Errors

A list of common websocket-client errors.

Code Examples

Here are some websocket-client code examples and snippets.

GitHub Issues

The websocket-client package has 22 open issues on GitHub

  • websocket connection disconnects with "Connection to remote host was lost"
  • WebSocket tries to connect via IPV6 if the local device has an IPV6 IP, but there's not ISP IPV6 service.
  • Project upgrade initiative 2021-2022

See more issues on GitHub

Related Packages & Articles

starlette 0.37.2

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.