ssot-cli 0.1.2__tar.gz → 0.1.3__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.2 → ssot_cli-0.1.3}/PKG-INFO +10 -9
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/README.md +3 -5
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/pyproject.toml +7 -4
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli.egg-info/PKG-INFO +10 -9
- ssot_cli-0.1.3/src/ssot_cli.egg-info/requires.txt +5 -0
- ssot_cli-0.1.2/src/ssot_cli.egg-info/requires.txt +0 -5
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/setup.cfg +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/__init__.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/adr_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/boundary_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/claim_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/common.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/evidence_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/feature_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/graph_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/init_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/issue_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/main.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/profile_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/registry_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/release_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/risk_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/spec_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/test_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/upgrade_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli/validate_cmd.py +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli.egg-info/SOURCES.txt +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli.egg-info/dependency_links.txt +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli.egg-info/entry_points.txt +0 -0
- {ssot_cli-0.1.2 → ssot_cli-0.1.3}/src/ssot_cli.egg-info/top_level.txt +0 -0
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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
|
|
7
7
|
Project-URL: Homepage, https://github.com/groupsum/ssot-registry
|
|
8
8
|
Project-URL: Repository, https://github.com/groupsum/ssot-registry
|
|
9
9
|
Project-URL: Issues, https://github.com/groupsum/ssot-registry/issues
|
|
10
|
-
Keywords: ssot,cli,registry
|
|
10
|
+
Keywords: ssot,cli,registry,governance,release-management,validation,developer-tools
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Information Technology
|
|
14
15
|
Classifier: Operating System :: OS Independent
|
|
15
16
|
Classifier: Programming Language :: Python :: 3
|
|
16
17
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
@@ -18,11 +19,13 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Topic :: Software Development :: Documentation
|
|
23
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
21
24
|
Classifier: Topic :: Utilities
|
|
22
25
|
Requires-Python: <3.14,>=3.10
|
|
23
26
|
Description-Content-Type: text/markdown
|
|
24
|
-
Requires-Dist: ssot-contracts<0.3.0,>=0.2.
|
|
25
|
-
Requires-Dist: ssot-
|
|
27
|
+
Requires-Dist: ssot-contracts<0.3.0,>=0.2.7
|
|
28
|
+
Requires-Dist: ssot-core<0.3.0,>=0.2.7
|
|
26
29
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
27
30
|
|
|
28
31
|
<div align="center">
|
|
@@ -39,7 +42,7 @@ Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
|
39
42
|
|
|
40
43
|
`ssot-cli` is the primary command-line distribution for SSOT.
|
|
41
44
|
|
|
42
|
-
It installs `ssot`, `ssot-cli`, and `ssot-registry` as equivalent executables over the same parser and runtime. The command surface is implemented here, while domain logic lives in `ssot-
|
|
45
|
+
It installs `ssot`, `ssot-cli`, and `ssot-registry` as equivalent executables over the same parser and runtime. The command surface is implemented here, while domain logic lives in `ssot-core` and shared contract metadata comes from `ssot-contracts`.
|
|
43
46
|
|
|
44
47
|
- GitHub: https://github.com/groupsum/ssot-registry
|
|
45
48
|
|
|
@@ -61,7 +64,7 @@ For local development:
|
|
|
61
64
|
python -m pip install -e pkgs/ssot-cli
|
|
62
65
|
```
|
|
63
66
|
|
|
64
|
-
This package depends on `ssot-
|
|
67
|
+
This package depends on `ssot-core` and `ssot-contracts`, so installing it gives you the full CLI runtime stack.
|
|
65
68
|
|
|
66
69
|
## Executable names
|
|
67
70
|
|
|
@@ -99,13 +102,11 @@ ssot registry --help
|
|
|
99
102
|
|
|
100
103
|
Regenerate these assets with `python scripts/generate_cli_screenshots.py`.
|
|
101
104
|
|
|
102
|
-
Top-level command help:
|
|
103
|
-
|
|
104
105
|

|
|
105
106
|
|
|
106
107
|
Boundary command help:
|
|
107
108
|
|
|
108
|
-

|
|
109
110
|
|
|
110
111
|
## CLI conventions
|
|
111
112
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
`ssot-cli` is the primary command-line distribution for SSOT.
|
|
14
14
|
|
|
15
|
-
It installs `ssot`, `ssot-cli`, and `ssot-registry` as equivalent executables over the same parser and runtime. The command surface is implemented here, while domain logic lives in `ssot-
|
|
15
|
+
It installs `ssot`, `ssot-cli`, and `ssot-registry` as equivalent executables over the same parser and runtime. The command surface is implemented here, while domain logic lives in `ssot-core` and shared contract metadata comes from `ssot-contracts`.
|
|
16
16
|
|
|
17
17
|
- GitHub: https://github.com/groupsum/ssot-registry
|
|
18
18
|
|
|
@@ -34,7 +34,7 @@ For local development:
|
|
|
34
34
|
python -m pip install -e pkgs/ssot-cli
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
This package depends on `ssot-
|
|
37
|
+
This package depends on `ssot-core` and `ssot-contracts`, so installing it gives you the full CLI runtime stack.
|
|
38
38
|
|
|
39
39
|
## Executable names
|
|
40
40
|
|
|
@@ -72,13 +72,11 @@ ssot registry --help
|
|
|
72
72
|
|
|
73
73
|
Regenerate these assets with `python scripts/generate_cli_screenshots.py`.
|
|
74
74
|
|
|
75
|
-
Top-level command help:
|
|
76
|
-
|
|
77
75
|

|
|
78
76
|
|
|
79
77
|
Boundary command help:
|
|
80
78
|
|
|
81
|
-

|
|
82
80
|
|
|
83
81
|
## CLI conventions
|
|
84
82
|
|
|
@@ -4,22 +4,23 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ssot-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "Primary CLI distribution for ssot-registry."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10,<3.14"
|
|
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-
|
|
14
|
+
"ssot-contracts>=0.2.7,<0.3.0",
|
|
15
|
+
"ssot-core>=0.2.7,<0.3.0",
|
|
16
16
|
"tomli>=2.0.1; python_version < '3.11'",
|
|
17
17
|
]
|
|
18
|
-
keywords = ["ssot", "cli", "registry"]
|
|
18
|
+
keywords = ["ssot", "cli", "registry", "governance", "release-management", "validation", "developer-tools"]
|
|
19
19
|
classifiers = [
|
|
20
20
|
"Development Status :: 3 - Alpha",
|
|
21
21
|
"Environment :: Console",
|
|
22
22
|
"Intended Audience :: Developers",
|
|
23
|
+
"Intended Audience :: Information Technology",
|
|
23
24
|
"Operating System :: OS Independent",
|
|
24
25
|
"Programming Language :: Python :: 3",
|
|
25
26
|
"Programming Language :: Python :: 3 :: Only",
|
|
@@ -27,6 +28,8 @@ classifiers = [
|
|
|
27
28
|
"Programming Language :: Python :: 3.11",
|
|
28
29
|
"Programming Language :: Python :: 3.12",
|
|
29
30
|
"Programming Language :: Python :: 3.13",
|
|
31
|
+
"Topic :: Software Development :: Documentation",
|
|
32
|
+
"Topic :: Software Development :: Quality Assurance",
|
|
30
33
|
"Topic :: Utilities",
|
|
31
34
|
]
|
|
32
35
|
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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
|
|
7
7
|
Project-URL: Homepage, https://github.com/groupsum/ssot-registry
|
|
8
8
|
Project-URL: Repository, https://github.com/groupsum/ssot-registry
|
|
9
9
|
Project-URL: Issues, https://github.com/groupsum/ssot-registry/issues
|
|
10
|
-
Keywords: ssot,cli,registry
|
|
10
|
+
Keywords: ssot,cli,registry,governance,release-management,validation,developer-tools
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Information Technology
|
|
14
15
|
Classifier: Operating System :: OS Independent
|
|
15
16
|
Classifier: Programming Language :: Python :: 3
|
|
16
17
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
@@ -18,11 +19,13 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Topic :: Software Development :: Documentation
|
|
23
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
21
24
|
Classifier: Topic :: Utilities
|
|
22
25
|
Requires-Python: <3.14,>=3.10
|
|
23
26
|
Description-Content-Type: text/markdown
|
|
24
|
-
Requires-Dist: ssot-contracts<0.3.0,>=0.2.
|
|
25
|
-
Requires-Dist: ssot-
|
|
27
|
+
Requires-Dist: ssot-contracts<0.3.0,>=0.2.7
|
|
28
|
+
Requires-Dist: ssot-core<0.3.0,>=0.2.7
|
|
26
29
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
27
30
|
|
|
28
31
|
<div align="center">
|
|
@@ -39,7 +42,7 @@ Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
|
39
42
|
|
|
40
43
|
`ssot-cli` is the primary command-line distribution for SSOT.
|
|
41
44
|
|
|
42
|
-
It installs `ssot`, `ssot-cli`, and `ssot-registry` as equivalent executables over the same parser and runtime. The command surface is implemented here, while domain logic lives in `ssot-
|
|
45
|
+
It installs `ssot`, `ssot-cli`, and `ssot-registry` as equivalent executables over the same parser and runtime. The command surface is implemented here, while domain logic lives in `ssot-core` and shared contract metadata comes from `ssot-contracts`.
|
|
43
46
|
|
|
44
47
|
- GitHub: https://github.com/groupsum/ssot-registry
|
|
45
48
|
|
|
@@ -61,7 +64,7 @@ For local development:
|
|
|
61
64
|
python -m pip install -e pkgs/ssot-cli
|
|
62
65
|
```
|
|
63
66
|
|
|
64
|
-
This package depends on `ssot-
|
|
67
|
+
This package depends on `ssot-core` and `ssot-contracts`, so installing it gives you the full CLI runtime stack.
|
|
65
68
|
|
|
66
69
|
## Executable names
|
|
67
70
|
|
|
@@ -99,13 +102,11 @@ ssot registry --help
|
|
|
99
102
|
|
|
100
103
|
Regenerate these assets with `python scripts/generate_cli_screenshots.py`.
|
|
101
104
|
|
|
102
|
-
Top-level command help:
|
|
103
|
-
|
|
104
105
|

|
|
105
106
|
|
|
106
107
|
Boundary command help:
|
|
107
108
|
|
|
108
|
-

|
|
109
110
|
|
|
110
111
|
## CLI conventions
|
|
111
112
|
|
|
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
|