Metadata-Version: 2.4
Name: voicerun_completions
Version: 0.1.6
Summary: VoiceRun Completions
Author: VoiceRun
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: primfunctions
Requires-Dist: black>=23.3.0
Requires-Dist: openai==2.8.0
Requires-Dist: anthropic==0.74.0
Requires-Dist: google-genai==1.52.0

# voicerun_completions

A comprehensive SDK for using with the VoiceRun Completions functionality.

## Table of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)

## Prerequisites

- Python 3.12+
- [uv](https://docs.astral.sh/uv/)

If you do not have a uv virtual environment, you can create one with:
```bash
uv venv --python 3.12
```

**Note:** We recommend using uv to install the package due to the incredible speed of the package manager. The package can still be installed via pip directly, but it will be slower.

## Installation

### From PyPI

```bash
pip install voicerun_completions
```

### From Source

```bash
uv pip install .
```
