cjm-transcript-source-select 0.0.23__tar.gz → 0.0.25__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 (36) hide show
  1. {cjm_transcript_source_select-0.0.23/cjm_transcript_source_select.egg-info → cjm_transcript_source_select-0.0.25}/PKG-INFO +5 -5
  2. cjm_transcript_source_select-0.0.25/cjm_transcript_source_select/__init__.py +1 -0
  3. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/local_files.py +3 -3
  4. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/source_browser.py +3 -3
  5. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25/cjm_transcript_source_select.egg-info}/PKG-INFO +5 -5
  6. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select.egg-info/requires.txt +4 -4
  7. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/pyproject.toml +1 -1
  8. cjm_transcript_source_select-0.0.23/cjm_transcript_source_select/__init__.py +0 -1
  9. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/LICENSE +0 -0
  10. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/MANIFEST.in +0 -0
  11. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/README.md +0 -0
  12. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/_modidx.py +0 -0
  13. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/__init__.py +0 -0
  14. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/helpers.py +0 -0
  15. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/preview_panel.py +0 -0
  16. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/selection_queue.py +0 -0
  17. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/components/step_renderer.py +0 -0
  18. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/html_ids.py +0 -0
  19. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/models.py +0 -0
  20. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/__init__.py +0 -0
  21. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/core.py +0 -0
  22. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/filtering.py +0 -0
  23. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/init.py +0 -0
  24. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/local_files.py +0 -0
  25. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/queue.py +0 -0
  26. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/source_browser.py +0 -0
  27. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/routes/tabs.py +0 -0
  28. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/services/__init__.py +0 -0
  29. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/services/source.py +0 -0
  30. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/services/source_utils.py +0 -0
  31. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select/utils.py +0 -0
  32. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select.egg-info/SOURCES.txt +0 -0
  33. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select.egg-info/dependency_links.txt +0 -0
  34. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select.egg-info/entry_points.txt +0 -0
  35. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/cjm_transcript_source_select.egg-info/top_level.txt +0 -0
  36. {cjm_transcript_source_select-0.0.23 → cjm_transcript_source_select-0.0.25}/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.23
3
+ Version: 0.0.25
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
@@ -20,8 +20,8 @@ Requires-Dist: cjm-transcription-plugin-system
20
20
  Requires-Dist: cjm-fasthtml-app-core
21
21
  Requires-Dist: cjm-fasthtml-daisyui
22
22
  Requires-Dist: cjm_fasthtml_lucide_icons
23
- Requires-Dist: cjm_fasthtml_file_browser
24
- Requires-Dist: cjm_fasthtml_keyboard_navigation
23
+ Requires-Dist: cjm_fasthtml_file_browser>=0.0.17
24
+ Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.20
25
25
  Requires-Dist: duckdb
26
26
  Requires-Dist: pandas
27
27
  Requires-Dist: cjm_workflow_state
@@ -29,8 +29,8 @@ Requires-Dist: cjm_source_provider
29
29
  Requires-Dist: cjm_fasthtml_interactions
30
30
  Requires-Dist: cjm_fasthtml_viewport_fit
31
31
  Requires-Dist: cjm_fasthtml_virtual_collection
32
- Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.8
33
- Requires-Dist: cjm_fasthtml_design_system>=0.0.5
32
+ Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.12
33
+ Requires-Dist: cjm_fasthtml_design_system>=0.0.7
34
34
  Dynamic: license-file
35
35
 
36
36
  # cjm-transcript-source-select
@@ -0,0 +1 @@
1
+ __version__ = "0.0.25"
@@ -14,7 +14,6 @@ from fasthtml.common import Div, Span, Button, Ul, Li, P
14
14
  from cjm_fasthtml_interactions.core.context import InteractionContext
15
15
 
16
16
  # DaisyUI components
17
- from cjm_fasthtml_daisyui.components.actions.button import btn, btn_sizes, btn_styles
18
17
  from cjm_fasthtml_daisyui.components.data_display.badge import badge, badge_colors, badge_sizes
19
18
  from cjm_fasthtml_daisyui.components.data_display.list import list_ui, list_row
20
19
  from cjm_fasthtml_daisyui.components.feedback.alert import alert, alert_colors
