cjm-transcript-source-select 0.0.35__tar.gz → 0.0.37__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 (37) hide show
  1. {cjm_transcript_source_select-0.0.35/cjm_transcript_source_select.egg-info → cjm_transcript_source_select-0.0.37}/PKG-INFO +9 -9
  2. cjm_transcript_source_select-0.0.37/cjm_transcript_source_select/__init__.py +1 -0
  3. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/helpers.py +3 -1
  4. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/local_files.py +3 -1
  5. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/preview_panel.py +3 -1
  6. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/selection_queue.py +3 -1
  7. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/source_browser.py +3 -1
  8. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/step_renderer.py +3 -1
  9. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/html_ids.py +3 -1
  10. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/models.py +3 -1
  11. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/core.py +3 -1
  12. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/filtering.py +3 -1
  13. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/init.py +3 -1
  14. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/local_files.py +3 -1
  15. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/queue.py +3 -1
  16. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/source_browser.py +3 -1
  17. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/tabs.py +3 -1
  18. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/services/source.py +3 -1
  19. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/services/source_utils.py +3 -1
  20. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/utils.py +3 -1
  21. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37/cjm_transcript_source_select.egg-info}/PKG-INFO +9 -9
  22. cjm_transcript_source_select-0.0.37/cjm_transcript_source_select.egg-info/requires.txt +17 -0
  23. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/pyproject.toml +1 -1
  24. cjm_transcript_source_select-0.0.35/cjm_transcript_source_select/__init__.py +0 -1
  25. cjm_transcript_source_select-0.0.35/cjm_transcript_source_select.egg-info/requires.txt +0 -17
  26. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/LICENSE +0 -0
  27. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/MANIFEST.in +0 -0
  28. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/README.md +0 -0
  29. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/_modidx.py +0 -0
  30. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/components/__init__.py +0 -0
  31. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/routes/__init__.py +0 -0
  32. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select/services/__init__.py +0 -0
  33. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select.egg-info/SOURCES.txt +0 -0
  34. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select.egg-info/dependency_links.txt +0 -0
  35. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select.egg-info/entry_points.txt +0 -0
  36. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/cjm_transcript_source_select.egg-info/top_level.txt +0 -0
  37. {cjm_transcript_source_select-0.0.35 → cjm_transcript_source_select-0.0.37}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-source-select
3
- Version: 0.0.35
3
+ Version: 0.0.37
4
4
  Summary: FastHTML source selection component for transcript decomposition workflows, with federated database browsing, drag-drop ordering, and keyboard navigation.
5
5
  Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
6
6
  License: Apache-2.0
@@ -16,21 +16,21 @@ 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
24
- Requires-Dist: cjm_fasthtml_file_browser>=0.0.23
25
- Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.26
24
+ Requires-Dist: cjm_fasthtml_file_browser>=0.0.24
25
+ Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.27
26
26
  Requires-Dist: duckdb
27
27
  Requires-Dist: pandas
28
28
  Requires-Dist: cjm_workflow_state>=0.0.3
29
29
  Requires-Dist: cjm_source_provider>=0.0.1
30
- Requires-Dist: cjm_fasthtml_interactions>=0.0.37
31
- Requires-Dist: cjm_fasthtml_viewport_fit>=0.0.15
32
- Requires-Dist: cjm_fasthtml_virtual_collection>=0.0.26
33
- Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.19
30
+ Requires-Dist: cjm_fasthtml_interactions>=0.0.38
31
+ Requires-Dist: cjm_fasthtml_viewport_fit>=0.0.16
32
+ Requires-Dist: cjm_fasthtml_virtual_collection>=0.0.27
33
+ Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.20
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.37"
@@ -1,4 +1,6 @@
1
- """Shared helper functions for the selection module"""
1
+ """Shared helper functions for the selection module
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectcomponents/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
- """Local files browser for importing external .db files"""
1
+ """Local files browser for importing external .db files
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectcomponents/local_files.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/local_files.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Collapsible preview panel for displaying selected content"""
1
+ """Collapsible preview panel for displaying selected content
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectcomponents/preview_panel.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/preview_panel.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Selection queue component with drag-drop reordering"""
1
+ """Selection queue component with drag-drop reordering
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectcomponents/selection_queue.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/selection_queue.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Source browser components for displaying and filtering transcription sources"""
1
+ """Source browser components for displaying and filtering transcription sources
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectcomponents/source_browser.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/components/source_browser.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Phase 1 step renderer: Source Selection & Ordering with two-column layout and collapsible preview"""
1
+ """Phase 1 step renderer: Source Selection & Ordering with two-column layout and collapsible preview
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectcomponents/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 1: Source Selection & Ordering"""
1
+ """HTML ID constants for Phase 1: Source Selection & Ordering
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selecthtml_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 1: Source Selection & Ordering"""
1
+ """Data models and URL bundles for Phase 1: Source Selection & Ordering
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectmodels.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/models.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Selection step state management helpers"""
1
+ """Selection step state management helpers
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/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
- """Filtering, grouping, and keyboard navigation route handlers"""
1
+ """Filtering, grouping, and keyboard navigation route handlers
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/filtering.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/filtering.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Router assembly for Phase 1 selection routes"""
1
+ """Router assembly for Phase 1 selection routes
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/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
- """Local files browser route handlers"""
1
+ """Local files browser route handlers
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/local_files.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/local_files.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Selection queue route handlers for Phase 1"""
1
+ """Selection queue route handlers for Phase 1
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/queue.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/queue.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Source browser virtual collection router for Phase 1 selection"""
1
+ """Source browser virtual collection router for Phase 1 selection
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/source_browser.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/source_browser.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Tab switching route handlers"""
1
+ """Tab switching route handlers
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectroutes/tabs.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/routes/tabs.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Source service for federated transcription queries via DuckDB"""
1
+ """Source service for federated transcription queries via DuckDB
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectservices/source.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/services/source.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Source record operations for metadata extraction, grouping, and validation"""
1
+ """Source record operations for metadata extraction, grouping, and validation
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectservices/source_utils.html.md"""
2
4
 
3
5
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/services/source_utils.ipynb.
4
6
 
@@ -1,4 +1,6 @@
1
- """Display formatting and word counting utilities for the selection step"""
1
+ """Display formatting and word counting utilities for the selection step
2
+
3
+ Docs: https://cj-mills.github.io/cjm-transcript-source-selectutils.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-source-select
3
- Version: 0.0.35
3
+ Version: 0.0.37
4
4
  Summary: FastHTML source selection component for transcript decomposition workflows, with federated database browsing, drag-drop ordering, and keyboard navigation.
