ssot-registry 0.2.17.dev2__tar.gz → 0.2.18.dev9__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.17.dev2
3
+ Version: 0.2.18.dev9
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
@@ -21,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
24
25
  Classifier: Topic :: Database
25
26
  Classifier: Topic :: File Formats :: JSON
26
27
  Classifier: Topic :: File Formats :: JSON :: JSON Schema
@@ -34,11 +35,12 @@ Classifier: Topic :: Software Development :: Testing :: Unit
34
35
  Classifier: Topic :: System :: Archiving
35
36
  Classifier: Topic :: System :: Archiving :: Packaging
36
37
  Classifier: Topic :: Utilities
37
- Requires-Python: <3.14,>=3.10
38
+ Requires-Python: <3.15,>=3.10
38
39
  Description-Content-Type: text/markdown
39
- Requires-Dist: ssot-core==0.2.17.dev2
40
- Requires-Dist: ssot-cli<0.2.0,>=0.1.11.dev2
41
- Requires-Dist: ssot-contracts==0.2.17.dev2
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
42
44
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
43
45
  Provides-Extra: tui
44
46
  Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "tui"
@@ -55,8 +57,14 @@ Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "all"
55
57
  <a href="https://pypi.org/project/ssot-registry/"><img src="https://img.shields.io/pypi/pyversions/ssot-registry?label=Python" alt="Supported Python versions" /></a>
56
58
  <a href="https://pepy.tech/project/ssot-registry"><img src="https://static.pepy.tech/badge/ssot-registry" alt="Downloads" /></a>
57
59
  <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
+ <!-- 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" />
63
+ <!-- ssot-schema-badges:end -->
58
64
  </div>
59
65
 
66
+ ![ssot-registry technical marketing graphic](https://raw.githubusercontent.com/groupsum/ssot-registry/master/assets/ssot-registry-technical-marketing.png)
67
+
60
68
  `ssot-registry` is the umbrella distribution for SSOT.
61
69
 
62
70
  It installs [ssot-core](https://pypi.org/project/ssot-core/) and [ssot-cli](https://pypi.org/project/ssot-cli/) together so users get the canonical `ssot_registry` Python package, reusable [ssot-conformance](https://pypi.org/project/ssot-conformance/) checks through the CLI, and the primary command surface in one install. The optional `tui` extra adds [ssot-tui](https://pypi.org/project/ssot-tui/).
@@ -8,8 +8,14 @@
8
8
  <a href="https://pypi.org/project/ssot-registry/"><img src="https://img.shields.io/pypi/pyversions/ssot-registry?label=Python" alt="Supported Python versions" /></a>
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
+ <!-- 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" />
14
+ <!-- ssot-schema-badges:end -->
11
15
  </div>
12
16
 
17
+ ![ssot-registry technical marketing graphic](https://raw.githubusercontent.com/groupsum/ssot-registry/master/assets/ssot-registry-technical-marketing.png)
18
+
13
19
  `ssot-registry` is the umbrella distribution for SSOT.
14
20
 
15
21
  It installs [ssot-core](https://pypi.org/project/ssot-core/) and [ssot-cli](https://pypi.org/project/ssot-cli/) together so users get the canonical `ssot_registry` Python package, reusable [ssot-conformance](https://pypi.org/project/ssot-conformance/) checks through the CLI, and the primary command surface in one install. The optional `tui` extra adds [ssot-tui](https://pypi.org/project/ssot-tui/).
@@ -4,18 +4,19 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ssot-registry"
7
- version = "0.2.17.dev2"
7
+ version = "0.2.18.dev9"
8
8
  description = "Umbrella distribution for SSOT that installs the core runtime and primary CLI together."
9
9
  readme = "README.md"
10
- requires-python = ">=3.10,<3.14"
10
+ requires-python = ">=3.10,<3.15"
11
11
  license = "Apache-2.0"
12
12
  authors = [
13
13
  { name = "Jacob Stewart", email = "jacob@swarmauri.com" }
14
14
  ]
15
15
  dependencies = [
16
- "ssot-core==0.2.17.dev2",
17
- "ssot-cli>=0.1.11.dev2,<0.2.0",
18
- "ssot-contracts==0.2.17.dev2",
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",
19
20
  "tomli>=2.0.1; python_version < '3.11'",
20
21
  ]
21
22
  keywords = ["ssot", "bundle", "registry", "cli", "governance", "release-management", "developer-tools"]
@@ -33,6 +34,7 @@ classifiers = [
33
34
  "Programming Language :: Python :: 3.11",
34
35
  "Programming Language :: Python :: 3.12",
35
36
  "Programming Language :: Python :: 3.13",
37
+ "Programming Language :: Python :: 3.14",
36
38
  "Topic :: Database",
37
39
  "Topic :: File Formats :: JSON",
38
40
  "Topic :: File Formats :: JSON :: JSON Schema",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-registry
3
- Version: 0.2.17.dev2
3
+ Version: 0.2.18.dev9
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
@@ -21,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
24
25
  Classifier: Topic :: Database
25
26
  Classifier: Topic :: File Formats :: JSON
26
27
  Classifier: Topic :: File Formats :: JSON :: JSON Schema
@@ -34,11 +35,12 @@ Classifier: Topic :: Software Development :: Testing :: Unit
34
35
  Classifier: Topic :: System :: Archiving
35
36
  Classifier: Topic :: System :: Archiving :: Packaging
36
37
  Classifier: Topic :: Utilities
37
- Requires-Python: <3.14,>=3.10
38
+ Requires-Python: <3.15,>=3.10
38
39
  Description-Content-Type: text/markdown
39
- Requires-Dist: ssot-core==0.2.17.dev2
40
- Requires-Dist: ssot-cli<0.2.0,>=0.1.11.dev2
41
- Requires-Dist: ssot-contracts==0.2.17.dev2
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
42
44
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
43
45
  Provides-Extra: tui
44
46
  Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "tui"
@@ -55,8 +57,14 @@ Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "all"
55
57
  <a href="https://pypi.org/project/ssot-registry/"><img src="https://img.shields.io/pypi/pyversions/ssot-registry?label=Python" alt="Supported Python versions" /></a>
56
58
  <a href="https://pepy.tech/project/ssot-registry"><img src="https://static.pepy.tech/badge/ssot-registry" alt="Downloads" /></a>
57
59
  <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
+ <!-- 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" />
63
+ <!-- ssot-schema-badges:end -->
58
64
  </div>
59
65
 
66
+ ![ssot-registry technical marketing graphic](https://raw.githubusercontent.com/groupsum/ssot-registry/master/assets/ssot-registry-technical-marketing.png)
67
+
60
68
  `ssot-registry` is the umbrella distribution for SSOT.
61
69
 
62
70
  It installs [ssot-core](https://pypi.org/project/ssot-core/) and [ssot-cli](https://pypi.org/project/ssot-cli/) together so users get the canonical `ssot_registry` Python package, reusable [ssot-conformance](https://pypi.org/project/ssot-conformance/) checks through the CLI, and the primary command surface in one install. The optional `tui` extra adds [ssot-tui](https://pypi.org/project/ssot-tui/).
@@ -0,0 +1,13 @@
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
@@ -1,12 +0,0 @@
1
- ssot-core==0.2.17.dev2
2
- ssot-cli<0.2.0,>=0.1.11.dev2
3
- ssot-contracts==0.2.17.dev2
4
-
5
- [:python_version < "3.11"]
6
- tomli>=2.0.1
7
-
8
- [all]
9
- ssot-tui<0.2.0,>=0.1.2
10
-
11
- [tui]
12
- ssot-tui<0.2.0,>=0.1.2