--- id: websocket-client version: "1.9.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # websocket-client — WebSocket client for Python with low level API options License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install websocket-client uv add websocket-client poetry add websocket-client ## Description [![docs](https://readthedocs.org/projects/websocket-client/badge/?style=flat)](https://websocket-client.readthedocs.io/) [![Build Status](https://github.com/websocket-client/websocket-client/actions/workflows/build.yml/badge.svg)](https://github.com/websocket-client/websocket-client/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/websocket-client/websocket-client/branch/master/graph/badge.svg?token=pcXhUQwiL3)](https://codecov.io/gh/websocket-client/websocket-client) [![PyPI Downloads](https://pepy.tech/badge/websocket-client)](https://pepy.tech/project/websocket-client) [![PyPI version](https://img.shields.io/pypi/v/websocket_client)](https://pypi.org/project/websocket_client/) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) # websocket-client websocket-client is a WebSocket client for Python. It provides access to low level APIs for WebSockets. websocket-client implements version [hybi-13](https://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-13) of the WebSocket... ## AI interpretation — verify before relying websocket-client provides a Python WebSocket client implementing the hybi-13 protocol with low-level APIs for establishing and managing WebSocket connections, including automatic reconnection support via event callbacks. Verdict: A stable, dependency-free WebSocket client suitable for production use. Zero known vulnerabilities, permissive licensing, and active maintenance make it a low-risk choice. The 310-day gap since last release is normal for a mature library; the recent commit history confirms ongoing support. [View on SkillFed](https://skillfed.io/packages/websocket-client) · [View on PyPI](https://pypi.org/project/websocket-client/)