cjm-transcript-segment-align 0.0.36__tar.gz → 0.0.38__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.
- {cjm_transcript_segment_align-0.0.36/cjm_transcript_segment_align.egg-info → cjm_transcript_segment_align-0.0.38}/PKG-INFO +8 -8
- cjm_transcript_segment_align-0.0.38/cjm_transcript_segment_align/__init__.py +1 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/handlers.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/helpers.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/keyboard_config.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/step_renderer.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/sync_controls.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/toolbar_state.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/html_ids.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/models.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/routes/chrome.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/routes/forced_alignment.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/routes/init.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/services/forced_alignment.py +3 -1
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38/cjm_transcript_segment_align.egg-info}/PKG-INFO +8 -8
- cjm_transcript_segment_align-0.0.38/cjm_transcript_segment_align.egg-info/requires.txt +10 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/pyproject.toml +1 -1
- cjm_transcript_segment_align-0.0.36/cjm_transcript_segment_align/__init__.py +0 -1
- cjm_transcript_segment_align-0.0.36/cjm_transcript_segment_align.egg-info/requires.txt +0 -10
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/LICENSE +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/MANIFEST.in +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/README.md +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/_modidx.py +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/components/__init__.py +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/routes/__init__.py +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align/services/__init__.py +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align.egg-info/SOURCES.txt +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align.egg-info/dependency_links.txt +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align.egg-info/entry_points.txt +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/cjm_transcript_segment_align.egg-info/top_level.txt +0 -0
- {cjm_transcript_segment_align-0.0.36 → cjm_transcript_segment_align-0.0.38}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-segment-align
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.38
|
|
4
4
|
Summary: FastHTML dual-column text segmentation & VAD alignment UI for transcript decomposition workflows with forced alignment-based text splitting for aligning text segments with VAD chunks.
|
|
5
5
|
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -17,13 +17,13 @@ Description-Content-Type: text/markdown
|
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: python-fasthtml
|
|
19
19
|
Requires-Dist: cjm-fasthtml-app-core>=0.0.21
|
|
20
|
-
Requires-Dist: cjm-plugin-system>=0.0.
|
|
21
|
-
Requires-Dist: cjm_transcription_plugin_system>=0.0.
|
|
22
|
-
Requires-Dist: cjm_transcript_segmentation>=0.0.
|
|
23
|
-
Requires-Dist: cjm_transcript_vad_align>=0.0.
|
|
24
|
-
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.
|
|
25
|
-
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.
|
|
26
|
-
Requires-Dist: cjm_fasthtml_web_audio>=0.0.
|
|
20
|
+
Requires-Dist: cjm-plugin-system>=0.0.31
|
|
21
|
+
Requires-Dist: cjm_transcription_plugin_system>=0.0.16
|
|
22
|
+
Requires-Dist: cjm_transcript_segmentation>=0.0.28
|
|
23
|
+
Requires-Dist: cjm_transcript_vad_align>=0.0.33
|
|
24
|
+
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.27
|
|
25
|
+
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.17
|
|
26
|
+
Requires-Dist: cjm_fasthtml_web_audio>=0.0.16
|
|
27
27
|
Requires-Dist: cjm_fasthtml_design_system>=0.0.13
|
|
28
28
|
Dynamic: license-file
|
|
29
29
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.38"
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""Handler wrappers for cross-domain coordination (alignment status updates)
|
|
1
|
+
"""Handler wrappers for cross-domain coordination (alignment status updates)
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-aligncomponents/handlers.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/handlers.ipynb.
|
|
4
6
|
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""State extraction helpers for cross-domain coordination in Phase 2 combined step
|
|
1
|
+
"""State extraction helpers for cross-domain coordination in Phase 2 combined step
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-aligncomponents/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
|
-
"""Shared keyboard navigation configuration for the combined Phase 2 step
|
|
1
|
+
"""Shared keyboard navigation configuration for the combined Phase 2 step
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-aligncomponents/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
|
-
"""Phase 2 combined step renderer: dual-column layout for Segment & Align
|
|
1
|
+
"""Phase 2 combined step renderer: dual-column layout for Segment & Align
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-aligncomponents/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
|
-
"""Synced navigation toggle for the combined Phase 2 dual-column step
|
|
1
|
+
"""Synced navigation toggle for the combined Phase 2 dual-column step
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-aligncomponents/sync_controls.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/sync_controls.ipynb.
|
|
4
6
|
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""Centralized client-side toolbar state restoration after HTMX settles
|
|
1
|
+
"""Centralized client-side toolbar state restoration after HTMX settles
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-aligncomponents/toolbar_state.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/toolbar_state.ipynb.
|
|
4
6
|
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""HTML ID constants for Phase 2 Shell: Dual-Column Layout shared chrome
|
|
1
|
+
"""HTML ID constants for Phase 2 Shell: Dual-Column Layout shared chrome
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-alignhtml_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 types and result containers for the segment-align integration surface
|
|
1
|
+
"""Data types and result containers for the segment-align integration surface
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-alignmodels.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/models.ipynb.
|
|
4
6
|
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""Shared chrome switching route handlers for the combined Phase 2 step
|
|
1
|
+
"""Shared chrome switching route handlers for the combined Phase 2 step
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-alignroutes/chrome.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/chrome.ipynb.
|
|
4
6
|
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""Routes for toggling between NLTK and force-aligned pre-splits, plus rendering helpers for FA UI controls. Trigger and progress are handled by `cjm-fasthtml-job-monitor`.
|
|
1
|
+
"""Routes for toggling between NLTK and force-aligned pre-splits, plus rendering helpers for FA UI controls. Trigger and progress are handled by `cjm-fasthtml-job-monitor`.
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-alignroutes/forced_alignment.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/forced_alignment.ipynb.
|
|
4
6
|
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"""Consolidated router assembly for the segment-align step
|
|
1
|
+
"""Consolidated router assembly for the segment-align step
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-alignroutes/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
|
-
"""Forced alignment service for audio-informed text pre-splitting via forced alignment plugin
|
|
1
|
+
"""Forced alignment service for audio-informed text pre-splitting via forced alignment plugin
|
|
2
|
+
|
|
3
|
+
Docs: https://cj-mills.github.io/cjm-transcript-segment-alignservices/forced_alignment.html.md"""
|
|
2
4
|
|
|
3
5
|
# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/services/forced_alignment.ipynb.
|
|
4
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-segment-align
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.38
|
|
4
4
|
Summary: FastHTML dual-column text segmentation & VAD alignment UI for transcript decomposition workflows with forced alignment-based text splitting for aligning text segments with VAD chunks.
|
|
5
5
|
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -17,13 +17,13 @@ Description-Content-Type: text/markdown
|
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: python-fasthtml
|
|
19
19
|
Requires-Dist: cjm-fasthtml-app-core>=0.0.21
|
|
20
|
-
Requires-Dist: cjm-plugin-system>=0.0.
|
|
21
|
-
Requires-Dist: cjm_transcription_plugin_system>=0.0.
|
|
22
|
-
Requires-Dist: cjm_transcript_segmentation>=0.0.
|
|
23
|
-
Requires-Dist: cjm_transcript_vad_align>=0.0.
|
|
24
|
-
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.
|
|
25
|
-
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.
|
|
26
|
-
Requires-Dist: cjm_fasthtml_web_audio>=0.0.
|
|
20
|
+
Requires-Dist: cjm-plugin-system>=0.0.31
|
|
21
|
+
Requires-Dist: cjm_transcription_plugin_system>=0.0.16
|
|
22
|
+
Requires-Dist: cjm_transcript_segmentation>=0.0.28
|
|
23
|
+
Requires-Dist: cjm_transcript_vad_align>=0.0.33
|
|
24
|
+
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.27
|
|
25
|
+
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.17
|
|
26
|
+
Requires-Dist: cjm_fasthtml_web_audio>=0.0.16
|
|
27
27
|
Requires-Dist: cjm_fasthtml_design_system>=0.0.13
|
|
28
28
|
Dynamic: license-file
|
|
29
29
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
python-fasthtml
|
|
2
|
+
cjm-fasthtml-app-core>=0.0.21
|
|
3
|
+
cjm-plugin-system>=0.0.31
|
|
4
|
+
cjm_transcription_plugin_system>=0.0.16
|
|
5
|
+
cjm_transcript_segmentation>=0.0.28
|
|
6
|
+
cjm_transcript_vad_align>=0.0.33
|
|
7
|
+
cjm_fasthtml_keyboard_navigation>=0.0.27
|
|
8
|
+
cjm_fasthtml_job_monitor>=0.0.17
|
|
9
|
+
cjm_fasthtml_web_audio>=0.0.16
|
|
10
|
+
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-fasthtml-app-core>=0.0.21', 'cjm-plugin-system>=0.0.
|
|
15
|
+
dependencies = ['python-fasthtml', 'cjm-fasthtml-app-core>=0.0.21', 'cjm-plugin-system>=0.0.31', 'cjm_transcription_plugin_system>=0.0.16', 'cjm_transcript_segmentation>=0.0.28', 'cjm_transcript_vad_align>=0.0.33', 'cjm_fasthtml_keyboard_navigation>=0.0.27', 'cjm_fasthtml_job_monitor>=0.0.17', 'cjm_fasthtml_web_audio>=0.0.16', 'cjm_fasthtml_design_system>=0.0.13']
|
|
16
16
|
|
|
17
17
|
[project.urls]
|
|
18
18
|
Repository = "https://github.com/cj-mills/cjm-transcript-segment-align"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.36"
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
python-fasthtml
|
|
2
|
-
cjm-fasthtml-app-core>=0.0.21
|
|
3
|
-
cjm-plugin-system>=0.0.30
|
|
4
|
-
cjm_transcription_plugin_system>=0.0.15
|
|
5
|
-
cjm_transcript_segmentation>=0.0.26
|
|
6
|
-
cjm_transcript_vad_align>=0.0.31
|
|
7
|
-
cjm_fasthtml_keyboard_navigation>=0.0.26
|
|
8
|
-
cjm_fasthtml_job_monitor>=0.0.15
|
|
9
|
-
cjm_fasthtml_web_audio>=0.0.15
|
|
10
|
-
cjm_fasthtml_design_system>=0.0.13
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|