Metadata-Version: 2.4
Name: mstar-serve
Version: 0.2.1
Summary: Alias for the M* multimodal inference engine (installs mstar-ai).
Author: mstar-serve
Project-URL: Homepage, https://github.com/mstar-serve/mstar
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: mstar-ai
Provides-Extra: dev
Requires-Dist: mstar-ai[dev]; extra == "dev"
Provides-Extra: audio
Requires-Dist: mstar-ai[audio]; extra == "audio"
Provides-Extra: dynamo
Requires-Dist: mstar-ai[dynamo]; extra == "dynamo"
Provides-Extra: bagel
Requires-Dist: mstar-ai[bagel]; extra == "bagel"
Provides-Extra: cosmos3
Requires-Dist: mstar-ai[cosmos3]; extra == "cosmos3"
Provides-Extra: qwen3-omni
Requires-Dist: mstar-ai[qwen3_omni]; extra == "qwen3-omni"
Provides-Extra: qwen3-tts
Requires-Dist: mstar-ai[qwen3_tts]; extra == "qwen3-tts"
Provides-Extra: orpheus
Requires-Dist: mstar-ai[orpheus]; extra == "orpheus"
Provides-Extra: pi05
Requires-Dist: mstar-ai[pi05]; extra == "pi05"
Provides-Extra: vjepa2
Requires-Dist: mstar-ai[vjepa2]; extra == "vjepa2"
Provides-Extra: wan22
Requires-Dist: mstar-ai[wan22]; extra == "wan22"
Provides-Extra: vjepa2-ac
Requires-Dist: mstar-ai[vjepa2_ac]; extra == "vjepa2-ac"
Provides-Extra: asr
Requires-Dist: mstar-ai[asr]; extra == "asr"
Provides-Extra: all
Requires-Dist: mstar-ai[all]; extra == "all"

# mstar-serve

Alias package for the M* multimodal inference engine. It has no code of its
own; installing it pulls in the real `mstar-ai` distribution.

```
pip install mstar-serve
pip install "mstar-serve[bagel]"   # extras forward to mstar-ai
pip install "mstar-serve[all]"
```

is equivalent to installing `mstar-ai` with the same extras. Either way you
`import mstar`.
