Metadata-Version: 2.4
Name: qubix
Version: 0.0.1
Summary: Distributed GPU job queue for LLM inference (coming soon)
Project-URL: Homepage, https://github.com/muid-io/qubix
Author-email: "MUID.io" <dev@muid.io>
License: MIT
Keywords: batch,distributed,gpu,inference,llm,queue
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
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-Python: >=3.10
Description-Content-Type: text/markdown

# Qubix

Distributed GPU job queue for LLM inference.

**Status: Coming Soon**

This package is under active development. Stay tuned!

## Features (planned)
- Distributed job queue with Redis backend
- GPU worker management
- Support for multiple LLM backends (vLLM, SGLang, TGI)
- Priority-based job scheduling
- Automatic retries and fault tolerance

## Links
- GitHub: https://github.com/muid-io/qubix
- Documentation: Coming soon
