---
id: realtime
version: "2.31.0"
license: MIT
license_treatment: permissive
maintenance: active
---
# realtime
License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI
## Install
pip install realtime
uv add realtime
poetry add realtime
## Description
Supabase Realtime Client
Send ephemeral messages with Broadcast, track and synchronize state with Presence, and listen to database changes with Postgres Change Data Capture (CDC).
# Overview
This client enables you to use the following Supabase...
## AI interpretation — verify before relying
A Python client for Supabase Realtime that enables real-time communication via Broadcast (ephemeral messages), Presence (state synchronization), and Postgres Change Data Capture (CDC) for listening to database changes.
Verdict: A well-maintained, actively developed client for Supabase's real-time features with minimal dependencies and permissive MIT licensing. No known vulnerabilities and broad Python version support (3.9–3.14) make it a solid choice for applications needing real-time database sync, presence tracking, or low-latency message broadcasting.
[View on SkillFed](https://skillfed.io/packages/realtime) · [View on PyPI](https://pypi.org/project/realtime/)