solstone-journal-host 0.6.11__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.
- solstone_journal_host-0.6.11/PKG-INFO +9 -0
- solstone_journal_host-0.6.11/pyproject.toml +25 -0
- solstone_journal_host-0.6.11/setup.cfg +4 -0
- solstone_journal_host-0.6.11/solstone_journal_host.egg-info/PKG-INFO +9 -0
- solstone_journal_host-0.6.11/solstone_journal_host.egg-info/SOURCES.txt +7 -0
- solstone_journal_host-0.6.11/solstone_journal_host.egg-info/dependency_links.txt +1 -0
- solstone_journal_host-0.6.11/solstone_journal_host.egg-info/entry_points.txt +3 -0
- solstone_journal_host-0.6.11/solstone_journal_host.egg-info/requires.txt +1 -0
- solstone_journal_host-0.6.11/solstone_journal_host.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: solstone-journal-host
|
|
3
|
+
Version: 0.6.11
|
|
4
|
+
Summary: solstone journal-host console scripts (journal, mlx-vlm-server)
|
|
5
|
+
Requires-Python: >=3.12
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: solstone[journal-host]==0.6.11
|
|
8
|
+
|
|
9
|
+
Host-only console scripts (journal, mlx-vlm-server) for a solstone journal host. Installed via solstone[journal]. See https://github.com/solpbc/solstone-journal.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Generated by scripts/render_packaging.py; edit the root pyproject [project] version, then run `make render-packaging`.
|
|
2
|
+
[build-system]
|
|
3
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
4
|
+
build-backend = "setuptools.build_meta"
|
|
5
|
+
|
|
6
|
+
[project]
|
|
7
|
+
name = "solstone-journal-host"
|
|
8
|
+
description = "solstone journal-host console scripts (journal, mlx-vlm-server)"
|
|
9
|
+
readme = {text = "Host-only console scripts (journal, mlx-vlm-server) for a solstone journal host. Installed via solstone[journal]. See https://github.com/solpbc/solstone-journal.", content-type = "text/markdown"}
|
|
10
|
+
version = "0.6.11"
|
|
11
|
+
requires-python = ">=3.12"
|
|
12
|
+
dependencies = [
|
|
13
|
+
"solstone[journal-host]==0.6.11",
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
[project.scripts]
|
|
17
|
+
journal = "solstone.think.sol_cli:journal_main"
|
|
18
|
+
mlx-vlm-server = "solstone.think.providers.mlx_server:main"
|
|
19
|
+
|
|
20
|
+
[tool.setuptools]
|
|
21
|
+
packages = []
|
|
22
|
+
py-modules = []
|
|
23
|
+
|
|
24
|
+
[tool.uv.sources]
|
|
25
|
+
solstone = {workspace = true}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: solstone-journal-host
|
|
3
|
+
Version: 0.6.11
|
|
4
|
+
Summary: solstone journal-host console scripts (journal, mlx-vlm-server)
|
|
5
|
+
Requires-Python: >=3.12
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: solstone[journal-host]==0.6.11
|
|
8
|
+
|
|
9
|
+
Host-only console scripts (journal, mlx-vlm-server) for a solstone journal host. Installed via solstone[journal]. See https://github.com/solpbc/solstone-journal.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pyproject.toml
|
|
2
|
+
solstone_journal_host.egg-info/PKG-INFO
|
|
3
|
+
solstone_journal_host.egg-info/SOURCES.txt
|
|
4
|
+
solstone_journal_host.egg-info/dependency_links.txt
|
|
5
|
+
solstone_journal_host.egg-info/entry_points.txt
|
|
6
|
+
solstone_journal_host.egg-info/requires.txt
|
|
7
|
+
solstone_journal_host.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
solstone[journal-host]==0.6.11
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|