cjm-transcript-segmentation 0.0.28__tar.gz → 0.0.30__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.28/cjm_transcript_segmentation.egg-info → cjm_transcript_segmentation-0.0.30}/PKG-INFO +18 -19
  2. cjm_transcript_segmentation-0.0.30/cjm_transcript_segmentation/__init__.py +1 -0
  3. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30/cjm_transcript_segmentation.egg-info}/PKG-INFO +18 -19
  4. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation.egg-info/requires.txt +1 -2
  5. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/pyproject.toml +1 -1
  6. cjm_transcript_segmentation-0.0.28/cjm_transcript_segmentation/__init__.py +0 -1
  7. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/LICENSE +0 -0
  8. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/MANIFEST.in +0 -0
  9. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/README.md +16 -16
  10. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/_modidx.py +0 -0
  11. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/__init__.py +0 -0
  12. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/callbacks.py +0 -0
  13. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/card_stack_config.py +0 -0
  14. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/helpers.py +0 -0
  15. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/keyboard_config.py +0 -0
  16. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/segment_card.py +0 -0
  17. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/components/step_renderer.py +0 -0
  18. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/html_ids.py +0 -0
  19. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/models.py +0 -0
  20. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/routes/__init__.py +0 -0
  21. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/routes/card_stack.py +0 -0
  22. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/routes/core.py +0 -0
  23. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/routes/handlers.py +0 -0
  24. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/routes/init.py +0 -0
  25. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/services/__init__.py +0 -0
  26. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/services/segmentation.py +0 -0
  27. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation/utils.py +0 -0
  28. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation.egg-info/SOURCES.txt +0 -0
  29. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation.egg-info/dependency_links.txt +0 -0
  30. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation.egg-info/entry_points.txt +0 -0
  31. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/cjm_transcript_segmentation.egg-info/top_level.txt +0 -0
  32. {cjm_transcript_segmentation-0.0.28 → cjm_transcript_segmentation-0.0.30}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-segmentation
3
- Version: 0.0.28
3
+ Version: 0.0.30
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
@@ -17,7 +17,6 @@ Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: python-fasthtml
19
19
  Requires-Dist: cjm-plugin-system>=0.0.31
20
- Requires-Dist: cjm-transcription-plugin-system>=0.0.16
21
20
  Requires-Dist: cjm-fasthtml-app-core>=0.0.21
22
21
  Requires-Dist: cjm-fasthtml-daisyui>=0.0.15
23
22
  Requires-Dist: cjm_fasthtml_lucide_icons>=0.0.1
@@ -30,7 +29,7 @@ Requires-Dist: pandas
30
29
  Requires-Dist: cjm_workflow_state>=0.0.3
31
30
  Requires-Dist: cjm_source_provider>=0.0.1
32
31
  Requires-Dist: cjm_fasthtml_interactions>=0.0.38
33
- Requires-Dist: cjm_transcript_source_select>=0.0.37
32
+ Requires-Dist: cjm_transcript_source_select>=0.0.38
34
33
  Requires-Dist: cjm_fasthtml_design_system>=0.0.13
35
34
  Dynamic: license-file
36
35
 
@@ -89,34 +88,34 @@ graph LR
89
88
 
90
89
  components_helpers --> models
91
90
  components_keyboard_config --> components_card_stack_config
92
- components_segment_card --> components_card_stack_config
93
91
  components_segment_card --> html_ids
92
+ components_segment_card --> components_card_stack_config
94
93
  components_segment_card --> models
95
- components_step_renderer --> components_card_stack_config
96
- components_step_renderer --> utils
97
- components_step_renderer --> models
98
94
  components_step_renderer --> html_ids
99
- components_step_renderer --> components_callbacks
100
95
  components_step_renderer --> components_segment_card
101
- routes_card_stack --> utils
102
- routes_card_stack --> components_card_stack_config
103
- routes_card_stack --> models
96
+ components_step_renderer --> models
97
+ components_step_renderer --> utils
98
+ components_step_renderer --> components_card_stack_config
99
+ components_step_renderer --> components_callbacks
104
100
  routes_card_stack --> routes_core