5
5
  Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
6
6
  License: Apache-2.0
@@ -16,21 +16,21 @@ 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
24
- Requires-Dist: cjm_fasthtml_file_browser>=0.0.23
25
- Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.26
24
+ Requires-Dist: cjm_fasthtml_file_browser>=0.0.24
25
+ Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.27
26
26
  Requires-Dist: duckdb
27
27
  Requires-Dist: pandas
28
28
  Requires-Dist: cjm_workflow_state>=0.0.3
29
29
  Requires-Dist: cjm_source_provider>=0.0.1
30
- Requires-Dist: cjm_fasthtml_interactions>=0.0.37
31
- Requires-Dist: cjm_fasthtml_viewport_fit>=0.0.15
32
- Requires-Dist: cjm_fasthtml_virtual_collection>=0.0.26
33
- Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.19
30
+ Requires-Dist: cjm_fasthtml_interactions>=0.0.38
31
+ Requires-Dist: cjm_fasthtml_viewport_fit>=0.0.16
32
+ Requires-Dist: cjm_fasthtml_virtual_collection>=0.0.27
33
+ Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.20
34
34
  Requires-Dist: cjm_fasthtml_design_system>=0.0.13
35
35
  Dynamic: license-file
36
36
 
@@ -0,0 +1,17 @@
1
+ python-fasthtml
2
+ cjm-plugin-system>=0.0.31
3
+ cjm-transcription-plugin-system>=0.0.16
4
+ cjm-fasthtml-app-core>=0.0.21
5
+ cjm-fasthtml-daisyui>=0.0.15
6
+ cjm_fasthtml_lucide_icons>=0.0.1
7
+ cjm_fasthtml_file_browser>=0.0.24
8
+ cjm_fasthtml_keyboard_navigation>=0.0.27
9
+ duckdb
10
+ pandas
11
+ cjm_workflow_state>=0.0.3
12
+ cjm_source_provider>=0.0.1
13
+ cjm_fasthtml_interactions>=0.0.38
14
+ cjm_fasthtml_viewport_fit>=0.0.16
15
+ cjm_fasthtml_virtual_collection>=0.0.27
16
+ cjm_fasthtml_sortable_queue>=0.0.20
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.23', 'cjm_fasthtml_keyboard_navigation>=0.0.26', 'duckdb', 'pandas', 'cjm_workflow_state>=0.0.3', 'cjm_source_provider>=0.0.1', 'cjm_fasthtml_interactions>=0.0.37', 'cjm_fasthtml_viewport_fit>=0.0.15', 'cjm_fasthtml_virtual_collection>=0.0.26', 'cjm_fasthtml_sortable_queue>=0.0.19', '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', 'duckdb', 'pandas', 'cjm_workflow_state>=0.0.3', 'cjm_source_provider>=0.0.1', 'cjm_fasthtml_interactions>=0.0.38', 'cjm_fasthtml_viewport_fit>=0.0.16', 'cjm_fasthtml_virtual_collection>=0.0.27', 'cjm_fasthtml_sortable_queue>=0.0.20', 'cjm_fasthtml_design_system>=0.0.13']
16
16
 
17
17
  [project.urls]
18
18
  Repository = "https://github.com/cj-mills/cjm-transcript-source-select"
@@ -1 +0,0 @@
1
- __version__ = "0.0.35"
@@ -1,17 +0,0 @@
1
- python-fasthtml
2
- cjm-plugin-system>=0.0.30
3
- cjm-transcription-plugin-system>=0.0.15
4
- cjm-fasthtml-app-core>=0.0.21
5
- cjm-fasthtml-daisyui>=0.0.15
6
- cjm_fasthtml_lucide_icons>=0.0.1
7
- cjm_fasthtml_file_browser>=0.0.23
8
- cjm_fasthtml_keyboard_navigation>=0.0.26
9
- duckdb
10
- pandas
11
- cjm_workflow_state>=0.0.3
12
- cjm_source_provider>=0.0.1
13
- cjm_fasthtml_interactions>=0.0.37
14
- cjm_fasthtml_viewport_fit>=0.0.15
15
- cjm_fasthtml_virtual_collection>=0.0.26
16
- cjm_fasthtml_sortable_queue>=0.0.19
17
- cjm_fasthtml_design_system>=0.0.13