ssot-views 0.2.17.dev1__tar.gz → 0.2.17.dev2__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_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/PKG-INFO +2 -2
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/pyproject.toml +2 -2
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views.egg-info/PKG-INFO +2 -2
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views.egg-info/requires.txt +1 -1
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/README.md +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/setup.cfg +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/__init__.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/graph/__init__.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/graph/export_dot.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/graph/export_json.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/reports/__init__.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/reports/certification_report.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/reports/summary.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/reports/validation_report.py +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views.egg-info/SOURCES.txt +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views.egg-info/dependency_links.txt +0 -0
- {ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-views
|
|
3
|
-
Version: 0.2.17.
|
|
3
|
+
Version: 0.2.17.dev2
|
|
4
4
|
Summary: Derived projections, reports, and graph exports for SSOT.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
26
26
|
Classifier: Topic :: Utilities
|
|
27
27
|
Requires-Python: <3.14,>=3.10
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
|
-
Requires-Dist: ssot-contracts==0.2.17.
|
|
29
|
+
Requires-Dist: ssot-contracts==0.2.17.dev2
|
|
30
30
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
31
31
|
|
|
32
32
|
<div align="center">
|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ssot-views"
|
|
7
|
-
version = "0.2.17.
|
|
7
|
+
version = "0.2.17.dev2"
|
|
8
8
|
description = "Derived projections, reports, and graph exports for SSOT."
|
|
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.17.
|
|
14
|
+
"ssot-contracts==0.2.17.dev2",
|
|
15
15
|
"tomli>=2.0.1; python_version < '3.11'",
|
|
16
16
|
]
|
|
17
17
|
keywords = ["ssot", "views", "reports", "graph", "projections", "visualization", "registry"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-views
|
|
3
|
-
Version: 0.2.17.
|
|
3
|
+
Version: 0.2.17.dev2
|
|
4
4
|
Summary: Derived projections, reports, and graph exports for SSOT.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
26
26
|
Classifier: Topic :: Utilities
|
|
27
27
|
Requires-Python: <3.14,>=3.10
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
|
-
Requires-Dist: ssot-contracts==0.2.17.
|
|
29
|
+
Requires-Dist: ssot-contracts==0.2.17.dev2
|
|
30
30
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
31
31
|
|
|
32
32
|
<div align="center">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/reports/certification_report.py
RENAMED
|
File without changes
|
|
File without changes
|
{ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views/reports/validation_report.py
RENAMED
|
File without changes
|
|
File without changes
|
{ssot_views-0.2.17.dev1 → ssot_views-0.2.17.dev2}/src/ssot_views.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|