105
- routes_card_stack --> components_step_renderer
106
101
  routes_card_stack --> components_segment_card
102
+ routes_card_stack --> models
103
+ routes_card_stack --> components_card_stack_config
104
+ routes_card_stack --> components_step_renderer
105
+ routes_card_stack --> utils
107
106
  routes_core --> models
108
- routes_handlers --> components_card_stack_config
109
- routes_handlers --> utils
110
- routes_handlers --> services_segmentation
111
- routes_handlers --> models
112
107
  routes_handlers --> routes_core
108
+ routes_handlers --> html_ids
113
109
  routes_handlers --> routes_card_stack
110
+ routes_handlers --> models
111
+ routes_handlers --> services_segmentation
112
+ routes_handlers --> components_card_stack_config
114
113
  routes_handlers --> components_step_renderer
115
- routes_handlers --> html_ids
116
- routes_init --> routes_core
117
- routes_init --> routes_handlers
114
+ routes_handlers --> utils
118
115
  routes_init --> services_segmentation
119
116
  routes_init --> routes_card_stack
117
+ routes_init --> routes_core
118
+ routes_init --> routes_handlers
120
119
  routes_init --> models
121
120
  services_segmentation --> models
122
121
  utils --> models
@@ -0,0 +1 @@
1
+ __version__ = "0.0.30"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-segmentation
3
- Version: 0.0.28
3
+ Version: 0.0.30
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
@@ -17,7 +17,6 @@ Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
18
  Requires-Dist: python-fasthtml
19
19
  Requires-Dist: cjm-plugin-system>=0.0.31
20
- Requires-Dist: cjm-transcription-plugin-system>=0.0.16
21
20
  Requires-Dist: cjm-fasthtml-app-core>=0.0.21
22
21
  Requires-Dist: cjm-fasthtml-daisyui>=0.0.15
23
22
  Requires-Dist: cjm_fasthtml_lucide_icons>=0.0.1
@@ -30,7 +29,7 @@ Requires-Dist: pandas
30
29
  Requires-Dist: cjm_workflow_state>=0.0.3
31
30
  Requires-Dist: cjm_source_provider>=0.0.1
32
31
  Requires-Dist: cjm_fasthtml_interactions>=0.0.38
33
- Requires-Dist: cjm_transcript_source_select>=0.0.37
32
+ Requires-Dist: cjm_transcript_source_select>=0.0.38
34
33
  Requires-Dist: cjm_fasthtml_design_system>=0.0.13
35
34
  Dynamic: license-file
36
35
 
@@ -89,34 +88,34 @@ graph LR
89
88
 
90
89
  components_helpers --> models
91
90
  components_keyboard_config --> components_card_stack_config
92
- components_segment_card --> components_card_stack_config
93
91
  components_segment_card --> html_ids
92
+ components_segment_card --> components_card_stack_config
94
93
  components_segment_card --> models
95
- components_step_renderer --> components_card_stack_config
96
- components_step_renderer --> utils
97
- components_step_renderer --> models
98
94
  components_step_renderer --> html_ids
99
- components_step_renderer --> components_callbacks
100
95
  components_step_renderer --> components_segment_card
101
- routes_card_stack --> utils
102
- routes_card_stack --> components_card_stack_config
103
- routes_card_stack --> models
96
+ components_step_renderer --> models
97
+ components_step_renderer --> utils
98
+ components_step_renderer --> components_card_stack_config
99
+ components_step_renderer --> components_callbacks
104
100
  routes_card_stack --> routes_core
105
- routes_card_stack --> components_step_renderer
106
101
  routes_card_stack --> components_segment_card
102
+ routes_card_stack --> models
103
+ routes_card_stack --> components_card_stack_config
104
+ routes_card_stack --> components_step_renderer
105
+ routes_card_stack --> utils
107
106
  routes_core --> models
