cjm-transcript-segmentation 0.0.27__tar.gz → 0.0.28__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 (32) hide show
  1. {cjm_transcript_segmentation-0.0.27/cjm_transcript_segmentation.egg-info → cjm_transcript_segmentation-0.0.28}/PKG-INFO +4 -4
  2. cjm_transcript_segmentation-0.0.28/cjm_transcript_segmentation/__init__.py +1 -0
  3. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/callbacks.py +3 -1
  4. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/card_stack_config.py +3 -1
  5. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/helpers.py +3 -1
  6. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/keyboard_config.py +3 -1
  7. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/segment_card.py +3 -1
  8. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/step_renderer.py +3 -1
  9. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/html_ids.py +3 -1
  10. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/models.py +3 -1
  11. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/routes/card_stack.py +3 -1
  12. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/routes/core.py +3 -1
  13. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/routes/handlers.py +3 -1
  14. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/routes/init.py +3 -1
  15. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/services/segmentation.py +3 -1
  16. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/utils.py +3 -1
  17. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28/cjm_transcript_segmentation.egg-info}/PKG-INFO +4 -4
  18. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation.egg-info/requires.txt +3 -3
  19. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/pyproject.toml +1 -1
  20. cjm_transcript_segmentation-0.0.27/cjm_transcript_segmentation/__init__.py +0 -1
  21. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/LICENSE +0 -0
  22. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/MANIFEST.in +0 -0
  23. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/README.md +0 -0
  24. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/_modidx.py +0 -0
  25. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/components/__init__.py +0 -0
  26. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/routes/__init__.py +0 -0
  27. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation/services/__init__.py +0 -0
  28. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation.egg-info/SOURCES.txt +0 -0
  29. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation.egg-info/dependency_links.txt +0 -0
  30. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation.egg-info/entry_points.txt +0 -0
  31. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/cjm_transcript_segmentation.egg-info/top_level.txt +0 -0
  32. {cjm_transcript_segmentation-0.0.27 → cjm_transcript_segmentation-0.0.28}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-segmentation
3
- Version: 0.0.27
3
+ Version: 0.0.28
4
4
  Summary: FastHTML text segmentation component for transcript decomposition with NLTK sentence splitting, interactive split/merge UI with token selector, and card stack navigation.
5
5
  Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
6
6
  License: Apache-2.0
@@ -16,8 +16,8 @@ Requires-Python: >=3.12
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: python-fasthtml
19
- Requires-Dist: cjm-plugin-system>=0.0.30
20
- Requires-Dist: cjm-transcription-plugin-system>=0.0.15
19
+ Requires-Dist: cjm-plugin-system>=0.0.31
20
+ Requires-Dist: cjm-transcription-plugin-system>=0.0.16
21
21
  Requires-Dist: cjm-fasthtml-app-core>=0.0.21
22
22
  Requires-Dist: cjm-fasthtml-daisyui>=0.0.15
23
23
  Requires-Dist: cjm_fasthtml_lucide_icons>=0.0.1
@@ -30,7 +30,7 @@ Requires-Dist: pandas
30
30
  Requires-Dist: cjm_workflow_state>=0.0.3
31
31
  Requires-Dist: cjm_source_provider>=0.0.1
32
32
  Requires-Dist: cjm_fasthtml_interactions>=0.0.38
33
- Requires-Dist: cjm_transcript_source_select>=0.0.36
33
+ Requires-Dist: cjm_transcript_source_select>=0.0.37
34
34
  Requires-Dist: cjm_fasthtml_design_system>=0.0.13
35
35
  Dynamic: license-file
36
36
 
@@ -0,0 +1 @@
1
+ __version__ = "0.0.28"
@@ -1,4 +1,6 @@
1
- """JavaScript callback generators for Phase 2 segmentation keyboard interaction"""
1
+ """JavaScript callback generators for Phase 2 segmentation keyboard interaction
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationcomponents/callbacks.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/callbacks.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Card stack configuration constants for the Phase 2 segmentation UI"""
1
+ """Card stack configuration constants for the Phase 2 segmentation UI
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationcomponents/card_stack_config.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/card_stack_config.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Shared helper functions for the segmentation module"""
1
+ """Shared helper functions for the segmentation module
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationcomponents/helpers.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/helpers.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Segmentation-specific keyboard actions, modes, and zone configuration"""
1
+ """Segmentation-specific keyboard actions, modes, and zone configuration
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationcomponents/keyboard_config.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/keyboard_config.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Segment card component with view and split modes"""
1
+ """Segment card component with view and split modes
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationcomponents/segment_card.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/segment_card.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Composable renderers for the Phase 2 segmentation column and shared chrome"""
1
+ """Composable renderers for the Phase 2 segmentation column and shared chrome
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationcomponents/step_renderer.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/step_renderer.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """HTML ID constants for Phase 2 Left Column: Text Segmentation"""
1
+ """HTML ID constants for Phase 2 Left Column: Text Segmentation
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationhtml_ids.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/html_ids.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Data models and URL bundles for Phase 2 Left Column: Text Segmentation"""
1
+ """Data models and URL bundles for Phase 2 Left Column: Text Segmentation
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationmodels.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/models.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Card stack UI operations — navigation, viewport, mode switching, and response builders"""
1
+ """Card stack UI operations — navigation, viewport, mode switching, and response builders
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationroutes/card_stack.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/card_stack.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Segmentation step state management helpers"""
1
+ """Segmentation step state management helpers
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationroutes/core.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/core.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Segmentation workflow handlers — init, split, merge, undo, reset, AI split"""
1
+ """Segmentation workflow handlers — init, split, merge, undo, reset, AI split
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationroutes/handlers.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/handlers.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Router assembly for Phase 2 segmentation routes"""
1
+ """Router assembly for Phase 2 segmentation routes
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationroutes/init.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/init.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Segmentation service for text decomposition via NLTK plugin"""
1
+ """Segmentation service for text decomposition via NLTK plugin
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationservices/segmentation.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/services/segmentation.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Text processing utilities for segmentation: word counting, position mapping, and statistics"""
1
+ """Text processing utilities for segmentation: word counting, position mapping, and statistics
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-segmentationutils.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/utils.ipynb.
4
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-segmentation
3
- Version: 0.0.27
3
+ Version: 0.0.28
4
4
  Summary: FastHTML text segmentation component for transcript decomposition with NLTK sentence splitting, interactive split/merge UI with token selector, and card stack navigation.
