daily-python
Daily Client SDK for Python
What it is and what it does
daily-python is a client SDK that lets you embed video and audio calling directly into Python applications running on desktop or server environments. It connects to Daily's meeting infrastructure via WebRTC, allowing your application to join meetings as a participant, send and receive media streams, manage remote participant permissions, and control recordings and live streams.
The SDK is designed for developers building voice and video agents, conversational AI systems, or applications that need real-time communication capabilities. It has no runtime dependencies, which keeps deployment lightweight. The package is actively maintained, recently released, and classified as production-stable. Installation requires Python 3.8+ and glibc 2.28+ on Linux; prebuilt wheels are available for common platforms.
Use it for:
- Build a voice or video agent that joins Daily meetings to interact with participants in real time.
- Create a server-side recording or monitoring application that joins meetings to capture or analyze streams.
- Develop a desktop application that adds video conferencing capabilities without building WebRTC infrastructure from scratch.
- Integrate live streaming into a Python application by joining a meeting and forwarding the stream to external platforms.
- Build automated meeting bots that manage participant permissions or handle meeting logistics programmatically.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python SDK for building video and audio calling into desktop and server applications, with support for joining meetings, managing participants, and sending/receiving media streams.
Yes, if you need to add video or audio calling to a Python application. The SDK is production-stable, actively maintained, has no runtime dependencies, and is licensed permissively. Medium install friction (platform-specific wheels, glibc requirement) is manageable for most deployments. No known vulnerabilities. Install only if your application targets Python 3.8+ and your deployment environment meets the glibc requirement.
Install
daily-python on PyPI
pip
pip install daily-pythonuv
uv add daily-pythonpoetry
poetry add daily-pythonInstalling daily-python
Before you install
Medium install friction due to compiled wheels for specific platforms (macOS x86_64/arm64, Linux glibc 2.28+). Active maintenance with recent release (31 days ago) and ongoing repository activity. No runtime dependencies simplifies deployment.
License in practice
BSD 2-Clause License is permissive, allowing commercial and private use with minimal restrictions—suitable for most projects without legal concern.
Quickstart
pip install daily-python
import daily
# Join a meeting and configure audio/video settings
client = daily.Client()
client.join_meeting(url="https://your-daily-room.daily.co/meeting")
Requires Python 3.8 or newer and glibc 2.28 or newer on Linux systems; prebuilt wheels available for macOS (x86_64, arm64) and Linux (x86_64, aarch64).
Verify before relying
- Whether the SDK supports real-time bidirectional streaming without additional configuration or setup steps.
- Performance characteristics and latency guarantees for audio/video transmission in production environments.
- Whether recording and live stream features require separate Daily service configuration or are fully client-side.
Package facts
| License | BSD 2-Clause License (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 31 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 296,328/month — #7,899 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: daily_python-0.31.0-cp38-abi3-macosx_10_15_x86_64.whl; daily_python-0.31.0-cp38-abi3-macosx_11_0_arm64.whl; daily_python-0.31.0-cp38-abi3-manylinux_2_28_aarch64.whl; daily_python-0.31.0-cp38-abi3-manylinux_2_28_x86_64.whl
Keywords: webrtc, audio, video, ai
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
livekitPython SDK for building real-time video, audio,…
permissive · top 5,000 on PyPI
pipecat-aiPipecat is a Python framework for building…
permissive · top 5,000 on PyPI
livekit-agentsA framework for building realtime multimodal…
permissive · top 5,000 on PyPI
pytgcallsEnables Python bots to join Telegram voice…
copyleft · top 5,000 on PyPI
livekit-apiGenerate access tokens and call LiveKit server…
permissive · top 5,000 on PyPI
opentokServer-side SDK for generating OpenTok…
permissive · top 5,000 on PyPI
pipecat-ai-small-webrtc-prebuiltProvides a ready-to-use WebRTC client UI for…
permissive · top 15,000 on PyPI
pipecatcloudPython module and CLI for deploying, managing,…
permissive · top 15,000 on PyPI
aiortcaiortc is a Python library implementing WebRTC…
permissive · top 5,000 on PyPI
encordLow-level Python client for the Encord API,…
permissive · top 15,000 on PyPI