cjm-context-graph-layer 0.0.2__tar.gz → 0.0.4__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.
Files changed (21) hide show
  1. {cjm_context_graph_layer-0.0.2/cjm_context_graph_layer.egg-info → cjm_context_graph_layer-0.0.4}/PKG-INFO +3 -3
  2. cjm_context_graph_layer-0.0.4/cjm_context_graph_layer/__init__.py +1 -0
  3. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4/cjm_context_graph_layer.egg-info}/PKG-INFO +3 -3
  4. cjm_context_graph_layer-0.0.4/cjm_context_graph_layer.egg-info/requires.txt +2 -0
  5. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/pyproject.toml +1 -1
  6. cjm_context_graph_layer-0.0.2/cjm_context_graph_layer/__init__.py +0 -1
  7. cjm_context_graph_layer-0.0.2/cjm_context_graph_layer.egg-info/requires.txt +0 -2
  8. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/LICENSE +0 -0
  9. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/MANIFEST.in +0 -0
  10. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/README.md +0 -0
  11. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer/_modidx.py +0 -0
  12. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer/declare.py +0 -0
  13. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer/edits.py +0 -0
  14. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer/grammar.py +0 -0
  15. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer/identity.py +0 -0
  16. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer/ops.py +0 -0
  17. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer.egg-info/SOURCES.txt +0 -0
  18. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer.egg-info/dependency_links.txt +0 -0
  19. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer.egg-info/entry_points.txt +0 -0
  20. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/cjm_context_graph_layer.egg-info/top_level.txt +0 -0
  21. {cjm_context_graph_layer-0.0.2 → cjm_context_graph_layer-0.0.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-context-graph-layer
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Domain-neutral graph-aware layer for context graphs: deterministic node identity, spine and overlay grammar, spine-edit operations with effective-view projection, supersession resolution, idempotent emission/extension, and provenance-by-declaration.
5
5
  Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
6
6
  License: Apache-2.0
@@ -12,8 +12,8 @@ Classifier: Programming Language :: Python :: 3 :: Only
12
12
  Requires-Python: >=3.12
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: cjm-context-graph-primitives>=0.0.7
16
- Requires-Dist: cjm-plugin-system>=0.0.43
15
+ Requires-Dist: cjm-context-graph-primitives>=0.0.9
16
+ Requires-Dist: cjm-plugin-system>=0.0.45
17
17
  Dynamic: license-file
18
18
 
19
19
  # cjm-context-graph-layer
@@ -0,0 +1 @@
1
+ __version__ = "0.0.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-context-graph-layer
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Domain-neutral graph-aware layer for context graphs: deterministic node identity, spine and overlay grammar, spine-edit operations with effective-view projection, supersession resolution, idempotent emission/extension, and provenance-by-declaration.
5
5
  Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
6
6
  License: Apache-2.0
@@ -12,8 +12,8 @@ Classifier: Programming Language :: Python :: 3 :: Only
12
12
  Requires-Python: >=3.12
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: cjm-context-graph-primitives>=0.0.7
16
- Requires-Dist: cjm-plugin-system>=0.0.43
15
+ Requires-Dist: cjm-context-graph-primitives>=0.0.9
16
+ Requires-Dist: cjm-plugin-system>=0.0.45
17
17
  Dynamic: license-file
18
18
 
19
19
  # cjm-context-graph-layer
@@ -0,0 +1,2 @@
1
+ cjm-context-graph-primitives>=0.0.9
2
+ cjm-plugin-system>=0.0.45
@@ -15,7 +15,7 @@ classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
16
  "Programming Language :: Python :: 3 :: Only",
17
17
  ]
18
- dependencies = ['cjm-context-graph-primitives>=0.0.7', 'cjm-plugin-system>=0.0.43']
18
+ dependencies = ['cjm-context-graph-primitives>=0.0.9', 'cjm-plugin-system>=0.0.45']
19
19
 
20
20
  [project.urls]
21
21
  Repository = "https://github.com/cj-mills/cjm-context-graph-layer"
@@ -1 +0,0 @@
1
- __version__ = "0.0.2"
@@ -1,2 +0,0 @@
1
- cjm-context-graph-primitives>=0.0.7
2
- cjm-plugin-system>=0.0.43