Metadata-Version: 2.4
Name: daily-python
Version: 0.24.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Summary: Daily Client SDK for Python
Keywords: webrtc,audio,video,ai
License: BSD 2-Clause License
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://reference-python.daily.co
Project-URL: Home, https://docs.daily.co/guides/products/ai-toolkit
Project-URL: Source, https://github.com/daily-co/daily-python
Project-URL: Website, https://daily.co

[![PyPI](https://img.shields.io/pypi/v/daily-python)](https://pypi.org/project/daily-python)
[![Docs](https://img.shields.io/badge/API-docs-00CC00)](https://reference-python.daily.co/)

# 🐍 Daily Client SDK for Python

> **Looking to develop voice and video agents?**
>
> Check out our voice and multimodal conversational AI framework [Pipecat](https://github.com/pipecat-ai/pipecat), which has excellent support for Daily and already uses this Python SDK.

The Daily client SDK for Python allows you to build video and audio calling into your native desktop and server applications.

The SDK's core features include:

- Joining a Daily meeting as a participant
- As a meeting participant, configuring inputs, publishing, and subscription settings
- Updating remote participant permissions
- Receiving video and/or audio from other participants
- Sending video and/or audio into a meeting
- Starting and stopping recordings and live streams

## 📚 Documentation

See the [Daily Python API docs](https://reference-python.daily.co/index.html).

For demos on how to use `daily-python`, refer to the [demos](https://github.com/daily-co/daily-python/tree/main/demos) directory.

## 📋 Requirements

- Python 3.7 or newer
- glibc 2.28 or newer

## 🛠️ Installation

`daily-python` can be easily installed using `pip`:

```bash
   pip install daily-python
```

To upgrade:

```bash
   pip install -U daily-python
```

## 🛟 Getting help

➡️ [Join our Discord](https://discord.gg/dailyco)

➡️ [Getting start guide](https://docs.daily.co/reference/daily-python)