@@ -44,7 +43,8 @@ from cjm_fasthtml_file_browser.core.config import (
44
43
  from cjm_fasthtml_file_browser.core.models import BrowserState, BrowserSelection
45
44
  from cjm_fasthtml_file_browser.providers.local import LocalFileSystemProvider
46
45
 
47
- # Design system recipes (V10 I1 inset divider, V11 icon-size roles)
46
+ # Design system recipes (V1 button roles, V10 I1 inset divider, V11 icon-size roles)
47
+ from cjm_fasthtml_design_system.buttons import buttons
48
48
  from cjm_fasthtml_design_system.insets import insets
49
49
  from cjm_fasthtml_design_system.icons import icons
50
50
 
@@ -125,7 +125,7 @@ def _render_external_sources_list(
125
125
  Span(path.name, cls=combine_classes(grow(), truncate, font_size.sm, font_family.mono)),
126
126
  Button(
127
127
  lucide_icon("x", size=icons.icon_button, cls=str(text_dui.base_content.opacity(60))),
128
- cls=combine_classes(btn, btn_styles.ghost, btn_sizes.xs, shrink._0),
128
+ cls=combine_classes(buttons.item_remove, shrink._0),
129
129
  hx_post=remove_url,
130
130
  hx_vals=json.dumps({"db_path": db_path}),
131
131
  hx_swap="none",
@@ -16,7 +16,6 @@ from fasthtml.common import (
16
16
  )
17
17
 
18
18
  # DaisyUI components
19
- from cjm_fasthtml_daisyui.components.actions.button import btn, btn_sizes, btn_styles
20
19
  from cjm_fasthtml_daisyui.components.data_display.badge import badge, badge_colors, badge_sizes
21
20
  from cjm_fasthtml_daisyui.components.data_input.checkbox import checkbox, checkbox_sizes
22
21
  from cjm_fasthtml_daisyui.components.data_input.select import select, select_sizes
@@ -57,7 +56,8 @@ from cjm_fasthtml_keyboard_navigation.components.system import render_keyboard_s
57
56
  from cjm_fasthtml_viewport_fit.models import ViewportFitConfig
58
57
  from cjm_fasthtml_viewport_fit.components import render_viewport_fit_script
59
58
 
60
- # Design system recipes (V10 P2 content_panel + I1 inset divider)
59
+ # Design system recipes (V1 button roles, V10 P2 content_panel + I1 inset divider)
60
+ from cjm_fasthtml_design_system.buttons import buttons
61
61
  from cjm_fasthtml_design_system.panels import panels
62
62
  from cjm_fasthtml_design_system.insets import insets
63
63
 
@@ -184,7 +184,7 @@ def _render_header_cell(
184
184
  )),
185
185
  Button(
186
186
  f"Select All {item.group_count}",
187
- cls=combine_classes(btn, btn_styles.ghost, btn_sizes.xs),
187
+ cls=buttons.item_remove,
188
188
  hx_post=select_all_url,
189
189
  hx_vals=json.dumps({"group_key": item.group_key, "grouping_mode": item.grouping_mode}),
190
190
  hx_target=SelectionHtmlIds.as_selector(SelectionHtmlIds.QUEUE_CONTAINER),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjm-transcript-source-select
3
- Version: 0.0.23
3
+ Version: 0.0.25
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
@@ -20,8 +20,8 @@ Requires-Dist: cjm-transcription-plugin-system
20
20
  Requires-Dist: cjm-fasthtml-app-core
21
21
  Requires-Dist: cjm-fasthtml-daisyui
22
22
  Requires-Dist: cjm_fasthtml_lucide_icons
23
- Requires-Dist: cjm_fasthtml_file_browser
24
- Requires-Dist: cjm_fasthtml_keyboard_navigation
23
+ Requires-Dist: cjm_fasthtml_file_browser>=0.0.17
24
+ Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.20
25
25
  Requires-Dist: duckdb
26
26
  Requires-Dist: pandas
27
27
  Requires-Dist: cjm_workflow_state
@@ -29,8 +29,8 @@ Requires-Dist: cjm_source_provider
29
29
  Requires-Dist: cjm_fasthtml_interactions
30
30
  Requires-Dist: cjm_fasthtml_viewport_fit
31
31
  Requires-Dist: cjm_fasthtml_virtual_collection
32
- Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.8
33
- Requires-Dist: cjm_fasthtml_design_system>=0.0.5
32
+ Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.12
33
+ Requires-Dist: cjm_fasthtml_design_system>=0.0.7
34
34
  Dynamic: license-file
35
35
 
36
36
  # cjm-transcript-source-select
@@ -3,8 +3,8 @@ cjm-transcription-plugin-system
3
3
  cjm-fasthtml-app-core
4
4
  cjm-fasthtml-daisyui
5
5
  cjm_fasthtml_lucide_icons
6
- cjm_fasthtml_file_browser
7
- cjm_fasthtml_keyboard_navigation
6
+ cjm_fasthtml_file_browser>=0.0.17
7
+ cjm_fasthtml_keyboard_navigation>=0.0.20
8
8
  duckdb
9
9
  pandas
10
10
  cjm_workflow_state
@@ -12,5 +12,5 @@ cjm_source_provider
12
12
  cjm_fasthtml_interactions
13
13
  cjm_fasthtml_viewport_fit
14
14
  cjm_fasthtml_virtual_collection
15
- cjm_fasthtml_sortable_queue>=0.0.8
16
- cjm_fasthtml_design_system>=0.0.5
15
+ cjm_fasthtml_sortable_queue>=0.0.12
16
+ cjm_fasthtml_design_system>=0.0.7
@@ -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 = ['cjm-plugin-system', 'cjm-transcription-plugin-system', 'cjm-fasthtml-app-core', 'cjm-fasthtml-daisyui', 'cjm_fasthtml_lucide_icons', 'cjm_fasthtml_file_browser', 'cjm_fasthtml_keyboard_navigation', 'duckdb', 'pandas', 'cjm_workflow_state', 'cjm_source_provider', 'cjm_fasthtml_interactions', 'cjm_fasthtml_viewport_fit', 'cjm_fasthtml_virtual_collection', 'cjm_fasthtml_sortable_queue>=0.0.8', 'cjm_fasthtml_design_system>=0.0.5']
15
+ dependencies = ['cjm-plugin-system', 'cjm-transcription-plugin-system', 'cjm-fasthtml-app-core', 'cjm-fasthtml-daisyui', 'cjm_fasthtml_lucide_icons', 'cjm_fasthtml_file_browser>=0.0.17', 'cjm_fasthtml_keyboard_navigation>=0.0.20', 'duckdb', 'pandas', 'cjm_workflow_state', 'cjm_source_provider', 'cjm_fasthtml_interactions', 'cjm_fasthtml_viewport_fit', 'cjm_fasthtml_virtual_collection', 'cjm_fasthtml_sortable_queue>=0.0.12', 'cjm_fasthtml_design_system>=0.0.7']
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.23"