ssot-cli 0.1.15.dev1__tar.gz → 0.1.16__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_cli-0.1.15.dev1 → ssot_cli-0.1.16}/PKG-INFO +5 -5
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/pyproject.toml +5 -5
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli.egg-info/PKG-INFO +5 -5
- ssot_cli-0.1.16/src/ssot_cli.egg-info/requires.txt +7 -0
- ssot_cli-0.1.15.dev1/src/ssot_cli.egg-info/requires.txt +0 -7
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/README.md +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/setup.cfg +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/__init__.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/adr_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/boundary_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/campaign_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/claim_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/common.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/config_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/conformance_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/evidence_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/feature_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/graph_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/init_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/issue_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/leases_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/main.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/maturity_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/pack_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/profile_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/registry_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/release_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/repo_watch_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/risk_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/spec_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/test_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/upgrade_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/validate_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli/worker_cmd.py +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli.egg-info/SOURCES.txt +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli.egg-info/dependency_links.txt +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli.egg-info/entry_points.txt +0 -0
- {ssot_cli-0.1.15.dev1 → ssot_cli-0.1.16}/src/ssot_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.16
|
|
4
4
|
Summary: Primary CLI distribution for ssot-registry.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -25,10 +25,10 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
|
25
25
|
Classifier: Topic :: Utilities
|
|
26
26
|
Requires-Python: <3.15,>=3.10
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
|
-
Requires-Dist: ssot-contracts<0.3.0,>=0.2.
|
|
29
|
-
Requires-Dist: ssot-core<0.3.0,>=0.2.
|
|
30
|
-
Requires-Dist: ssot-conformance<0.3.0,>=0.2.
|
|
31
|
-
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.22
|
|
28
|
+
Requires-Dist: ssot-contracts<0.3.0,>=0.2.22
|
|
29
|
+
Requires-Dist: ssot-core<0.3.0,>=0.2.22
|
|
30
|
+
Requires-Dist: ssot-conformance<0.3.0,>=0.2.22
|
|
31
|
+
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.22
|
|
32
32
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
33
33
|
|
|
34
34
|
<div align="center">
|
|
@@ -4,17 +4,17 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ssot-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.16"
|
|
8
8
|
description = "Primary CLI distribution for ssot-registry."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10,<3.15"
|
|
11
11
|
license = "Apache-2.0"
|
|
12
12
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
13
13
|
dependencies = [
|
|
14
|
-
"ssot-contracts>=0.2.
|
|
15
|
-
"ssot-core>=0.2.
|
|
16
|
-
"ssot-conformance>=0.2.
|
|
17
|
-
"ssot-pack-contracts>=0.2.22
|
|
14
|
+
"ssot-contracts>=0.2.22,<0.3.0",
|
|
15
|
+
"ssot-core>=0.2.22,<0.3.0",
|
|
16
|
+
"ssot-conformance>=0.2.22,<0.3.0",
|
|
17
|
+
"ssot-pack-contracts>=0.2.22,<0.3.0",
|
|
18
18
|
"tomli>=2.0.1; python_version < '3.11'",
|
|
19
19
|
]
|
|
20
20
|
keywords = ["ssot", "cli", "registry", "governance", "release-management", "validation", "developer-tools"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.16
|
|
4
4
|
Summary: Primary CLI distribution for ssot-registry.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -25,10 +25,10 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
|
25
25
|
Classifier: Topic :: Utilities
|
|
26
26
|
Requires-Python: <3.15,>=3.10
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
|
-
Requires-Dist: ssot-contracts<0.3.0,>=0.2.
|
|
29
|
-
Requires-Dist: ssot-core<0.3.0,>=0.2.
|
|
30
|
-
Requires-Dist: ssot-conformance<0.3.0,>=0.2.
|
|
31
|
-
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.22
|
|
28
|
+
Requires-Dist: ssot-contracts<0.3.0,>=0.2.22
|
|
29
|
+
Requires-Dist: ssot-core<0.3.0,>=0.2.22
|
|
30
|
+
Requires-Dist: ssot-conformance<0.3.0,>=0.2.22
|
|
31
|
+
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.22
|
|
32
32
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
33
33
|
|
|
34
34
|
<div align="center">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|