ssot-codegen 0.2.16.dev1__tar.gz → 0.2.17.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-codegen
3
- Version: 0.2.16.dev1
3
+ Version: 0.2.17.dev1
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
@@ -25,8 +25,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
25
  Classifier: Topic :: Utilities
26
26
  Requires-Python: <3.14,>=3.10
27
27
  Description-Content-Type: text/markdown
28
- Requires-Dist: ssot-contracts==0.2.16.dev1
29
- Requires-Dist: ssot-views==0.2.16.dev1
28
+ Requires-Dist: ssot-contracts==0.2.17.dev1
29
+ Requires-Dist: ssot-views==0.2.17.dev1
30
30
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
31
31
 
32
32
  <div align="center">
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ssot-codegen"
7
- version = "0.2.16.dev1"
7
+ version = "0.2.17.dev1"
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.16.dev1",
15
- "ssot-views==0.2.16.dev1",
14
+ "ssot-contracts==0.2.17.dev1",
15
+ "ssot-views==0.2.17.dev1",
16
16
  "tomli>=2.0.1; python_version < '3.11'",
17
17
  ]
18
18
  keywords = ["ssot", "codegen", "generators", "contracts", "metadata", "automation", "registry"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-codegen
3
- Version: 0.2.16.dev1
3
+ Version: 0.2.17.dev1
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
@@ -25,8 +25,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
25
  Classifier: Topic :: Utilities
26
26
  Requires-Python: <3.14,>=3.10
27
27
  Description-Content-Type: text/markdown
28
- Requires-Dist: ssot-contracts==0.2.16.dev1
29
- Requires-Dist: ssot-views==0.2.16.dev1
28
+ Requires-Dist: ssot-contracts==0.2.17.dev1
29
+ Requires-Dist: ssot-views==0.2.17.dev1
30
30
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
31
31
 
32
32
  <div align="center">
@@ -0,0 +1,5 @@
1
+ ssot-contracts==0.2.17.dev1
2
+ ssot-views==0.2.17.dev1
3
+
4
+ [:python_version < "3.11"]
5
+ tomli>=2.0.1
@@ -1,5 +0,0 @@
1
- ssot-contracts==0.2.16.dev1
2
- ssot-views==0.2.16.dev1
3
-
4
- [:python_version < "3.11"]
5
- tomli>=2.0.1