Metadata-Version: 2.4
Name: venice-ai
Version: 2.1.1
Summary: Renamed to venice-py. This release installs venice-py; the import package is still venice_ai.
Author-email: Seth Bang <howdy@sbang.dev>
License-Expression: MIT
Project-URL: Homepage, https://github.com/sethbang/venice-ai
Project-URL: Changelog, https://github.com/sethbang/venice-ai/blob/main/CHANGELOG.md
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: venice-py>=2.2.0

# venice-ai has been renamed to venice-py

This project now ships as [`venice-py`](https://pypi.org/project/venice-py/).

Installing `venice-ai` still works — this release depends on `venice-py`, so pip
fetches the real SDK for you. Nothing about your code changes:

```python
from venice_ai import VeniceClient   # unchanged
```

The import package is still `venice_ai` and the environment variable is still
`VENICE_API_KEY`. Only the name you install changed:

```bash
pip install venice-py
```

Point your `requirements.txt`, `pyproject.toml` and lockfiles at `venice-py` when
convenient. `venice-ai` is not yanked, so existing pins keep resolving.

Staying on v1? Pin `venice-ai<2` — the v1 line exists only under this name.
