holoscript-holorepo 0.3.0__tar.gz → 0.3.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.
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/PKG-INFO +2 -1
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/README.md +1 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo/__init__.py +1 -1
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/PKG-INFO +2 -1
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/pyproject.toml +1 -1
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/LICENSE +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo/cli.py +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/SOURCES.txt +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/dependency_links.txt +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/entry_points.txt +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/top_level.txt +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/setup.cfg +0 -0
- {holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/tests/test_holorepo.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: holoscript-holorepo
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Python companion for HoloRepo: plug-and-play sovereign DB + HoloScript KS for agent frameworks.
|
|
5
5
|
Author: HoloScript ecosystem
|
|
6
6
|
License-Expression: MIT
|
|
@@ -67,6 +67,7 @@ admission proofs live in the npm CLI:
|
|
|
67
67
|
```bash
|
|
68
68
|
holorepo delivery plan --class native-service --rail oci --rail compose
|
|
69
69
|
holorepo delivery manifest --class native-app --rail web-bundle --rail holoqr
|
|
70
|
+
holorepo delivery readback --rail pypi --name holoscript-holorepo --version 0.3.1
|
|
70
71
|
```
|
|
71
72
|
|
|
72
73
|
Python frameworks can consume the emitted manifest JSON while the package keeps
|
|
@@ -47,6 +47,7 @@ admission proofs live in the npm CLI:
|
|
|
47
47
|
```bash
|
|
48
48
|
holorepo delivery plan --class native-service --rail oci --rail compose
|
|
49
49
|
holorepo delivery manifest --class native-app --rail web-bundle --rail holoqr
|
|
50
|
+
holorepo delivery readback --rail pypi --name holoscript-holorepo --version 0.3.1
|
|
50
51
|
```
|
|
51
52
|
|
|
52
53
|
Python frameworks can consume the emitted manifest JSON while the package keeps
|
{holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: holoscript-holorepo
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Python companion for HoloRepo: plug-and-play sovereign DB + HoloScript KS for agent frameworks.
|
|
5
5
|
Author: HoloScript ecosystem
|
|
6
6
|
License-Expression: MIT
|
|
@@ -67,6 +67,7 @@ admission proofs live in the npm CLI:
|
|
|
67
67
|
```bash
|
|
68
68
|
holorepo delivery plan --class native-service --rail oci --rail compose
|
|
69
69
|
holorepo delivery manifest --class native-app --rail web-bundle --rail holoqr
|
|
70
|
+
holorepo delivery readback --rail pypi --name holoscript-holorepo --version 0.3.1
|
|
70
71
|
```
|
|
71
72
|
|
|
72
73
|
Python frameworks can consume the emitted manifest JSON while the package keeps
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "holoscript-holorepo"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.1"
|
|
8
8
|
description = "Python companion for HoloRepo: plug-and-play sovereign DB + HoloScript KS for agent frameworks."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
{holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{holoscript_holorepo-0.3.0 → holoscript_holorepo-0.3.1}/holoscript_holorepo.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|