mstar-project 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mstar_project-0.2.1/PKG-INFO +51 -0
- mstar_project-0.2.1/README.md +13 -0
- mstar_project-0.2.1/mstar_project.egg-info/PKG-INFO +51 -0
- mstar_project-0.2.1/mstar_project.egg-info/SOURCES.txt +7 -0
- mstar_project-0.2.1/mstar_project.egg-info/dependency_links.txt +1 -0
- mstar_project-0.2.1/mstar_project.egg-info/requires.txt +43 -0
- mstar_project-0.2.1/mstar_project.egg-info/top_level.txt +1 -0
- mstar_project-0.2.1/pyproject.toml +38 -0
- mstar_project-0.2.1/setup.cfg +4 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mstar-project
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: Alias for the M* multimodal inference engine (installs mstar-ai).
|
|
5
|
+
Author: mstar-project
|
|
6
|
+
Project-URL: Homepage, https://github.com/mstar-project/mstar
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: mstar-ai
|
|
10
|
+
Provides-Extra: dev
|
|
11
|
+
Requires-Dist: mstar-ai[dev]; extra == "dev"
|
|
12
|
+
Provides-Extra: audio
|
|
13
|
+
Requires-Dist: mstar-ai[audio]; extra == "audio"
|
|
14
|
+
Provides-Extra: dynamo
|
|
15
|
+
Requires-Dist: mstar-ai[dynamo]; extra == "dynamo"
|
|
16
|
+
Provides-Extra: bagel
|
|
17
|
+
Requires-Dist: mstar-ai[bagel]; extra == "bagel"
|
|
18
|
+
Provides-Extra: cosmos3
|
|
19
|
+
Requires-Dist: mstar-ai[cosmos3]; extra == "cosmos3"
|
|
20
|
+
Provides-Extra: qwen3-omni
|
|
21
|
+
Requires-Dist: mstar-ai[qwen3_omni]; extra == "qwen3-omni"
|
|
22
|
+
Provides-Extra: qwen3-tts
|
|
23
|
+
Requires-Dist: mstar-ai[qwen3_tts]; extra == "qwen3-tts"
|
|
24
|
+
Provides-Extra: orpheus
|
|
25
|
+
Requires-Dist: mstar-ai[orpheus]; extra == "orpheus"
|
|
26
|
+
Provides-Extra: pi05
|
|
27
|
+
Requires-Dist: mstar-ai[pi05]; extra == "pi05"
|
|
28
|
+
Provides-Extra: vjepa2
|
|
29
|
+
Requires-Dist: mstar-ai[vjepa2]; extra == "vjepa2"
|
|
30
|
+
Provides-Extra: wan22
|
|
31
|
+
Requires-Dist: mstar-ai[wan22]; extra == "wan22"
|
|
32
|
+
Provides-Extra: vjepa2-ac
|
|
33
|
+
Requires-Dist: mstar-ai[vjepa2_ac]; extra == "vjepa2-ac"
|
|
34
|
+
Provides-Extra: asr
|
|
35
|
+
Requires-Dist: mstar-ai[asr]; extra == "asr"
|
|
36
|
+
Provides-Extra: all
|
|
37
|
+
Requires-Dist: mstar-ai[all]; extra == "all"
|
|
38
|
+
|
|
39
|
+
# mstar-project
|
|
40
|
+
|
|
41
|
+
Alias package for the M* multimodal inference engine. It has no code of its
|
|
42
|
+
own; installing it pulls in the real `mstar-ai` distribution.
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
pip install mstar-project
|
|
46
|
+
pip install "mstar-project[bagel]" # extras forward to mstar-ai
|
|
47
|
+
pip install "mstar-project[all]"
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
is equivalent to installing `mstar-ai` with the same extras. Either way you
|
|
51
|
+
`import mstar`.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# mstar-project
|
|
2
|
+
|
|
3
|
+
Alias package for the M* multimodal inference engine. It has no code of its
|
|
4
|
+
own; installing it pulls in the real `mstar-ai` distribution.
|
|
5
|
+
|
|
6
|
+
```
|
|
7
|
+
pip install mstar-project
|
|
8
|
+
pip install "mstar-project[bagel]" # extras forward to mstar-ai
|
|
9
|
+
pip install "mstar-project[all]"
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
is equivalent to installing `mstar-ai` with the same extras. Either way you
|
|
13
|
+
`import mstar`.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mstar-project
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: Alias for the M* multimodal inference engine (installs mstar-ai).
|
|
5
|
+
Author: mstar-project
|
|
6
|
+
Project-URL: Homepage, https://github.com/mstar-project/mstar
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: mstar-ai
|
|
10
|
+
Provides-Extra: dev
|
|
11
|
+
Requires-Dist: mstar-ai[dev]; extra == "dev"
|
|
12
|
+
Provides-Extra: audio
|
|
13
|
+
Requires-Dist: mstar-ai[audio]; extra == "audio"
|
|
14
|
+
Provides-Extra: dynamo
|
|
15
|
+
Requires-Dist: mstar-ai[dynamo]; extra == "dynamo"
|
|
16
|
+
Provides-Extra: bagel
|
|
17
|
+
Requires-Dist: mstar-ai[bagel]; extra == "bagel"
|
|
18
|
+
Provides-Extra: cosmos3
|
|
19
|
+
Requires-Dist: mstar-ai[cosmos3]; extra == "cosmos3"
|
|
20
|
+
Provides-Extra: qwen3-omni
|
|
21
|
+
Requires-Dist: mstar-ai[qwen3_omni]; extra == "qwen3-omni"
|
|
22
|
+
Provides-Extra: qwen3-tts
|
|
23
|
+
Requires-Dist: mstar-ai[qwen3_tts]; extra == "qwen3-tts"
|
|
24
|
+
Provides-Extra: orpheus
|
|
25
|
+
Requires-Dist: mstar-ai[orpheus]; extra == "orpheus"
|
|
26
|
+
Provides-Extra: pi05
|
|
27
|
+
Requires-Dist: mstar-ai[pi05]; extra == "pi05"
|
|
28
|
+
Provides-Extra: vjepa2
|
|
29
|
+
Requires-Dist: mstar-ai[vjepa2]; extra == "vjepa2"
|
|
30
|
+
Provides-Extra: wan22
|
|
31
|
+
Requires-Dist: mstar-ai[wan22]; extra == "wan22"
|
|
32
|
+
Provides-Extra: vjepa2-ac
|
|
33
|
+
Requires-Dist: mstar-ai[vjepa2_ac]; extra == "vjepa2-ac"
|
|
34
|
+
Provides-Extra: asr
|
|
35
|
+
Requires-Dist: mstar-ai[asr]; extra == "asr"
|
|
36
|
+
Provides-Extra: all
|
|
37
|
+
Requires-Dist: mstar-ai[all]; extra == "all"
|
|
38
|
+
|
|
39
|
+
# mstar-project
|
|
40
|
+
|
|
41
|
+
Alias package for the M* multimodal inference engine. It has no code of its
|
|
42
|
+
own; installing it pulls in the real `mstar-ai` distribution.
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
pip install mstar-project
|
|
46
|
+
pip install "mstar-project[bagel]" # extras forward to mstar-ai
|
|
47
|
+
pip install "mstar-project[all]"
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
is equivalent to installing `mstar-ai` with the same extras. Either way you
|
|
51
|
+
`import mstar`.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
mstar-ai
|
|
2
|
+
|
|
3
|
+
[all]
|
|
4
|
+
mstar-ai[all]
|
|
5
|
+
|
|
6
|
+
[asr]
|
|
7
|
+
mstar-ai[asr]
|
|
8
|
+
|
|
9
|
+
[audio]
|
|
10
|
+
mstar-ai[audio]
|
|
11
|
+
|
|
12
|
+
[bagel]
|
|
13
|
+
mstar-ai[bagel]
|
|
14
|
+
|
|
15
|
+
[cosmos3]
|
|
16
|
+
mstar-ai[cosmos3]
|
|
17
|
+
|
|
18
|
+
[dev]
|
|
19
|
+
mstar-ai[dev]
|
|
20
|
+
|
|
21
|
+
[dynamo]
|
|
22
|
+
mstar-ai[dynamo]
|
|
23
|
+
|
|
24
|
+
[orpheus]
|
|
25
|
+
mstar-ai[orpheus]
|
|
26
|
+
|
|
27
|
+
[pi05]
|
|
28
|
+
mstar-ai[pi05]
|
|
29
|
+
|
|
30
|
+
[qwen3_omni]
|
|
31
|
+
mstar-ai[qwen3_omni]
|
|
32
|
+
|
|
33
|
+
[qwen3_tts]
|
|
34
|
+
mstar-ai[qwen3_tts]
|
|
35
|
+
|
|
36
|
+
[vjepa2]
|
|
37
|
+
mstar-ai[vjepa2]
|
|
38
|
+
|
|
39
|
+
[vjepa2_ac]
|
|
40
|
+
mstar-ai[vjepa2_ac]
|
|
41
|
+
|
|
42
|
+
[wan22]
|
|
43
|
+
mstar-ai[wan22]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
# Alias for the M* engine. Installs the real `mstar-ai` distribution.
|
|
7
|
+
name = "mstar-project"
|
|
8
|
+
version = "0.2.1"
|
|
9
|
+
description = "Alias for the M* multimodal inference engine (installs mstar-ai)."
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
requires-python = ">=3.12"
|
|
12
|
+
authors = [{name = "mstar-project"}]
|
|
13
|
+
dependencies = ["mstar-ai"]
|
|
14
|
+
|
|
15
|
+
# Mirror mstar-ai's extras so `mstar-project[bagel]`, `mstar-project[all]`, etc.
|
|
16
|
+
# forward to the real package instead of silently installing the bare engine.
|
|
17
|
+
# Keep in sync with mstar-ai's [project.optional-dependencies].
|
|
18
|
+
[project.optional-dependencies]
|
|
19
|
+
dev = ["mstar-ai[dev]"]
|
|
20
|
+
audio = ["mstar-ai[audio]"]
|
|
21
|
+
dynamo = ["mstar-ai[dynamo]"]
|
|
22
|
+
bagel = ["mstar-ai[bagel]"]
|
|
23
|
+
cosmos3 = ["mstar-ai[cosmos3]"]
|
|
24
|
+
qwen3_omni = ["mstar-ai[qwen3_omni]"]
|
|
25
|
+
qwen3_tts = ["mstar-ai[qwen3_tts]"]
|
|
26
|
+
orpheus = ["mstar-ai[orpheus]"]
|
|
27
|
+
pi05 = ["mstar-ai[pi05]"]
|
|
28
|
+
vjepa2 = ["mstar-ai[vjepa2]"]
|
|
29
|
+
wan22 = ["mstar-ai[wan22]"]
|
|
30
|
+
vjepa2_ac = ["mstar-ai[vjepa2_ac]"]
|
|
31
|
+
asr = ["mstar-ai[asr]"]
|
|
32
|
+
all = ["mstar-ai[all]"]
|
|
33
|
+
|
|
34
|
+
[project.urls]
|
|
35
|
+
Homepage = "https://github.com/mstar-project/mstar"
|
|
36
|
+
|
|
37
|
+
[tool.setuptools]
|
|
38
|
+
packages = []
|