cjm-transcript-source-select 0.0.17__tar.gz → 0.0.19__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_source_select-0.0.17/cjm_transcript_source_select.egg-info → cjm_transcript_source_select-0.0.19}/PKG-INFO +33 -44
- cjm_transcript_source_select-0.0.19/cjm_transcript_source_select/__init__.py +1 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/local_files.py +4 -1
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/preview_panel.py +7 -11
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/source_browser.py +7 -5
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/step_renderer.py +4 -2
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19/cjm_transcript_source_select.egg-info}/PKG-INFO +33 -44
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select.egg-info/SOURCES.txt +0 -3
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select.egg-info/requires.txt +2 -3
- cjm_transcript_source_select-0.0.19/pyproject.toml +30 -0
- cjm_transcript_source_select-0.0.17/cjm_transcript_source_select/__init__.py +0 -1
- cjm_transcript_source_select-0.0.17/cjm_transcript_source_select.egg-info/not-zip-safe +0 -1
- cjm_transcript_source_select-0.0.17/pyproject.toml +0 -11
- cjm_transcript_source_select-0.0.17/settings.ini +0 -38
- cjm_transcript_source_select-0.0.17/setup.py +0 -63
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/LICENSE +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/MANIFEST.in +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/README.md +20 -20
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/_modidx.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/__init__.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/helpers.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/components/selection_queue.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/html_ids.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/models.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/__init__.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/core.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/filtering.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/init.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/local_files.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/queue.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/source_browser.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/routes/tabs.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/services/__init__.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/services/source.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/services/source_utils.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select/utils.py +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select.egg-info/dependency_links.txt +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select.egg-info/entry_points.txt +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/cjm_transcript_source_select.egg-info/top_level.txt +0 -0
- {cjm_transcript_source_select-0.0.17 → cjm_transcript_source_select-0.0.19}/setup.cfg +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-source-select
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.19
|
|
4
4
|
Summary: FastHTML source selection component for transcript decomposition workflows, with federated database browsing, drag-drop ordering, and keyboard navigation.
|
|
5
|
-
|
|
6
|
-
Author: Christian J. Mills
|
|
7
|
-
Author-email: 9126128+cj-mills@users.noreply.github.com
|
|
5
|
+
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
|
|
8
6
|
License: Apache-2.0
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
Project-URL: Repository, https://github.com/cj-mills/cjm-transcript-source-select
|
|
8
|
+
Project-URL: Documentation, https://cj-mills.github.io/cjm-transcript-source-select
|
|
9
|
+
Keywords: nbdev,jupyter,notebook,python
|
|
12
10
|
Classifier: Natural Language :: English
|
|
13
|
-
Classifier:
|
|
14
|
-
Classifier:
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
15
|
Requires-Python: >=3.12
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
@@ -29,20 +29,9 @@ 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
|
|
33
|
-
|
|
34
|
-
Dynamic:
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
|
-
Dynamic: provides-extra
|
|
43
|
-
Dynamic: requires-dist
|
|
44
|
-
Dynamic: requires-python
|
|
45
|
-
Dynamic: summary
|
|
32
|
+
Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.8
|
|
33
|
+
Requires-Dist: cjm_fasthtml_design_system>=0.0.3
|
|
34
|
+
Dynamic: license-file
|
|
46
35
|
|
|
47
36
|
# cjm-transcript-source-select
|
|
48
37
|
|
|
@@ -110,53 +99,53 @@ graph LR
|
|
|
110
99
|
components_local_files --> components_helpers
|
|
111
100
|
components_preview_panel --> html_ids
|
|
112
101
|
components_source_browser --> utils
|
|
113
|
-
components_source_browser --> services_source_utils
|
|
114
102
|
components_source_browser --> html_ids
|
|
115
|
-
|
|
116
|
-
components_step_renderer -->
|
|
103
|
+
components_source_browser --> services_source_utils
|
|
104
|
+
components_step_renderer --> utils
|
|
117
105
|
components_step_renderer --> components_local_files
|
|
106
|
+
components_step_renderer --> components_source_browser
|
|
118
107
|
components_step_renderer --> components_selection_queue
|
|
119
108
|
components_step_renderer --> models
|
|
109
|
+
components_step_renderer --> html_ids
|
|
120
110
|
components_step_renderer --> components_preview_panel
|
|
121
|
-
components_step_renderer --> utils
|
|
122
|
-
routes_core --> components_step_renderer
|
|
123
111
|
routes_core --> models
|
|
112
|
+
routes_core --> html_ids
|
|
124
113
|
routes_core --> components_selection_queue
|
|
125
114
|
routes_core --> services_source
|
|
126
|
-
routes_core -->
|
|
127
|
-
routes_filtering --> services_source_utils
|
|
115
|
+
routes_core --> components_step_renderer
|
|
128
116
|
routes_filtering --> routes_core
|
|
129
|
-
routes_filtering --> models
|
|
130
117
|
routes_filtering --> services_source
|
|
118
|
+
routes_filtering --> services_source_utils
|
|
119
|
+
routes_filtering --> models
|
|
131
120
|
routes_init --> routes_queue
|
|
132
121
|
routes_init --> routes_core
|
|
133
|
-
routes_init --> routes_tabs
|
|
134
|
-
routes_init --> routes_local_files
|
|
135
|
-
routes_init --> models
|
|
136
122
|
routes_init --> services_source
|
|
137
123
|
routes_init --> routes_source_browser
|
|
124
|
+
routes_init --> routes_local_files
|
|
125
|
+
routes_init --> models
|
|
126
|
+
routes_init --> routes_tabs
|
|
138
127
|
routes_init --> routes_filtering
|
|
128
|
+
routes_local_files --> routes_core
|
|
129
|
+
routes_local_files --> services_source
|
|
139
130
|
routes_local_files --> components_local_files
|
|
140
131
|
routes_local_files --> models
|
|
141
|
-
routes_local_files --> services_source
|
|
142
|
-
routes_local_files --> routes_core
|
|
143
|
-
routes_queue --> services_source_utils
|
|
144
132
|
routes_queue --> routes_core
|
|
133
|
+
routes_queue --> services_source_utils
|
|
134
|
+
routes_queue --> services_source
|
|
145
135
|
routes_queue --> models
|
|
146
136
|
routes_queue --> components_preview_panel
|
|
147
|
-
routes_queue --> services_source
|
|
148
|
-
routes_source_browser --> html_ids
|
|
149
137
|
routes_source_browser --> components_source_browser
|
|
138
|
+
routes_source_browser --> services_source
|
|
139
|
+
routes_source_browser --> services_source_utils
|
|
150
140
|
routes_source_browser --> routes_core
|
|
151
141
|
routes_source_browser --> models
|
|
142
|
+
routes_source_browser --> html_ids
|
|
152
143
|
routes_source_browser --> components_preview_panel
|
|
153
|
-
routes_source_browser --> services_source
|
|
154
|
-
routes_source_browser --> services_source_utils
|
|
155
144
|
routes_tabs --> routes_core
|
|
156
145
|
routes_tabs --> models
|
|
157
|
-
routes_tabs --> components_step_renderer
|
|
158
|
-
routes_tabs --> services_source
|
|
159
146
|
routes_tabs --> services_source_utils
|
|
147
|
+
routes_tabs --> services_source
|
|
148
|
+
routes_tabs --> components_step_renderer
|
|
160
149
|
```
|
|
161
150
|
|
|
162
151
|
*52 cross-module dependencies detected*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.19"
|
|
@@ -44,6 +44,9 @@ from cjm_fasthtml_file_browser.core.config import (
|
|
|
44
44
|
from cjm_fasthtml_file_browser.core.models import BrowserState, BrowserSelection
|
|
45
45
|
from cjm_fasthtml_file_browser.providers.local import LocalFileSystemProvider
|
|
46
46
|
|
|
47
|
+
# Design system recipes (V10 I1 inset divider)
|
|
48
|
+
from cjm_fasthtml_design_system.insets import insets
|
|
49
|
+
|
|
47
50
|
# Local imports
|
|
48
51
|
from ..html_ids import SelectionHtmlIds
|
|
49
52
|
from cjm_transcript_source_select.components.helpers import (
|
|
@@ -142,7 +145,7 @@ def _render_external_sources_list(
|
|
|
142
145
|
),
|
|
143
146
|
cls=combine_classes(
|
|
144
147
|
flex_display, items.center,
|
|
145
|
-
p(2),
|
|
148
|
+
p(2), insets.divider_50, border_dui.base_300, border.b()
|
|
146
149
|
)
|
|
147
150
|
),
|
|
148
151
|
Ul(
|
|
@@ -14,8 +14,7 @@ from fasthtml.common import Div, H3, P, Span, Input
|
|
|
14
14
|
from cjm_fasthtml_daisyui.components.data_display.collapse import (
|
|
15
15
|
collapse, collapse_title, collapse_content, collapse_modifiers
|
|
16
16
|
)
|
|
17
|
-
from cjm_fasthtml_daisyui.utilities.semantic_colors import
|
|
18
|
-
from cjm_fasthtml_daisyui.utilities.border_radius import border_radius
|
|
17
|
+
from cjm_fasthtml_daisyui.utilities.semantic_colors import text_dui
|
|
19
18
|
|
|
20
19
|
# Tailwind utilities
|
|
21
20
|
from cjm_fasthtml_tailwind.utilities.spacing import p, m
|
|
@@ -24,10 +23,12 @@ from cjm_fasthtml_tailwind.utilities.typography import (
|
|
|
24
23
|
font_size, font_weight, font_family, text_align, whitespace, italic
|
|
25
24
|
)
|
|
26
25
|
from cjm_fasthtml_tailwind.utilities.layout import overflow
|
|
27
|
-
from cjm_fasthtml_tailwind.utilities.borders import border
|
|
28
|
-
from cjm_fasthtml_tailwind.utilities.effects import shadow
|
|
29
26
|
from cjm_fasthtml_tailwind.core.base import combine_classes
|
|
30
27
|
|
|
28
|
+
# Design system recipes (V10 P2 content_panel + I1 inset divider)
|
|
29
|
+
from cjm_fasthtml_design_system.panels import panels
|
|
30
|
+
from cjm_fasthtml_design_system.insets import insets
|
|
31
|
+
|
|
31
32
|
# Local imports
|
|
32
33
|
from ..html_ids import SelectionHtmlIds
|
|
33
34
|
|
|
@@ -88,19 +89,14 @@ def _render_preview_panel(
|
|
|
88
89
|
Div(
|
|
89
90
|
preview_content,
|
|
90
91
|
id=SelectionHtmlIds.PREVIEW_CONTENT,
|
|
91
|
-
cls=combine_classes(collapse_content, p(4),
|
|
92
|
+
cls=combine_classes(collapse_content, p(4), insets.divider_30)
|
|
92
93
|
),
|
|
93
94
|
id=SelectionHtmlIds.PREVIEW_PANEL,
|
|
94
95
|
cls=combine_classes(
|
|
95
96
|
collapse,
|
|
96
97
|
collapse_modifiers.arrow,
|
|
97
98
|
w.full,
|
|
98
|
-
|
|
99
|
-
border_radius.box,
|
|
100
|
-
shadow.lg,
|
|
101
|
-
shadow_dui.base_300,
|
|
102
|
-
border_dui.base_300,
|
|
103
|
-
border(),
|
|
99
|
+
panels.content_panel,
|
|
104
100
|
m.t(4)
|
|
105
101
|
)
|
|
106
102
|
)
|
|
@@ -24,8 +24,7 @@ from cjm_fasthtml_daisyui.components.data_input.text_input import text_input, te
|
|
|
24
24
|
from cjm_fasthtml_daisyui.components.feedback.tooltip import (
|
|
25
25
|
tooltip, tooltip_content, tooltip_placement
|
|
26
26
|
)
|
|
27
|
-
from cjm_fasthtml_daisyui.utilities.semantic_colors import
|
|
28
|
-
from cjm_fasthtml_daisyui.utilities.border_radius import border_radius
|
|
27
|
+
from cjm_fasthtml_daisyui.utilities.semantic_colors import text_dui, border_dui
|
|
29
28
|
|
|
30
29
|
# Tailwind utilities
|
|
31
30
|
from cjm_fasthtml_tailwind.utilities.spacing import p, m
|
|
@@ -35,7 +34,6 @@ from cjm_fasthtml_tailwind.utilities.typography import (
|
|
|
35
34
|
)
|
|
36
35
|
from cjm_fasthtml_tailwind.utilities.layout import overflow
|
|
37
36
|
from cjm_fasthtml_tailwind.utilities.borders import border
|
|
38
|
-
from cjm_fasthtml_tailwind.utilities.effects import shadow
|
|
39
37
|
from cjm_fasthtml_tailwind.utilities.flexbox_and_grid import (
|
|
40
38
|
flex_display, flex_direction, justify, items, gap, grow
|
|
41
39
|
)
|
|
@@ -59,6 +57,10 @@ from cjm_fasthtml_keyboard_navigation.components.system import render_keyboard_s
|
|
|
59
57
|
from cjm_fasthtml_viewport_fit.models import ViewportFitConfig
|
|
60
58
|
from cjm_fasthtml_viewport_fit.components import render_viewport_fit_script
|
|
61
59
|
|
|
60
|
+
# Design system recipes (V10 P2 content_panel + I1 inset divider)
|
|
61
|
+
from cjm_fasthtml_design_system.panels import panels
|
|
62
|
+
from cjm_fasthtml_design_system.insets import insets
|
|
63
|
+
|
|
62
64
|
# Local imports
|
|
63
65
|
from ..html_ids import SelectionHtmlIds
|
|
64
66
|
from cjm_transcript_source_select.utils import (
|
|
@@ -190,7 +192,7 @@ def _render_header_cell(
|
|
|
190
192
|
) if show_select_all else None,
|
|
191
193
|
cls=combine_classes(
|
|
192
194
|
flex_display, justify.between, items.center, gap(2), w.full,
|
|
193
|
-
|
|
195
|
+
insets.divider_50, p.y(1), p.x(2),
|
|
194
196
|
),
|
|
195
197
|
)
|
|
196
198
|
|
|
@@ -402,7 +404,7 @@ def _render_source_browser_vc(
|
|
|
402
404
|
id=SelectionHtmlIds.SOURCE_BROWSER,
|
|
403
405
|
cls=combine_classes(
|
|
404
406
|
w.full, grow(), min_h(64),
|
|
405
|
-
|
|
407
|
+
panels.content_panel,
|
|
406
408
|
flex_display, flex_direction.col, overflow.hidden,
|
|
407
409
|
),
|
|
408
410
|
)
|
|
@@ -35,6 +35,9 @@ from cjm_fasthtml_tailwind.core.base import combine_classes
|
|
|
35
35
|
from cjm_fasthtml_viewport_fit.models import ViewportFitConfig
|
|
36
36
|
from cjm_fasthtml_viewport_fit.components import render_viewport_fit_script
|
|
37
37
|
|
|
38
|
+
# Design system recipes (V10 P4 minimal_container)
|
|
39
|
+
from cjm_fasthtml_design_system.panels import panels
|
|
40
|
+
|
|
38
41
|
# Local imports
|
|
39
42
|
from ..html_ids import SelectionHtmlIds
|
|
40
43
|
from ..models import SelectionUrls
|
|
@@ -257,8 +260,7 @@ def _render_source_tabs(
|
|
|
257
260
|
grow(),
|
|
258
261
|
min_h(0),
|
|
259
262
|
min_w._0, # Allow content to shrink below intrinsic width
|
|
260
|
-
|
|
261
|
-
border_radius.box,
|
|
263
|
+
panels.minimal_container,
|
|
262
264
|
overflow.hidden, # Propagate height constraint to children
|
|
263
265
|
flex_display,
|
|
264
266
|
flex_direction.col
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-source-select
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.19
|
|
4
4
|
Summary: FastHTML source selection component for transcript decomposition workflows, with federated database browsing, drag-drop ordering, and keyboard navigation.
|
|
5
|
-
|
|
6
|
-
Author: Christian J. Mills
|
|
7
|
-
Author-email: 9126128+cj-mills@users.noreply.github.com
|
|
5
|
+
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
|
|
8
6
|
License: Apache-2.0
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
Project-URL: Repository, https://github.com/cj-mills/cjm-transcript-source-select
|
|
8
|
+
Project-URL: Documentation, https://cj-mills.github.io/cjm-transcript-source-select
|
|
9
|
+
Keywords: nbdev,jupyter,notebook,python
|
|
12
10
|
Classifier: Natural Language :: English
|
|
13
|
-
Classifier:
|
|
14
|
-
Classifier:
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
15
|
Requires-Python: >=3.12
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
@@ -29,20 +29,9 @@ 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
|
|
33
|
-
|
|
34
|
-
Dynamic:
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
|
-
Dynamic: provides-extra
|
|
43
|
-
Dynamic: requires-dist
|
|
44
|
-
Dynamic: requires-python
|
|
45
|
-
Dynamic: summary
|
|
32
|
+
Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.8
|
|
33
|
+
Requires-Dist: cjm_fasthtml_design_system>=0.0.3
|
|
34
|
+
Dynamic: license-file
|
|
46
35
|
|
|
47
36
|
# cjm-transcript-source-select
|
|
48
37
|
|
|
@@ -110,53 +99,53 @@ graph LR
|
|
|
110
99
|
components_local_files --> components_helpers
|
|
111
100
|
components_preview_panel --> html_ids
|
|
112
101
|
components_source_browser --> utils
|
|
113
|
-
components_source_browser --> services_source_utils
|
|
114
102
|
components_source_browser --> html_ids
|
|
115
|
-
|
|
116
|
-
components_step_renderer -->
|
|
103
|
+
components_source_browser --> services_source_utils
|
|
104
|
+
components_step_renderer --> utils
|
|
117
105
|
components_step_renderer --> components_local_files
|
|
106
|
+
components_step_renderer --> components_source_browser
|
|
118
107
|
components_step_renderer --> components_selection_queue
|
|
119
108
|
components_step_renderer --> models
|
|
109
|
+
components_step_renderer --> html_ids
|
|
120
110
|
components_step_renderer --> components_preview_panel
|
|
121
|
-
components_step_renderer --> utils
|
|
122
|
-
routes_core --> components_step_renderer
|
|
123
111
|
routes_core --> models
|
|
112
|
+
routes_core --> html_ids
|
|
124
113
|
routes_core --> components_selection_queue
|
|
125
114
|
routes_core --> services_source
|
|
126
|
-
routes_core -->
|
|
127
|
-
routes_filtering --> services_source_utils
|
|
115
|
+
routes_core --> components_step_renderer
|
|
128
116
|
routes_filtering --> routes_core
|
|
129
|
-
routes_filtering --> models
|
|
130
117
|
routes_filtering --> services_source
|
|
118
|
+
routes_filtering --> services_source_utils
|
|
119
|
+
routes_filtering --> models
|
|
131
120
|
routes_init --> routes_queue
|
|
132
121
|
routes_init --> routes_core
|
|
133
|
-
routes_init --> routes_tabs
|
|
134
|
-
routes_init --> routes_local_files
|
|
135
|
-
routes_init --> models
|
|
136
122
|
routes_init --> services_source
|
|
137
123
|
routes_init --> routes_source_browser
|
|
124
|
+
routes_init --> routes_local_files
|
|
125
|
+
routes_init --> models
|
|
126
|
+
routes_init --> routes_tabs
|
|
138
127
|
routes_init --> routes_filtering
|
|
128
|
+
routes_local_files --> routes_core
|
|
129
|
+
routes_local_files --> services_source
|
|
139
130
|
routes_local_files --> components_local_files
|
|
140
131
|
routes_local_files --> models
|
|
141
|
-
routes_local_files --> services_source
|
|
142
|
-
routes_local_files --> routes_core
|
|
143
|
-
routes_queue --> services_source_utils
|
|
144
132
|
routes_queue --> routes_core
|
|
133
|
+
routes_queue --> services_source_utils
|
|
134
|
+
routes_queue --> services_source
|
|
145
135
|
routes_queue --> models
|
|
146
136
|
routes_queue --> components_preview_panel
|
|
147
|
-
routes_queue --> services_source
|
|
148
|
-
routes_source_browser --> html_ids
|
|
149
137
|
routes_source_browser --> components_source_browser
|
|
138
|
+
routes_source_browser --> services_source
|
|
139
|
+
routes_source_browser --> services_source_utils
|
|
150
140
|
routes_source_browser --> routes_core
|
|
151
141
|
routes_source_browser --> models
|
|
142
|
+
routes_source_browser --> html_ids
|
|
152
143
|
routes_source_browser --> components_preview_panel
|
|
153
|
-
routes_source_browser --> services_source
|
|
154
|
-
routes_source_browser --> services_source_utils
|
|
155
144
|
routes_tabs --> routes_core
|
|
156
145
|
routes_tabs --> models
|
|
157
|
-
routes_tabs --> components_step_renderer
|
|
158
|
-
routes_tabs --> services_source
|
|
159
146
|
routes_tabs --> services_source_utils
|
|
147
|
+
routes_tabs --> services_source
|
|
148
|
+
routes_tabs --> components_step_renderer
|
|
160
149
|
```
|
|
161
150
|
|
|
162
151
|
*52 cross-module dependencies detected*
|
|
@@ -2,8 +2,6 @@ LICENSE
|
|
|
2
2
|
MANIFEST.in
|
|
3
3
|
README.md
|
|
4
4
|
pyproject.toml
|
|
5
|
-
settings.ini
|
|
6
|
-
setup.py
|
|
7
5
|
cjm_transcript_source_select/__init__.py
|
|
8
6
|
cjm_transcript_source_select/_modidx.py
|
|
9
7
|
cjm_transcript_source_select/html_ids.py
|
|
@@ -13,7 +11,6 @@ cjm_transcript_source_select.egg-info/PKG-INFO
|
|
|
13
11
|
cjm_transcript_source_select.egg-info/SOURCES.txt
|
|
14
12
|
cjm_transcript_source_select.egg-info/dependency_links.txt
|
|
15
13
|
cjm_transcript_source_select.egg-info/entry_points.txt
|
|
16
|
-
cjm_transcript_source_select.egg-info/not-zip-safe
|
|
17
14
|
cjm_transcript_source_select.egg-info/requires.txt
|
|
18
15
|
cjm_transcript_source_select.egg-info/top_level.txt
|
|
19
16
|
cjm_transcript_source_select/components/__init__.py
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=64"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "cjm-transcript-source-select"
|
|
7
|
+
dynamic = ["version"]
|
|
8
|
+
description = "FastHTML source selection component for transcript decomposition workflows, with federated database browsing, drag-drop ordering, and keyboard navigation."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.12"
|
|
11
|
+
license = {text = "Apache-2.0"}
|
|
12
|
+
authors = [{name = "Christian J. Mills", email = "9126128+cj-mills@users.noreply.github.com"}]
|
|
13
|
+
keywords = ['nbdev', 'jupyter', 'notebook', 'python']
|
|
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.3']
|
|
16
|
+
|
|
17
|
+
[project.urls]
|
|
18
|
+
Repository = "https://github.com/cj-mills/cjm-transcript-source-select"
|
|
19
|
+
Documentation = "https://cj-mills.github.io/cjm-transcript-source-select"
|
|
20
|
+
|
|
21
|
+
[project.entry-points.nbdev]
|
|
22
|
+
cjm_transcript_source_select = "cjm_transcript_source_select._modidx:d"
|
|
23
|
+
|
|
24
|
+
[tool.setuptools.dynamic]
|
|
25
|
+
version = {attr = "cjm_transcript_source_select.__version__"}
|
|
26
|
+
|
|
27
|
+
[tool.setuptools.packages.find]
|
|
28
|
+
include = ["cjm_transcript_source_select"]
|
|
29
|
+
|
|
30
|
+
[tool.nbdev]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.17"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=64.0,<76.0"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name="cjm-transcript-source-select"
|
|
7
|
-
requires-python=">=3.12"
|
|
8
|
-
dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
|
|
9
|
-
|
|
10
|
-
[tool.uv]
|
|
11
|
-
cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
[DEFAULT]
|
|
2
|
-
repo = cjm-transcript-source-select
|
|
3
|
-
lib_name = cjm-transcript-source-select
|
|
4
|
-
version = 0.0.17
|
|
5
|
-
min_python = 3.12
|
|
6
|
-
license = apache2
|
|
7
|
-
black_formatting = False
|
|
8
|
-
doc_path = _docs
|
|
9
|
-
lib_path = cjm_transcript_source_select
|
|
10
|
-
nbs_path = nbs
|
|
11
|
-
recursive = True
|
|
12
|
-
tst_flags = notest
|
|
13
|
-
put_version_in_init = True
|
|
14
|
-
update_pyproject = True
|
|
15
|
-
branch = main
|
|
16
|
-
custom_sidebar = False
|
|
17
|
-
doc_host = https://cj-mills.github.io
|
|
18
|
-
doc_baseurl = /cjm-transcript-source-select
|
|
19
|
-
git_url = https://github.com/cj-mills/cjm-transcript-source-select
|
|
20
|
-
title = cjm-transcript-source-select
|
|
21
|
-
audience = Developers
|
|
22
|
-
author = Christian J. Mills
|
|
23
|
-
author_email = 9126128+cj-mills@users.noreply.github.com
|
|
24
|
-
copyright = 2026 onwards, Christian J. Mills
|
|
25
|
-
description = FastHTML source selection component for transcript decomposition workflows, with federated database browsing, drag-drop ordering, and keyboard navigation.
|
|
26
|
-
keywords = nbdev jupyter notebook python
|
|
27
|
-
language = English
|
|
28
|
-
status = 3
|
|
29
|
-
user = cj-mills
|
|
30
|
-
requirements = 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
|
|
31
|
-
readme_nb = index.ipynb
|
|
32
|
-
allowed_metadata_keys =
|
|
33
|
-
allowed_cell_metadata_keys =
|
|
34
|
-
jupyter_hooks = False
|
|
35
|
-
clean_ids = True
|
|
36
|
-
clear_all = False
|
|
37
|
-
skip_procs =
|
|
38
|
-
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
from pkg_resources import parse_version
|
|
2
|
-
from configparser import ConfigParser
|
|
3
|
-
import setuptools, shlex
|
|
4
|
-
assert parse_version(setuptools.__version__)>=parse_version('36.2')
|
|
5
|
-
|
|
6
|
-
# note: all settings are in settings.ini; edit there, not here
|
|
7
|
-
config = ConfigParser(delimiters=['='])
|
|
8
|
-
config.read('settings.ini', encoding='utf-8')
|
|
9
|
-
cfg = config['DEFAULT']
|
|
10
|
-
|
|
11
|
-
cfg_keys = 'version description keywords author author_email'.split()
|
|
12
|
-
expected = cfg_keys + "lib_name user branch license status min_python audience language".split()
|
|
13
|
-
for o in expected: assert o in cfg, "missing expected setting: {}".format(o)
|
|
14
|
-
setup_cfg = {o:cfg[o] for o in cfg_keys}
|
|
15
|
-
|
|
16
|
-
licenses = {
|
|
17
|
-
'apache2': 'Apache-2.0',
|
|
18
|
-
'mit': 'MIT',
|
|
19
|
-
'gpl2': 'GPL-2.0-only',
|
|
20
|
-
'gpl3': 'GPL-3.0-or-later',
|
|
21
|
-
'bsd3': 'BSD-3-Clause',
|
|
22
|
-
}
|
|
23
|
-
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
|
|
24
|
-
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
|
|
25
|
-
py_versions = '3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13'.split()
|
|
26
|
-
|
|
27
|
-
requirements = shlex.split(cfg.get('requirements', ''))
|
|
28
|
-
if cfg.get('pip_requirements'): requirements += shlex.split(cfg.get('pip_requirements', ''))
|
|
29
|
-
min_python = cfg['min_python']
|
|
30
|
-
dev_requirements = (cfg.get('dev_requirements') or '').split()
|
|
31
|
-
|
|
32
|
-
package_data = dict()
|
|
33
|
-
pkg_data = cfg.get('package_data', None)
|
|
34
|
-
if pkg_data:
|
|
35
|
-
package_data[cfg['lib_name']] = pkg_data.split() # split as multiple files might be listed
|
|
36
|
-
# Add package data to setup_cfg for setuptools.setup(..., **setup_cfg)
|
|
37
|
-
setup_cfg['package_data'] = package_data
|
|
38
|
-
|
|
39
|
-
setuptools.setup(
|
|
40
|
-
name = cfg['lib_name'],
|
|
41
|
-
license = licenses.get(cfg['license'].lower(), cfg['license']),
|
|
42
|
-
classifiers = [
|
|
43
|
-
'Development Status :: ' + statuses[int(cfg['status'])],
|
|
44
|
-
'Intended Audience :: ' + cfg['audience'].title(),
|
|
45
|
-
'Natural Language :: ' + cfg['language'].title(),
|
|
46
|
-
] + ['Programming Language :: Python :: '+o for o in py_versions[py_versions.index(min_python):]],
|
|
47
|
-
url = cfg['git_url'],
|
|
48
|
-
packages = setuptools.find_packages(),
|
|
49
|
-
include_package_data = True,
|
|
50
|
-
install_requires = requirements,
|
|
51
|
-
extras_require={ 'dev': dev_requirements },
|
|
52
|
-
dependency_links = cfg.get('dep_links','').split(),
|
|
53
|
-
python_requires = '>=' + cfg['min_python'],
|
|
54
|
-
long_description = open('README.md', encoding='utf-8').read(),
|
|
55
|
-
long_description_content_type = 'text/markdown',
|
|
56
|
-
zip_safe = False,
|
|
57
|
-
entry_points = {
|
|
58
|
-
'console_scripts': cfg.get('console_scripts','').split(),
|
|
59
|
-
'nbdev': [f'{cfg.get("lib_path")}={cfg.get("lib_path")}._modidx:d']
|
|
60
|
-
},
|
|
61
|
-
**setup_cfg)
|
|
62
|
-
|
|
63
|
-
|
|
File without changes
|
|
File without changes
|
|
@@ -64,53 +64,53 @@ graph LR
|
|
|
64
64
|
components_local_files --> components_helpers
|
|
65
65
|
components_preview_panel --> html_ids
|
|
66
66
|
components_source_browser --> utils
|
|
67
|
-
components_source_browser --> services_source_utils
|
|
68
67
|
components_source_browser --> html_ids
|
|
69
|
-
|
|
70
|
-
components_step_renderer -->
|
|
68
|
+
components_source_browser --> services_source_utils
|
|
69
|
+
components_step_renderer --> utils
|
|
71
70
|
components_step_renderer --> components_local_files
|
|
71
|
+
components_step_renderer --> components_source_browser
|
|
72
72
|
components_step_renderer --> components_selection_queue
|
|
73
73
|
components_step_renderer --> models
|
|
74
|
+
components_step_renderer --> html_ids
|
|
74
75
|
components_step_renderer --> components_preview_panel
|
|
75
|
-
components_step_renderer --> utils
|
|
76
|
-
routes_core --> components_step_renderer
|
|
77
76
|
routes_core --> models
|
|
77
|
+
routes_core --> html_ids
|
|
78
78
|
routes_core --> components_selection_queue
|
|
79
79
|
routes_core --> services_source
|
|
80
|
-
routes_core -->
|
|
81
|
-
routes_filtering --> services_source_utils
|
|
80
|
+
routes_core --> components_step_renderer
|
|
82
81
|
routes_filtering --> routes_core
|
|
83
|
-
routes_filtering --> models
|
|
84
82
|
routes_filtering --> services_source
|
|
83
|
+
routes_filtering --> services_source_utils
|
|
84
|
+
routes_filtering --> models
|
|
85
85
|
routes_init --> routes_queue
|
|
86
86
|
routes_init --> routes_core
|
|
87
|
-
routes_init --> routes_tabs
|
|
88
|
-
routes_init --> routes_local_files
|
|
89
|
-
routes_init --> models
|
|
90
87
|
routes_init --> services_source
|
|
91
88
|
routes_init --> routes_source_browser
|
|
89
|
+
routes_init --> routes_local_files
|
|
90
|
+
routes_init --> models
|
|
91
|
+
routes_init --> routes_tabs
|
|
92
92
|
routes_init --> routes_filtering
|
|
93
|
+
routes_local_files --> routes_core
|
|
94
|
+
routes_local_files --> services_source
|
|
93
95
|
routes_local_files --> components_local_files
|
|
94
96
|
routes_local_files --> models
|
|
95
|
-
routes_local_files --> services_source
|
|
96
|
-
routes_local_files --> routes_core
|
|
97
|
-
routes_queue --> services_source_utils
|
|
98
97
|
routes_queue --> routes_core
|
|
98
|
+
routes_queue --> services_source_utils
|
|
99
|
+
routes_queue --> services_source
|
|
99
100
|
routes_queue --> models
|
|
100
101
|
routes_queue --> components_preview_panel
|
|
101
|
-
routes_queue --> services_source
|
|
102
|
-
routes_source_browser --> html_ids
|
|
103
102
|
routes_source_browser --> components_source_browser
|
|
103
|
+
routes_source_browser --> services_source
|
|
104
|
+
routes_source_browser --> services_source_utils
|
|
104
105
|
routes_source_browser --> routes_core
|
|
105
106
|
routes_source_browser --> models
|
|
107
|
+
routes_source_browser --> html_ids
|
|
106
108
|
routes_source_browser --> components_preview_panel
|
|
107
|
-
routes_source_browser --> services_source
|
|
108
|
-
routes_source_browser --> services_source_utils
|
|
109
109
|
routes_tabs --> routes_core
|
|
110
110
|
routes_tabs --> models
|
|
111
|
-
routes_tabs --> components_step_renderer
|
|
112
|
-
routes_tabs --> services_source
|
|
113
111
|
routes_tabs --> services_source_utils
|
|
112
|
+
routes_tabs --> services_source
|
|
113
|
+
routes_tabs --> components_step_renderer
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
*52 cross-module dependencies detected*
|
|
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
|
|
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
|