ssot-registry 0.2.18.dev9__tar.gz → 0.2.19.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-registry
3
- Version: 0.2.18.dev9
3
+ Version: 0.2.19.dev2
4
4
  Summary: Umbrella distribution for SSOT that installs the core runtime and primary CLI together.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
@@ -37,15 +37,18 @@ Classifier: Topic :: System :: Archiving :: Packaging
37
37
  Classifier: Topic :: Utilities
38
38
  Requires-Python: <3.15,>=3.10
39
39
  Description-Content-Type: text/markdown
40
- Requires-Dist: ssot-core==0.2.18.dev9
41
- Requires-Dist: ssot-cli<0.2.0,>=0.1.12.dev9
42
- Requires-Dist: ssot-contracts==0.2.18.dev9
43
- Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.17
40
+ Requires-Dist: ssot-core==0.2.19.dev2
41
+ Requires-Dist: ssot-cli<0.2.0,>=0.1.13.dev2
42
+ Requires-Dist: ssot-contracts==0.2.19.dev2
43
+ Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.20.dev2
44
44
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
45
+ Provides-Extra: mcp
46
+ Requires-Dist: ssot-mcp<0.2.0,>=0.1.1.dev2; extra == "mcp"
45
47
  Provides-Extra: tui
46
- Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "tui"
48
+ Requires-Dist: ssot-tui<0.2.0,>=0.1.13.dev2; extra == "tui"
47
49
  Provides-Extra: all
48
- Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "all"
50
+ Requires-Dist: ssot-mcp<0.2.0,>=0.1.1.dev2; extra == "all"
51
+ Requires-Dist: ssot-tui<0.2.0,>=0.1.13.dev2; extra == "all"
49
52
 
50
53
  <div align="center">
51
54
  <h1>🔷 ssot-registry</h1>
@@ -58,8 +61,8 @@ Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "all"
58
61
  <a href="https://pepy.tech/project/ssot-registry"><img src="https://static.pepy.tech/badge/ssot-registry" alt="Downloads" /></a>
59
62
  <a href="https://hits.sh/github.com/groupsum/ssot-registry/"><img src="https://hits.sh/github.com/groupsum/ssot-registry.svg?style=flat-square" alt="Hits" /></a>
60
63
  <!-- ssot-schema-badges:start -->
61
- <img src="https://img.shields.io/badge/schema_version-0.5.0-blue" alt="schema_version 0.5.0" />
62
- <img src="https://img.shields.io/badge/migration%20coverage-12%2F12-brightgreen" alt="Migration coverage 12/12" />
64
+ <img src="https://img.shields.io/badge/schema_version-0.7.0-blue" alt="schema_version 0.7.0" />
65
+ <img src="https://img.shields.io/badge/migration%20coverage-14%2F14-brightgreen" alt="Migration coverage 14/14" />
63
66
  <!-- ssot-schema-badges:end -->
64
67
  </div>
65
68
 
@@ -9,8 +9,8 @@
9
9
  <a href="https://pepy.tech/project/ssot-registry"><img src="https://static.pepy.tech/badge/ssot-registry" alt="Downloads" /></a>
10
10
  <a href="https://hits.sh/github.com/groupsum/ssot-registry/"><img src="https://hits.sh/github.com/groupsum/ssot-registry.svg?style=flat-square" alt="Hits" /></a>
11
11
  <!-- ssot-schema-badges:start -->
12
- <img src="https://img.shields.io/badge/schema_version-0.5.0-blue" alt="schema_version 0.5.0" />
13
- <img src="https://img.shields.io/badge/migration%20coverage-12%2F12-brightgreen" alt="Migration coverage 12/12" />
12
+ <img src="https://img.shields.io/badge/schema_version-0.7.0-blue" alt="schema_version 0.7.0" />
13
+ <img src="https://img.shields.io/badge/migration%20coverage-14%2F14-brightgreen" alt="Migration coverage 14/14" />
14
14
  <!-- ssot-schema-badges:end -->
15
15
  </div>
16
16
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ssot-registry"
7
- version = "0.2.18.dev9"
7
+ version = "0.2.19.dev2"
8
8
  description = "Umbrella distribution for SSOT that installs the core runtime and primary CLI together."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10,<3.15"
@@ -13,10 +13,10 @@ authors = [
13
13
  { name = "Jacob Stewart", email = "jacob@swarmauri.com" }
14
14
  ]
15
15
  dependencies = [
16
- "ssot-core==0.2.18.dev9",
17
- "ssot-cli>=0.1.12.dev9,<0.2.0",
18
- "ssot-contracts==0.2.18.dev9",
19
- "ssot-pack-contracts>=0.2.17,<0.3.0",
16
+ "ssot-core==0.2.19.dev2",
17
+ "ssot-cli>=0.1.13.dev2,<0.2.0",
18
+ "ssot-contracts==0.2.19.dev2",
19
+ "ssot-pack-contracts>=0.2.20.dev2,<0.3.0",
20
20
  "tomli>=2.0.1; python_version < '3.11'",
21
21
  ]
