solstone-journal 0.0.0.dev0__tar.gz → 0.7.0__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-0.7.0/PKG-INFO +15 -0
- solstone_journal-0.7.0/pyproject.toml +33 -0
- solstone_journal-0.7.0/solstone_journal.egg-info/PKG-INFO +15 -0
- {solstone_journal-0.0.0.dev0 → solstone_journal-0.7.0}/solstone_journal.egg-info/SOURCES.txt +2 -0
- solstone_journal-0.7.0/solstone_journal.egg-info/entry_points.txt +3 -0
- solstone_journal-0.7.0/solstone_journal.egg-info/requires.txt +5 -0
- solstone_journal-0.0.0.dev0/PKG-INFO +0 -8
- solstone_journal-0.0.0.dev0/pyproject.toml +0 -18
- solstone_journal-0.0.0.dev0/solstone_journal.egg-info/PKG-INFO +0 -8
- {solstone_journal-0.0.0.dev0 → solstone_journal-0.7.0}/setup.cfg +0 -0
- {solstone_journal-0.0.0.dev0 → solstone_journal-0.7.0}/solstone_journal.egg-info/dependency_links.txt +0 -0
- {solstone_journal-0.0.0.dev0 → solstone_journal-0.7.0}/solstone_journal.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: solstone-journal
|
|
3
|
+
Version: 0.7.0
|
|
4
|
+
Summary: the journal — the memory sol keeps for you, on a computer you choose. Installs the journal service and includes sol.
|
|
5
|
+
Requires-Python: >=3.12
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: solstone[journal-host]==0.7.0
|
|
8
|
+
Requires-Dist: onnxruntime!=1.24.1,>=1.20.0
|
|
9
|
+
Requires-Dist: onnxruntime!=1.24.1,>=1.25.0; sys_platform == "linux" and platform_machine == "x86_64"
|
|
10
|
+
|
|
11
|
+
the journal — the memory sol keeps for you, on a computer you choose. Installs the journal service and includes sol.
|
|
12
|
+
|
|
13
|
+
pip install solstone-journal
|
|
14
|
+
|
|
15
|
+
See https://github.com/solpbc/solstone-journal.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Hand-maintained leaf package. Only `version` and the `solstone[journal-host]==`
|
|
2
|
+
# pin are rewritten by scripts/render_packaging.py (`make render-packaging`);
|
|
3
|
+
# everything else is edited here directly.
|
|
4
|
+
[build-system]
|
|
5
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
6
|
+
build-backend = "setuptools.build_meta"
|
|
7
|
+
|
|
8
|
+
[project]
|
|
9
|
+
name = "solstone-journal"
|
|
10
|
+
description = "the journal — the memory sol keeps for you, on a computer you choose. Installs the journal service and includes sol."
|
|
11
|
+
readme = {text = "the journal — the memory sol keeps for you, on a computer you choose. Installs the journal service and includes sol.\n\n pip install solstone-journal\n\nSee https://github.com/solpbc/solstone-journal.", content-type = "text/markdown"}
|
|
12
|
+
version = "0.7.0"
|
|
13
|
+
requires-python = ">=3.12"
|
|
14
|
+
dependencies = [
|
|
15
|
+
"solstone[journal-host]==0.7.0",
|
|
16
|
+
# CPU ONNX runtime: covers VAD, diarization, and the WeSpeaker embedder;
|
|
17
|
+
# !=1.24.1 across the board (known-bad wheel).
|
|
18
|
+
"onnxruntime>=1.20.0,!=1.24.1",
|
|
19
|
+
# Linux/x86_64 keeps the higher floor for current VAD/diarization/WeSpeaker
|
|
20
|
+
# wheel behavior; scripts/check_extras_consistency.py pins this floor.
|
|
21
|
+
"onnxruntime>=1.25.0,!=1.24.1; sys_platform == 'linux' and platform_machine == 'x86_64'",
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
[project.scripts]
|
|
25
|
+
journal = "solstone.think.sol_cli:journal_main"
|
|
26
|
+
mlx-vlm-server = "solstone.think.providers.mlx_server:main"
|
|
27
|
+
|
|
28
|
+
[tool.setuptools]
|
|
29
|
+
packages = []
|
|
30
|
+
py-modules = []
|
|
31
|
+
|
|
32
|
+
[tool.uv.sources]
|
|
33
|
+
solstone = {workspace = true}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: solstone-journal
|
|
3
|
+
Version: 0.7.0
|
|
4
|
+
Summary: the journal — the memory sol keeps for you, on a computer you choose. Installs the journal service and includes sol.
|
|
5
|
+
Requires-Python: >=3.12
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: solstone[journal-host]==0.7.0
|
|
8
|
+
Requires-Dist: onnxruntime!=1.24.1,>=1.20.0
|
|
9
|
+
Requires-Dist: onnxruntime!=1.24.1,>=1.25.0; sys_platform == "linux" and platform_machine == "x86_64"
|
|
10
|
+
|
|
11
|
+
the journal — the memory sol keeps for you, on a computer you choose. Installs the journal service and includes sol.
|
|
12
|
+
|
|
13
|
+
pip install solstone-journal
|
|
14
|
+
|
|
15
|
+
See https://github.com/solpbc/solstone-journal.
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: solstone-journal
|
|
3
|
-
Version: 0.0.0.dev0
|
|
4
|
-
Summary: Reserved by sol pbc — part of the solstone platform. See https://solstone.app
|
|
5
|
-
Author-email: Jer Miller <jer@solpbc.org>
|
|
6
|
-
License: AGPL-3.0-only
|
|
7
|
-
Project-URL: Homepage, https://solstone.app
|
|
8
|
-
Requires-Python: >=3.12
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=61.0"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "solstone-journal"
|
|
7
|
-
version = "0.0.0.dev0"
|
|
8
|
-
description = "Reserved by sol pbc — part of the solstone platform. See https://solstone.app"
|
|
9
|
-
requires-python = ">=3.12"
|
|
10
|
-
license = {text = "AGPL-3.0-only"}
|
|
11
|
-
authors = [{name = "Jer Miller", email = "jer@solpbc.org"}]
|
|
12
|
-
|
|
13
|
-
[project.urls]
|
|
14
|
-
Homepage = "https://solstone.app"
|
|
15
|
-
|
|
16
|
-
[tool.setuptools]
|
|
17
|
-
packages = []
|
|
18
|
-
py-modules = []
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: solstone-journal
|
|
3
|
-
Version: 0.0.0.dev0
|
|
4
|
-
Summary: Reserved by sol pbc — part of the solstone platform. See https://solstone.app
|
|
5
|
-
Author-email: Jer Miller <jer@solpbc.org>
|
|
6
|
-
License: AGPL-3.0-only
|
|
7
|
-
Project-URL: Homepage, https://solstone.app
|
|
8
|
-
Requires-Python: >=3.12
|
|
File without changes
|
|
File without changes
|
{solstone_journal-0.0.0.dev0 → solstone_journal-0.7.0}/solstone_journal.egg-info/top_level.txt
RENAMED
|
File without changes
|