5
5
  Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
6
6
  License: Apache-2.0
@@ -16,8 +16,8 @@ Requires-Python: >=3.12
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: python-fasthtml
19
- Requires-Dist: cjm-plugin-system>=0.0.30
20
- Requires-Dist: cjm-transcription-plugin-system>=0.0.15
19
+ Requires-Dist: cjm-plugin-system>=0.0.31
20
+ Requires-Dist: cjm-transcription-plugin-system>=0.0.16
21
21
  Requires-Dist: cjm-fasthtml-app-core>=0.0.21
22
22
  Requires-Dist: cjm-fasthtml-daisyui>=0.0.15
23
23
  Requires-Dist: cjm_fasthtml_lucide_icons>=0.0.1
@@ -30,7 +30,7 @@ Requires-Dist: pandas
30
30
  Requires-Dist: cjm_workflow_state>=0.0.3
31
31
  Requires-Dist: cjm_source_provider>=0.0.1
32
32
  Requires-Dist: cjm_fasthtml_interactions>=0.0.38
33
- Requires-Dist: cjm_transcript_source_select>=0.0.36
33
+ Requires-Dist: cjm_transcript_source_select>=0.0.37
34
34
  Requires-Dist: cjm_fasthtml_design_system>=0.0.13
35
35
  Dynamic: license-file
36
36
 
@@ -1,6 +1,6 @@
1
1
  python-fasthtml
2
- cjm-plugin-system>=0.0.30
3
- cjm-transcription-plugin-system>=0.0.15
2
+ cjm-plugin-system>=0.0.31
3
+ cjm-transcription-plugin-system>=0.0.16
4
4
  cjm-fasthtml-app-core>=0.0.21
5
5
  cjm-fasthtml-daisyui>=0.0.15
6
6
  cjm_fasthtml_lucide_icons>=0.0.1
@@ -13,5 +13,5 @@ pandas
13
13
  cjm_workflow_state>=0.0.3
14
14
  cjm_source_provider>=0.0.1
15
15
  cjm_fasthtml_interactions>=0.0.38
16
- cjm_transcript_source_select>=0.0.36
16
+ cjm_transcript_source_select>=0.0.37
17
17
  cjm_fasthtml_design_system>=0.0.13
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
12
12
  authors = [{name = "Christian J. Mills", email = "9126128+cj-mills@users.noreply.github.com"}]
13
13
  keywords = ['nbdev', 'jupyter', 'notebook', 'python']
14
14
  classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15
- dependencies = ['python-fasthtml', 'cjm-plugin-system>=0.0.30', 'cjm-transcription-plugin-system>=0.0.15', 'cjm-fasthtml-app-core>=0.0.21', 'cjm-fasthtml-daisyui>=0.0.15', 'cjm_fasthtml_lucide_icons>=0.0.1', 'cjm_fasthtml_file_browser>=0.0.24', 'cjm_fasthtml_keyboard_navigation>=0.0.27', 'cjm_fasthtml_card_stack>=0.0.53', 'cjm_fasthtml_token_selector>=0.0.8', 'duckdb', 'pandas', 'cjm_workflow_state>=0.0.3', 'cjm_source_provider>=0.0.1', 'cjm_fasthtml_interactions>=0.0.38', 'cjm_transcript_source_select>=0.0.36', 'cjm_fasthtml_design_system>=0.0.13']
15
+ dependencies = ['python-fasthtml', 'cjm-plugin-system>=0.0.31', 'cjm-transcription-plugin-system>=0.0.16', 'cjm-fasthtml-app-core>=0.0.21', 'cjm-fasthtml-daisyui>=0.0.15', 'cjm_fasthtml_lucide_icons>=0.0.1', 'cjm_fasthtml_file_browser>=0.0.24', 'cjm_fasthtml_keyboard_navigation>=0.0.27', 'cjm_fasthtml_card_stack>=0.0.53', 'cjm_fasthtml_token_selector>=0.0.8', 'duckdb', 'pandas', 'cjm_workflow_state>=0.0.3', 'cjm_source_provider>=0.0.1', 'cjm_fasthtml_interactions>=0.0.38', 'cjm_transcript_source_select>=0.0.37', 'cjm_fasthtml_design_system>=0.0.13']
16
16
 
17
17
  [project.urls]
18
18
  Repository = "https://github.com/cj-mills/cjm-transcript-segmentation"
@@ -1 +0,0 @@
1
- __version__ = "0.0.27"