Metadata-Version: 2.3
Name: qlip-serve-client
Version: 0.1.17
Summary: Client tools for qlip.serve
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: qlip-serve-common (==0.1.17)
Requires-Dist: requests (>=2.32.2)
Description-Content-Type: text/markdown

# qlip-serve-client

Client tools for qlip.serve

## Installation

```bash
pip install qlip-serve-client
```

## Requirements

- Python ≥ 3.10
- numpy < 2.0.0 (required for tritonserver compatibility)
- requests ≥ 2.32.2
- qlip-serve-common

## License

BSD-3-Clause

