cjm-transcript-graph-schema 0.0.2__tar.gz → 0.0.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.
Files changed (17) hide show
  1. {cjm_transcript_graph_schema-0.0.2/cjm_transcript_graph_schema.egg-info → cjm_transcript_graph_schema-0.0.3}/PKG-INFO +3 -3
  2. cjm_transcript_graph_schema-0.0.3/cjm_transcript_graph_schema/__init__.py +1 -0
  3. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3/cjm_transcript_graph_schema.egg-info}/PKG-INFO +3 -3
  4. cjm_transcript_graph_schema-0.0.3/cjm_transcript_graph_schema.egg-info/requires.txt +2 -0
  5. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/pyproject.toml +1 -1
  6. cjm_transcript_graph_schema-0.0.2/cjm_transcript_graph_schema/__init__.py +0 -1
  7. cjm_transcript_graph_schema-0.0.2/cjm_transcript_graph_schema.egg-info/requires.txt +0 -2
  8. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/LICENSE +0 -0
  9. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/MANIFEST.in +0 -0
  10. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/README.md +0 -0
  11. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/cjm_transcript_graph_schema/_modidx.py +0 -0
  12. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/cjm_transcript_graph_schema/schema.py +0 -0
  13. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/cjm_transcript_graph_schema.egg-info/SOURCES.txt +0 -0
  14. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/cjm_transcript_graph_schema.egg-info/dependency_links.txt +0 -0
  15. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/cjm_transcript_graph_schema.egg-info/entry_points.txt +0 -0
  16. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/cjm_transcript_graph_schema.egg-info/top_level.txt +0 -0
  17. {cjm_transcript_graph_schema-0.0.2 → cjm_transcript_graph_schema-0.0.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-graph-schema
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Audio-transcript layer schema for context graphs: Source, AudioSegment, Transcript, and Segment nodes with deterministic identity tuples and graph-node mapping, shared by the transcription, decomposition, and correction workflow cores.
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-layer>=0.0.2
16
- Requires-Dist: cjm-context-graph-primitives>=0.0.7
15
+ Requires-Dist: cjm-context-graph-layer>=0.0.3
16
+ Requires-Dist: cjm-context-graph-primitives>=0.0.8
17
17
  Dynamic: license-file
18
18
 
19
19
  # cjm-transcript-graph-schema
@@ -0,0 +1 @@
1
+ __version__ = "0.0.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-graph-schema
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Audio-transcript layer schema for context graphs: Source, AudioSegment, Transcript, and Segment nodes with deterministic identity tuples and graph-node mapping, shared by the transcription, decomposition, and correction workflow cores.
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-layer>=0.0.2
16
- Requires-Dist: cjm-context-graph-primitives>=0.0.7
15
+ Requires-Dist: cjm-context-graph-layer>=0.0.3
16
+ Requires-Dist: cjm-context-graph-primitives>=0.0.8
17
17
  Dynamic: license-file
18
18
 
19
19
  # cjm-transcript-graph-schema
@@ -0,0 +1,2 @@
1
+ cjm-context-graph-layer>=0.0.3
2
+ cjm-context-graph-primitives>=0.0.8
@@ -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-layer>=0.0.2', 'cjm-context-graph-primitives>=0.0.7']
18
+ dependencies = ['cjm-context-graph-layer>=0.0.3', 'cjm-context-graph-primitives>=0.0.8']
19
19
 
20
20
  [project.urls]
21
21
  Repository = "https://github.com/cj-mills/cjm-transcript-graph-schema"
@@ -1 +0,0 @@
1
- __version__ = "0.0.2"
@@ -1,2 +0,0 @@
1
- cjm-context-graph-layer>=0.0.2
2
- cjm-context-graph-primitives>=0.0.7