
websocket-client 1.9.0
0
WebSocket client for Python with low level API options
Contents
WebSocket client for Python with low level API options
Stars: 3703, Watchers: 3703, Forks: 782, Open Issues: 32The websocket-client/websocket-client repo was created 15 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 3703 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
Related Packages
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 32 open issues on GitHub
- Race condition in WebSocketApp
pythonfix
