ssot-codegen 0.2.6__tar.gz → 0.2.8__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,16 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-codegen
3
- Version: 0.2.6
3
+ Version: 0.2.8
4
4
  Summary: Generators for SSOT contract, CLI, and TUI artifacts.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/groupsum/ssot-registry
8
- Project-URL: Repository, https://github.com/groupsum/ssot-registry
7
+ Project-URL: Homepage, https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-codegen
8
+ Project-URL: Repository, https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-codegen
9
9
  Project-URL: Issues, https://github.com/groupsum/ssot-registry/issues
10
- Keywords: ssot,codegen,generators,contracts
10
+ Keywords: ssot,codegen,generators,contracts,metadata,automation,registry
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
@@ -19,11 +20,13 @@ Classifier: Programming Language :: Python :: 3.11
19
20
  Classifier: Programming Language :: Python :: 3.12
20
21
  Classifier: Programming Language :: Python :: 3.13
21
22
  Classifier: Topic :: Software Development :: Code Generators
23
+ Classifier: Topic :: Software Development :: Documentation
22
24
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
+ Classifier: Topic :: Utilities
23
26
  Requires-Python: <3.14,>=3.10
24
27
  Description-Content-Type: text/markdown
25
- Requires-Dist: ssot-contracts==0.2.6
26
- Requires-Dist: ssot-views==0.2.6
28
+ Requires-Dist: ssot-contracts==0.2.8
29
+ Requires-Dist: ssot-views==0.2.8
27
30
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
28
31
 
29
32
  <div align="center">
@@ -58,11 +61,11 @@ Use `ssot-codegen` when you want:
58
61
 
59
62
  Use another package when you want:
60
63
 
