Metadata-Version: 2.1
Name: orign-runtime
Version: 0.1.7
Summary: Python runtime for Orign
License: MIT
Author: Patrick Barker
Author-email: patrickbarkerco@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiokafka (>=0.11.0,<0.12.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: confluent-kafka (>=2.6.0,<3.0.0)
Requires-Dist: opentelemetry-api (>=1.28.2,<2.0.0)
Requires-Dist: opentelemetry-exporter-otlp (>=1.28.2,<2.0.0)
Requires-Dist: opentelemetry-sdk (>=1.28.2,<2.0.0)
Requires-Dist: orign (>=0.1.12,<0.2.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: pydantic-settings (>=2.6.1,<3.0.0)
Requires-Dist: qwen-vl-utils (>=0.0.8,<0.0.9)
Requires-Dist: redis (>=5.2.0,<6.0.0)
Description-Content-Type: text/markdown

# orign-py

Python runtime for Orign

## Installation

```bash
pip install orign-runtime
```

## Backends

### vLLM

Supports running vLLM models.

### Sentence-TF

Supports running Sentence-TF models.

### EasyOCR

Supports running EasyOCR models.

### Doctr

Supports running Doctr models.