22
22
  keywords = ["ssot", "bundle", "registry", "cli", "governance", "release-management", "developer-tools"]
@@ -50,8 +50,9 @@ classifiers = [
50
50
  "Topic :: Utilities",
51
51
  ]
52
52
  [project.optional-dependencies]
53
- tui = ["ssot-tui>=0.1.2,<0.2.0"]
54
- all = ["ssot-tui>=0.1.2,<0.2.0"]
53
+ mcp = ["ssot-mcp>=0.1.1.dev2,<0.2.0"]
54
+ tui = ["ssot-tui>=0.1.13.dev2,<0.2.0"]
55
+ all = ["ssot-mcp>=0.1.1.dev2,<0.2.0", "ssot-tui>=0.1.13.dev2,<0.2.0"]
55
56
 
56
57
  [project.urls]
57
58
  Homepage = "https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-registry"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-registry
3
- Version: 0.2.18.dev9
3
+ Version: 0.2.19.dev2
4
4
  Summary: Umbrella distribution for SSOT that installs the core runtime and primary CLI together.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
@@ -37,15 +37,18 @@ Classifier: Topic :: System :: Archiving :: Packaging
37
37
  Classifier: Topic :: Utilities
38
38
  Requires-Python: <3.15,>=3.10
39
39
  Description-Content-Type: text/markdown
40
- Requires-Dist: ssot-core==0.2.18.dev9
41
- Requires-Dist: ssot-cli<0.2.0,>=0.1.12.dev9
42
- Requires-Dist: ssot-contracts==0.2.18.dev9
43
- Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.17
40
+ Requires-Dist: ssot-core==0.2.19.dev2
41
+ Requires-Dist: ssot-cli<0.2.0,>=0.1.13.dev2
42
+ Requires-Dist: ssot-contracts==0.2.19.dev2
43
+ Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.20.dev2
44
44
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
45
+ Provides-Extra: mcp
46
+ Requires-Dist: ssot-mcp<0.2.0,>=0.1.1.dev2; extra == "mcp"
45
47
  Provides-Extra: tui
46
- Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "tui"
48
+ Requires-Dist: ssot-tui<0.2.0,>=0.1.13.dev2; extra == "tui"
47
49
  Provides-Extra: all
48
- Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "all"
50
+ Requires-Dist: ssot-mcp<0.2.0,>=0.1.1.dev2; extra == "all"
51
+ Requires-Dist: ssot-tui<0.2.0,>=0.1.13.dev2; extra == "all"
49
52
 
50
53
  <div align="center">
51
54
  <h1>🔷 ssot-registry</h1>
@@ -58,8 +61,8 @@ Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "all"
58
61
  <a href="https://pepy.tech/project/ssot-registry"><img src="https://static.pepy.tech/badge/ssot-registry" alt="Downloads" /></a>
59
62
  <a href="https://hits.sh/github.com/groupsum/ssot-registry/"><img src="https://hits.sh/github.com/groupsum/ssot-registry.svg?style=flat-square" alt="Hits" /></a>
60
63
  <!-- ssot-schema-badges:start -->
61
- <img src="https://img.shields.io/badge/schema_version-0.5.0-blue" alt="schema_version 0.5.0" />
62
- <img src="https://img.shields.io/badge/migration%20coverage-12%2F12-brightgreen" alt="Migration coverage 12/12" />
64
+ <img src="https://img.shields.io/badge/schema_version-0.7.0-blue" alt="schema_version 0.7.0" />
65
+ <img src="https://img.shields.io/badge/migration%20coverage-14%2F14-brightgreen" alt="Migration coverage 14/14" />
63
66
  <!-- ssot-schema-badges:end -->
64
67
  </div>
65
68
 
@@ -0,0 +1,17 @@
1
+ ssot-core==0.2.19.dev2
2
+ ssot-cli<0.2.0,>=0.1.13.dev2
3
+ ssot-contracts==0.2.19.dev2
4
+ ssot-pack-contracts<0.3.0,>=0.2.20.dev2
5
+
6
+ [:python_version < "3.11"]
7
+ tomli>=2.0.1
8
+
9
+ [all]
10
+ ssot-mcp<0.2.0,>=0.1.1.dev2
11
+ ssot-tui<0.2.0,>=0.1.13.dev2
12
+
13
+ [mcp]
14
+ ssot-mcp<0.2.0,>=0.1.1.dev2
15
+
16
+ [tui]
17
+ ssot-tui<0.2.0,>=0.1.13.dev2
@@ -1,13 +0,0 @@
1
- ssot-core==0.2.18.dev9
2
- ssot-cli<0.2.0,>=0.1.12.dev9
3
- ssot-contracts==0.2.18.dev9
4
- ssot-pack-contracts<0.3.0,>=0.2.17
5
-
6
- [:python_version < "3.11"]
7
- tomli>=2.0.1
8
-
9
- [all]
10
- ssot-tui<0.2.0,>=0.1.2
11
-
12
- [tui]
13
- ssot-tui<0.2.0,>=0.1.2