Metadata-Version: 2.4
Name: llm-proxy-extras
Version: 0.4.50
Summary: Additional files for the Hanzo AI proxy runtime. Kept separate so the main hanzo-llm package stays small.
License-File: LICENSE
Author: Hanzo AI
Author-email: dev@hanzo.ai
Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Documentation, https://docs.hanzo.ai
Project-URL: Homepage, https://hanzo.ai
Project-URL: Repository, https://github.com/hanzoai/llm
Project-URL: documentation, https://docs.hanzo.ai
Project-URL: homepage, https://hanzo.ai
Project-URL: repository, https://github.com/hanzoai/llm
Description-Content-Type: text/markdown

# llm-proxy-extras

Database files for the `hanzo-llm` proxy: the Prisma schema, the SQL
migrations, and the code that applies them. They ship apart from `hanzo-llm`
to keep that package small.

`hanzo-llm[proxy]` installs this package:

```bash
pip install 'hanzo-llm[proxy]'
```

When `DATABASE_URL` is set and the `prisma` command is installed, the proxy
applies these migrations as it starts. `llm --use_prisma_db_push` runs
`prisma db push` instead.