108
- routes_handlers --> components_card_stack_config
109
- routes_handlers --> utils
110
- routes_handlers --> services_segmentation
111
- routes_handlers --> models
112
107
  routes_handlers --> routes_core
108
+ routes_handlers --> html_ids
113
109
  routes_handlers --> routes_card_stack
110
+ routes_handlers --> models
111
+ routes_handlers --> services_segmentation
112
+ routes_handlers --> components_card_stack_config
114
113
  routes_handlers --> components_step_renderer
115
- routes_handlers --> html_ids
116
- routes_init --> routes_core
117
- routes_init --> routes_handlers
114
+ routes_handlers --> utils
118
115
  routes_init --> services_segmentation
119
116
  routes_init --> routes_card_stack
117
+ routes_init --> routes_core
118
+ routes_init --> routes_handlers
120
119
  routes_init --> models
121
120
  services_segmentation --> models
122
121
  utils --> models
@@ -1,6 +1,5 @@
1
1
  python-fasthtml
2
2
  cjm-plugin-system>=0.0.31
3
- cjm-transcription-plugin-system>=0.0.16
4
3
  cjm-fasthtml-app-core>=0.0.21
5
4
  cjm-fasthtml-daisyui>=0.0.15
6
5
  cjm_fasthtml_lucide_icons>=0.0.1
@@ -13,5 +12,5 @@ pandas
13
12
  cjm_workflow_state>=0.0.3
14
13
  cjm_source_provider>=0.0.1
15
14
  cjm_fasthtml_interactions>=0.0.38
16
- cjm_transcript_source_select>=0.0.37
15
+ cjm_transcript_source_select>=0.0.38
17
16
  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.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']
15
+ dependencies = ['python-fasthtml', 'cjm-plugin-system>=0.0.31', '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.38', '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.28"
@@ -53,34 +53,34 @@ graph LR
53
53
 
54
54
  components_helpers --> models
55
55
  components_keyboard_config --> components_card_stack_config
56
- components_segment_card --> components_card_stack_config
57
56
  components_segment_card --> html_ids
57
+ components_segment_card --> components_card_stack_config
58
58
  components_segment_card --> models
59
- components_step_renderer --> components_card_stack_config
60
- components_step_renderer --> utils
61
- components_step_renderer --> models
62
59
  components_step_renderer --> html_ids
63
- components_step_renderer --> components_callbacks
64
60
  components_step_renderer --> components_segment_card
65
- routes_card_stack --> utils
66
- routes_card_stack --> components_card_stack_config
67
- routes_card_stack --> models
61
+ components_step_renderer --> models
62
+ components_step_renderer --> utils
63
+ components_step_renderer --> components_card_stack_config
64
+ components_step_renderer --> components_callbacks
68
65
  routes_card_stack --> routes_core
69
- routes_card_stack --> components_step_renderer
70
66
  routes_card_stack --> components_segment_card
67
+ routes_card_stack --> models
68
+ routes_card_stack --> components_card_stack_config
69
+ routes_card_stack --> components_step_renderer
70
+ routes_card_stack --> utils
71
71
  routes_core --> models
72
- routes_handlers --> components_card_stack_config
73
- routes_handlers --> utils
74
- routes_handlers --> services_segmentation
75
- routes_handlers --> models
76
72
  routes_handlers --> routes_core
73
+ routes_handlers --> html_ids
77
74
  routes_handlers --> routes_card_stack
75
+ routes_handlers --> models
76
+ routes_handlers --> services_segmentation
77
+ routes_handlers --> components_card_stack_config
78
78
  routes_handlers --> components_step_renderer
79
- routes_handlers --> html_ids
80
- routes_init --> routes_core
81
- routes_init --> routes_handlers
79
+ routes_handlers --> utils
82
80
  routes_init --> services_segmentation
83
81
  routes_init --> routes_card_stack
82
+ routes_init --> routes_core
83
+ routes_init --> routes_handlers
84
84
  routes_init --> models
85
85
  services_segmentation --> models
86
86
  utils --> models