Metadata-Version: 2.3
Name: qlip-serve-common
Version: 0.1.17
Summary: Common abstractions and utilities for qlip.serve.* libraries
License: BSD-3-Clause
Author: TheStage AI team
Author-email: hello@thestage.ai
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (<2.0.0)
Requires-Dist: pillow (>=10.2.0)
Requires-Dist: protobuf (>=5.26.0)
Description-Content-Type: text/markdown

# qlip-serve-common

Common abstractions and utilities for qlip.serve.* libraries

## Installation

```bash
pip install qlip-serve-common
```

## Requirements

- Python ≥ 3.10
- numpy < 2.0.0 (required for tritonserver compatibility)
- protobuf ≥ 5.26.0
- pillow ≥ 10.2.0

## License

**Mixed License Package:**
- Main package: **BSD-3-Clause**
- `model_config` module: **Apache License 2.0** (derived from NVIDIA's pytriton package)

See included NOTICE and Apache-2.0.txt files for complete license information.

