Metadata-Version: 2.4
Name: vidio-ai
Version: 0.1.5
Summary: Python SDK for VIDIO highlight reel workflows
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27
Requires-Dist: tqdm>=4.66.0
Requires-Dist: Pillow>=10.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"

# VIDIO Python SDK

Official Python SDK for interacting with the VIDIO API ([https://www.vidio.ai](https://www.vidio.ai)).

This SDK allows developers to:

- Upload videos
- Create highlight reels
- Check job status
- Render output videos

## Installation

For installation, please visit our official documentation [here](https://www.vidio.ai/docs/quickstart)