61
- - `ssot-cli` for the main user-facing CLI
62
- - `ssot-registry` for the core runtime and Python APIs
63
- - `ssot-contracts` for the packaged artifacts themselves
64
- - `ssot-tui` for terminal UI access
65
- - `ssot-views` for report and graph builders
64
+ - [ssot-cli](https://pypi.org/project/ssot-cli/) for the main user-facing CLI
65
+ - [ssot-registry](https://pypi.org/project/ssot-registry/) for the core runtime and Python APIs
66
+ - [ssot-contracts](https://pypi.org/project/ssot-contracts/) for the packaged artifacts themselves
67
+ - [ssot-tui](https://pypi.org/project/ssot-tui/) for terminal UI access
68
+ - [ssot-views](https://pypi.org/project/ssot-views/) for report and graph builders
66
69
 
67
70
  ## Install
68
71
 
@@ -124,7 +127,7 @@ for path in written:
124
127
  ## Package relationships
125
128
 
126
129
  - Package type: development/code-generation package
127
- - Depends on: `ssot-contracts`, `ssot-views`
130
+ - Depends on: [ssot-contracts](https://pypi.org/project/ssot-contracts/), [ssot-views](https://pypi.org/project/ssot-views/)
128
131
  - Consumed by: maintainers and release tooling that regenerate derived metadata artifacts
129
132
 
130
133
  If you are using SSOT as an application or library, you usually do not need this package directly. It is primarily for maintainers working on the SSOT workspace itself.
@@ -30,11 +30,11 @@ Use `ssot-codegen` when you want:
30
30
 
31
31
  Use another package when you want:
32
32
 
33
- - `ssot-cli` for the main user-facing CLI
34
- - `ssot-registry` for the core runtime and Python APIs
35
- - `ssot-contracts` for the packaged artifacts themselves
36
- - `ssot-tui` for terminal UI access
37
- - `ssot-views` for report and graph builders
33
+ - [ssot-cli](https://pypi.org/project/ssot-cli/) for the main user-facing CLI
34
+ - [ssot-registry](https://pypi.org/project/ssot-registry/) for the core runtime and Python APIs
35
+ - [ssot-contracts](https://pypi.org/project/ssot-contracts/) for the packaged artifacts themselves
36
+ - [ssot-tui](https://pypi.org/project/ssot-tui/) for terminal UI access
37
+ - [ssot-views](https://pypi.org/project/ssot-views/) for report and graph builders
38
38
 
39
39
  ## Install
40
40
 
@@ -96,7 +96,7 @@ for path in written:
96
96
  ## Package relationships
97
97
 
98
98
  - Package type: development/code-generation package
99
- - Depends on: `ssot-contracts`, `ssot-views`
99
+ - Depends on: [ssot-contracts](https://pypi.org/project/ssot-contracts/), [ssot-views](https://pypi.org/project/ssot-views/)
100
100
  - Consumed by: maintainers and release tooling that regenerate derived metadata artifacts
101
101
 
102
102
  If you are using SSOT as an application or library, you usually do not need this package directly. It is primarily for maintainers working on the SSOT workspace itself.
@@ -4,22 +4,23 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ssot-codegen"
7
- version = "0.2.6"
7
+ version = "0.2.8"
8
8
  description = "Generators for SSOT contract, CLI, and TUI artifacts."
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.6",
15
- "ssot-views==0.2.6",
14
+ "ssot-contracts==0.2.8",
15
+ "ssot-views==0.2.8",
16
16
  "tomli>=2.0.1; python_version < '3.11'",
17
17
  ]
18
- keywords = ["ssot", "codegen", "generators", "contracts"]
18
+ keywords = ["ssot", "codegen", "generators", "contracts", "metadata", "automation", "registry"]
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",
@@ -28,15 +29,17 @@ classifiers = [
28
29
  "Programming Language :: Python :: 3.12",
29
30
  "Programming Language :: Python :: 3.13",
30
31
  "Topic :: Software Development :: Code Generators",
32
+ "Topic :: Software Development :: Documentation",
31
33
  "Topic :: Software Development :: Libraries :: Python Modules",
34
+ "Topic :: Utilities",
32
35
  ]
33
36
 
34
37
  [project.scripts]
35
38
  ssot-codegen = "ssot_codegen.main:main"
36
39
 
37
40
  [project.urls]
38
- Homepage = "https://github.com/groupsum/ssot-registry"
39
- Repository = "https://github.com/groupsum/ssot-registry"
41
+ Homepage = "https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-codegen"
42
+ Repository = "https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-codegen"
40
43
  Issues = "https://github.com/groupsum/ssot-registry/issues"
41
44
 
42
45
  [tool.setuptools]
@@ -1,16 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-codegen
3
- Version: 0.2.6
3
+ Version: 0.2.8
4
4
  Summary: Generators for SSOT contract, CLI, and TUI artifacts.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/groupsum/ssot-registry
8
- Project-URL: Repository, https://github.com/groupsum/ssot-registry
7
+ Project-URL: Homepage, https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-codegen
8
+ Project-URL: Repository, https://github.com/groupsum/ssot-registry/tree/main/pkgs/ssot-codegen
9
9
  Project-URL: Issues, https://github.com/groupsum/ssot-registry/issues
10
- Keywords: ssot,codegen,generators,contracts
10
+ Keywords: ssot,codegen,generators,contracts,metadata,automation,registry
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
@@ -19,11 +20,13 @@ Classifier: Programming Language :: Python :: 3.11
19
20
  Classifier: Programming Language :: Python :: 3.12
20
21
  Classifier: Programming Language :: Python :: 3.13
21
22
  Classifier: Topic :: Software Development :: Code Generators
23
+ Classifier: Topic :: Software Development :: Documentation
22
24
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
+ Classifier: Topic :: Utilities
23
26
  Requires-Python: <3.14,>=3.10
24
27
  Description-Content-Type: text/markdown
25
- Requires-Dist: ssot-contracts==0.2.6
26
- Requires-Dist: ssot-views==0.2.6
28
+ Requires-Dist: ssot-contracts==0.2.8
29
+ Requires-Dist: ssot-views==0.2.8
27
30
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
28
31
 
29
32
  <div align="center">
@@ -58,11 +61,11 @@ Use `ssot-codegen` when you want:
58
61
 
59
62
  Use another package when you want:
60
63
 
61
- - `ssot-cli` for the main user-facing CLI
62
- - `ssot-registry` for the core runtime and Python APIs
63
- - `ssot-contracts` for the packaged artifacts themselves
64
- - `ssot-tui` for terminal UI access
65
- - `ssot-views` for report and graph builders
64
+ - [ssot-cli](https://pypi.org/project/ssot-cli/) for the main user-facing CLI
65
+ - [ssot-registry](https://pypi.org/project/ssot-registry/) for the core runtime and Python APIs
66
+ - [ssot-contracts](https://pypi.org/project/ssot-contracts/) for the packaged artifacts themselves
67
+ - [ssot-tui](https://pypi.org/project/ssot-tui/) for terminal UI access
68
+ - [ssot-views](https://pypi.org/project/ssot-views/) for report and graph builders
66
69
 
67
70
  ## Install
68
71
 
@@ -124,7 +127,7 @@ for path in written:
124
127
  ## Package relationships
125
128
 
126
129
  - Package type: development/code-generation package
127
- - Depends on: `ssot-contracts`, `ssot-views`
130
+ - Depends on: [ssot-contracts](https://pypi.org/project/ssot-contracts/), [ssot-views](https://pypi.org/project/ssot-views/)
128
131
  - Consumed by: maintainers and release tooling that regenerate derived metadata artifacts
129
132
 
130
133
  If you are using SSOT as an application or library, you usually do not need this package directly. It is primarily for maintainers working on the SSOT workspace itself.
@@ -1,5 +1,5 @@
1
- ssot-contracts==0.2.6
2
- ssot-views==0.2.6
1
+ ssot-contracts==0.2.8
2
+ ssot-views==0.2.8
3
3
 
4
4
  [:python_version < "3.11"]
5
5
  tomli>=2.0.1
File without changes