ssot-registry 0.2.15.dev2__tar.gz → 0.2.16.dev1__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.
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/PKG-INFO +4 -4
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/pyproject.toml +4 -4
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/PKG-INFO +4 -4
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/requires.txt +3 -3
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/README.md +0 -0
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/setup.cfg +0 -0
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/SOURCES.txt +0 -0
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/dependency_links.txt +0 -0
- {ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-registry
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.16.dev1
|
|
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
|
|
@@ -36,9 +36,9 @@ Classifier: Topic :: System :: Archiving :: Packaging
|
|
|
36
36
|
Classifier: Topic :: Utilities
|
|
37
37
|
Requires-Python: <3.14,>=3.10
|
|
38
38
|
Description-Content-Type: text/markdown
|
|
39
|
-
Requires-Dist: ssot-core==0.2.
|
|
40
|
-
Requires-Dist: ssot-cli<0.2.0,>=0.1.
|
|
41
|
-
Requires-Dist: ssot-contracts==0.2.
|
|
39
|
+
Requires-Dist: ssot-core==0.2.16.dev1
|
|
40
|
+
Requires-Dist: ssot-cli<0.2.0,>=0.1.10.dev1
|
|
41
|
+
Requires-Dist: ssot-contracts==0.2.16.dev1
|
|
42
42
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
43
43
|
Provides-Extra: tui
|
|
44
44
|
Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "tui"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ssot-registry"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.16.dev1"
|
|
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.14"
|
|
@@ -13,9 +13,9 @@ authors = [
|
|
|
13
13
|
{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }
|
|
14
14
|
]
|
|
15
15
|
dependencies = [
|
|
16
|
-
"ssot-core==0.2.
|
|
17
|
-
"ssot-cli>=0.1.
|
|
18
|
-
"ssot-contracts==0.2.
|
|
16
|
+
"ssot-core==0.2.16.dev1",
|
|
17
|
+
"ssot-cli>=0.1.10.dev1,<0.2.0",
|
|
18
|
+
"ssot-contracts==0.2.16.dev1",
|
|
19
19
|
"tomli>=2.0.1; python_version < '3.11'",
|
|
20
20
|
]
|
|
21
21
|
keywords = ["ssot", "bundle", "registry", "cli", "governance", "release-management", "developer-tools"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-registry
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.16.dev1
|
|
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
|
|
@@ -36,9 +36,9 @@ Classifier: Topic :: System :: Archiving :: Packaging
|
|
|
36
36
|
Classifier: Topic :: Utilities
|
|
37
37
|
Requires-Python: <3.14,>=3.10
|
|
38
38
|
Description-Content-Type: text/markdown
|
|
39
|
-
Requires-Dist: ssot-core==0.2.
|
|
40
|
-
Requires-Dist: ssot-cli<0.2.0,>=0.1.
|
|
41
|
-
Requires-Dist: ssot-contracts==0.2.
|
|
39
|
+
Requires-Dist: ssot-core==0.2.16.dev1
|
|
40
|
+
Requires-Dist: ssot-cli<0.2.0,>=0.1.10.dev1
|
|
41
|
+
Requires-Dist: ssot-contracts==0.2.16.dev1
|
|
42
42
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
43
43
|
Provides-Extra: tui
|
|
44
44
|
Requires-Dist: ssot-tui<0.2.0,>=0.1.2; extra == "tui"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ssot_registry-0.2.15.dev2 → ssot_registry-0.2.16.dev1}/ssot_registry.egg-info/top_level.txt
RENAMED
|
File without changes
|