studio-workers 0.0.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.
- studio_workers-0.0.1/PKG-INFO +17 -0
- studio_workers-0.0.1/README.md +8 -0
- studio_workers-0.0.1/pyproject.toml +19 -0
- studio_workers-0.0.1/setup.cfg +4 -0
- studio_workers-0.0.1/studio_workers.egg-info/PKG-INFO +17 -0
- studio_workers-0.0.1/studio_workers.egg-info/SOURCES.txt +6 -0
- studio_workers-0.0.1/studio_workers.egg-info/dependency_links.txt +1 -0
- studio_workers-0.0.1/studio_workers.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: studio-workers
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: SelfHostHub Studio native worker runtime. Name reservation; functional releases are version-pinned to Studio releases (1.x).
|
|
5
|
+
Author: Kawika Ohumukini
|
|
6
|
+
Project-URL: Homepage, https://github.com/selfhosthub/studio
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# studio-workers
|
|
11
|
+
|
|
12
|
+
Native worker runtime for [SelfHostHub Studio](https://github.com/selfhosthub/studio).
|
|
13
|
+
|
|
14
|
+
This 0.0.1 release is a name reservation and is yanked; it contains no code.
|
|
15
|
+
Functional releases are published version-pinned to Studio releases (1.x), with
|
|
16
|
+
engine extras: `studio-workers[audio]`, `studio-workers[comfyui]`,
|
|
17
|
+
`studio-workers[video]`.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# studio-workers
|
|
2
|
+
|
|
3
|
+
Native worker runtime for [SelfHostHub Studio](https://github.com/selfhosthub/studio).
|
|
4
|
+
|
|
5
|
+
This 0.0.1 release is a name reservation and is yanked; it contains no code.
|
|
6
|
+
Functional releases are published version-pinned to Studio releases (1.x), with
|
|
7
|
+
engine extras: `studio-workers[audio]`, `studio-workers[comfyui]`,
|
|
8
|
+
`studio-workers[video]`.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "studio-workers"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "SelfHostHub Studio native worker runtime. Name reservation; functional releases are version-pinned to Studio releases (1.x)."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.12"
|
|
7
|
+
authors = [
|
|
8
|
+
{name = "Kawika Ohumukini"}
|
|
9
|
+
]
|
|
10
|
+
|
|
11
|
+
[project.urls]
|
|
12
|
+
Homepage = "https://github.com/selfhosthub/studio"
|
|
13
|
+
|
|
14
|
+
[tool.setuptools]
|
|
15
|
+
packages = []
|
|
16
|
+
|
|
17
|
+
[build-system]
|
|
18
|
+
requires = ["setuptools>=70"]
|
|
19
|
+
build-backend = "setuptools.build_meta"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: studio-workers
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: SelfHostHub Studio native worker runtime. Name reservation; functional releases are version-pinned to Studio releases (1.x).
|
|
5
|
+
Author: Kawika Ohumukini
|
|
6
|
+
Project-URL: Homepage, https://github.com/selfhosthub/studio
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# studio-workers
|
|
11
|
+
|
|
12
|
+
Native worker runtime for [SelfHostHub Studio](https://github.com/selfhosthub/studio).
|
|
13
|
+
|
|
14
|
+
This 0.0.1 release is a name reservation and is yanked; it contains no code.
|
|
15
|
+
Functional releases are published version-pinned to Studio releases (1.x), with
|
|
16
|
+
engine extras: `studio-workers[audio]`, `studio-workers[comfyui]`,
|
|
17
|
+
`studio-workers[video]`.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|