cjm-transcript-source-select 0.0.30__tar.gz → 0.0.32__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.30/cjm_transcript_source_select.egg-info → cjm_transcript_source_select-0.0.32}/PKG-INFO +16 -16
- cjm_transcript_source_select-0.0.32/cjm_transcript_source_select/__init__.py +1 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/models.py +1 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/filtering.py +1 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/init.py +1 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/local_files.py +1 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/queue.py +1 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/source_browser.py +2 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/tabs.py +2 -1
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32/cjm_transcript_source_select.egg-info}/PKG-INFO +16 -16
- cjm_transcript_source_select-0.0.32/cjm_transcript_source_select.egg-info/requires.txt +17 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/pyproject.toml +1 -1
- cjm_transcript_source_select-0.0.30/cjm_transcript_source_select/__init__.py +0 -1
- cjm_transcript_source_select-0.0.30/cjm_transcript_source_select.egg-info/requires.txt +0 -17
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/LICENSE +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/MANIFEST.in +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/README.md +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/_modidx.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/__init__.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/helpers.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/local_files.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/preview_panel.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/selection_queue.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/source_browser.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/components/step_renderer.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/html_ids.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/__init__.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/routes/core.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/services/__init__.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/services/source.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/services/source_utils.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select/utils.py +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select.egg-info/SOURCES.txt +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select.egg-info/dependency_links.txt +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select.egg-info/entry_points.txt +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/cjm_transcript_source_select.egg-info/top_level.txt +0 -0
- {cjm_transcript_source_select-0.0.30 → cjm_transcript_source_select-0.0.32}/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.
|
|
3
|
+
Version: 0.0.32
|
|
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
|
|
@@ -15,23 +15,23 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
15
15
|
Requires-Python: >=3.12
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: python-fasthtml
|
|
19
|
-
Requires-Dist: cjm-plugin-system
|
|
20
|
-
Requires-Dist: cjm-transcription-plugin-system
|
|
21
|
-
Requires-Dist: cjm-fasthtml-app-core
|
|
22
|
-
Requires-Dist: cjm-fasthtml-daisyui
|
|
23
|
-
Requires-Dist: cjm_fasthtml_lucide_icons
|
|
24
|
-
Requires-Dist: cjm_fasthtml_file_browser>=0.0.
|
|
25
|
-
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.
|
|
18
|
+
Requires-Dist: python-fasthtml
|
|
19
|
+
Requires-Dist: cjm-plugin-system>=0.0.30
|
|
20
|
+
Requires-Dist: cjm-transcription-plugin-system>=0.0.15
|
|
21
|
+
Requires-Dist: cjm-fasthtml-app-core>=0.0.19
|
|
22
|
+
Requires-Dist: cjm-fasthtml-daisyui>=0.0.15
|
|
23
|
+
Requires-Dist: cjm_fasthtml_lucide_icons>=0.0.1
|
|
24
|
+
Requires-Dist: cjm_fasthtml_file_browser>=0.0.21
|
|
25
|
+
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.25
|
|
26
26
|
Requires-Dist: duckdb
|
|
27
27
|
Requires-Dist: pandas
|
|
28
|
-
Requires-Dist: cjm_workflow_state
|
|
29
|
-
Requires-Dist: cjm_source_provider
|
|
30
|
-
Requires-Dist: cjm_fasthtml_interactions
|
|
31
|
-
Requires-Dist: cjm_fasthtml_viewport_fit
|
|
32
|
-
Requires-Dist: cjm_fasthtml_virtual_collection
|
|
33
|
-
Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.
|
|
34
|
-
Requires-Dist: cjm_fasthtml_design_system>=0.0.
|
|
28
|
+
Requires-Dist: cjm_workflow_state>=0.0.3
|
|
29
|
+
Requires-Dist: cjm_source_provider>=0.0.1
|
|
30
|
+
Requires-Dist: cjm_fasthtml_interactions>=0.0.36
|
|
31
|
+
Requires-Dist: cjm_fasthtml_viewport_fit>=0.0.14
|
|
32
|
+
Requires-Dist: cjm_fasthtml_virtual_collection>=0.0.23
|
|
33
|
+
Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.18
|
|
34
|
+
Requires-Dist: cjm_fasthtml_design_system>=0.0.11
|
|
35
35
|
Dynamic: license-file
|
|
36
36
|
|
|
37
37
|
# cjm-transcript-source-select
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.32"
|
|
@@ -10,7 +10,7 @@ from typing import List, Dict, Any, Callable, Optional
|
|
|
10
10
|
from typing_extensions import TypedDict
|
|
11
11
|
from dataclasses import dataclass, field
|
|
12
12
|
|
|
13
|
-
from
|
|
13
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
14
14
|
|
|
15
15
|
from cjm_fasthtml_keyboard_navigation.core.manager import ZoneManager
|
|
16
16
|
|
|
@@ -8,7 +8,7 @@ __all__ = ['init_filtering_router']
|
|
|
8
8
|
# %% ../../nbs/routes/filtering.ipynb #da16ee5d
|
|
9
9
|
from typing import Tuple, Dict, Callable
|
|
10
10
|
|
|
11
|
-
from
|
|
11
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
12
12
|
|
|
13
13
|
from cjm_fasthtml_interactions.core.state_store import get_session_id
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ __all__ = ['init_selection_routers']
|
|
|
8
8
|
# %% ../../nbs/routes/init.ipynb #c3d4e5f6
|
|
9
9
|
from typing import List, Dict, Callable, Tuple
|
|
10
10
|
|
|
11
|
-
from
|
|
11
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
12
12
|
|
|
13
13
|
from cjm_fasthtml_interactions.core.state_store import get_session_id
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ __all__ = ['init_local_files_router']
|
|
|
8
8
|
# %% ../../nbs/routes/local_files.ipynb #98b2ed9c
|
|
9
9
|
from typing import Any, Optional, Tuple, Dict, List, Callable
|
|
10
10
|
|
|
11
|
-
from
|
|
11
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
12
12
|
|
|
13
13
|
from cjm_fasthtml_file_browser.core.config import FileBrowserConfig, FileBrowserCallbacks
|
|
14
14
|
from cjm_fasthtml_file_browser.core.models import BrowserState
|
|
@@ -8,7 +8,7 @@ __all__ = ['init_queue_router']
|
|
|
8
8
|
# %% ../../nbs/routes/queue.ipynb #d16403c0
|
|
9
9
|
from typing import Tuple, Dict, Callable
|
|
10
10
|
|
|
11
|
-
from
|
|
11
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
12
12
|
|
|
13
13
|
from cjm_fasthtml_interactions.core.state_store import get_session_id
|
|
14
14
|
|
|
@@ -9,7 +9,8 @@ __all__ = ['SourceBrowserRouterState', 'init_source_browser_router']
|
|
|
9
9
|
from dataclasses import dataclass
|
|
10
10
|
from typing import Any, Callable, Dict, List, Optional, Tuple
|
|
11
11
|
|
|
12
|
-
from fasthtml.common import
|
|
12
|
+
from fasthtml.common import Div, Script
|
|
13
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
13
14
|
|
|
14
15
|
from cjm_fasthtml_virtual_collection.core.models import (
|
|
15
16
|
VirtualCollectionConfig, VirtualCollectionState, ColumnDef, VirtualCollectionUrls,
|
|
@@ -8,7 +8,8 @@ __all__ = ['init_tabs_router']
|
|
|
8
8
|
# %% ../../nbs/routes/tabs.ipynb #ca31d3ff
|
|
9
9
|
from typing import Any, Optional, Tuple, Dict, List, Callable
|
|
10
10
|
|
|
11
|
-
from fasthtml.common import
|
|
11
|
+
from fasthtml.common import Script
|
|
12
|
+
from cjm_fasthtml_app_core.core.routing import APIRouter
|
|
12
13
|
|
|
13
14
|
from cjm_fasthtml_interactions.core.state_store import get_session_id
|
|
14
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-source-select
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.32
|
|
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
|
|
@@ -15,23 +15,23 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
15
15
|
Requires-Python: >=3.12
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: python-fasthtml
|
|
19
|
-
Requires-Dist: cjm-plugin-system
|
|
20
|
-
Requires-Dist: cjm-transcription-plugin-system
|
|
21
|
-
Requires-Dist: cjm-fasthtml-app-core
|
|
22
|
-
Requires-Dist: cjm-fasthtml-daisyui
|
|
23
|
-
Requires-Dist: cjm_fasthtml_lucide_icons
|
|
24
|
-
Requires-Dist: cjm_fasthtml_file_browser>=0.0.
|
|
25
|
-
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.
|
|
18
|
+
Requires-Dist: python-fasthtml
|
|
19
|
+
Requires-Dist: cjm-plugin-system>=0.0.30
|
|
20
|
+
Requires-Dist: cjm-transcription-plugin-system>=0.0.15
|
|
21
|
+
Requires-Dist: cjm-fasthtml-app-core>=0.0.19
|
|
22
|
+
Requires-Dist: cjm-fasthtml-daisyui>=0.0.15
|
|
23
|
+
Requires-Dist: cjm_fasthtml_lucide_icons>=0.0.1
|
|
24
|
+
Requires-Dist: cjm_fasthtml_file_browser>=0.0.21
|
|
25
|
+
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.25
|
|
26
26
|
Requires-Dist: duckdb
|
|
27
27
|
Requires-Dist: pandas
|
|
28
|
-
Requires-Dist: cjm_workflow_state
|
|
29
|
-
Requires-Dist: cjm_source_provider
|
|
30
|
-
Requires-Dist: cjm_fasthtml_interactions
|
|
31
|
-
Requires-Dist: cjm_fasthtml_viewport_fit
|
|
32
|
-
Requires-Dist: cjm_fasthtml_virtual_collection
|
|
33
|
-
Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.
|
|
34
|
-
Requires-Dist: cjm_fasthtml_design_system>=0.0.
|
|
28
|
+
Requires-Dist: cjm_workflow_state>=0.0.3
|
|
29
|
+
Requires-Dist: cjm_source_provider>=0.0.1
|
|
30
|
+
Requires-Dist: cjm_fasthtml_interactions>=0.0.36
|
|
31
|
+
Requires-Dist: cjm_fasthtml_viewport_fit>=0.0.14
|
|
32
|
+
Requires-Dist: cjm_fasthtml_virtual_collection>=0.0.23
|
|
33
|
+
Requires-Dist: cjm_fasthtml_sortable_queue>=0.0.18
|
|
34
|
+
Requires-Dist: cjm_fasthtml_design_system>=0.0.11
|
|
35
35
|
Dynamic: license-file
|
|
36
36
|
|
|
37
37
|
# cjm-transcript-source-select
|
|
@@ -0,0 +1,17 @@
|
|
|
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.19
|
|
5
|
+
cjm-fasthtml-daisyui>=0.0.15
|
|
6
|
+
cjm_fasthtml_lucide_icons>=0.0.1
|
|
7
|
+
cjm_fasthtml_file_browser>=0.0.21
|
|
8
|
+
cjm_fasthtml_keyboard_navigation>=0.0.25
|
|
9
|
+
duckdb
|
|
10
|
+
pandas
|
|
11
|
+
cjm_workflow_state>=0.0.3
|
|
12
|
+
cjm_source_provider>=0.0.1
|
|
13
|
+
cjm_fasthtml_interactions>=0.0.36
|
|
14
|
+
cjm_fasthtml_viewport_fit>=0.0.14
|
|
15
|
+
cjm_fasthtml_virtual_collection>=0.0.23
|
|
16
|
+
cjm_fasthtml_sortable_queue>=0.0.18
|
|
17
|
+
cjm_fasthtml_design_system>=0.0.11
|
|
@@ -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
|
|
15
|
+
dependencies = ['python-fasthtml', 'cjm-plugin-system>=0.0.30', 'cjm-transcription-plugin-system>=0.0.15', 'cjm-fasthtml-app-core>=0.0.19', 'cjm-fasthtml-daisyui>=0.0.15', 'cjm_fasthtml_lucide_icons>=0.0.1', 'cjm_fasthtml_file_browser>=0.0.21', 'cjm_fasthtml_keyboard_navigation>=0.0.25', 'duckdb', 'pandas', 'cjm_workflow_state>=0.0.3', 'cjm_source_provider>=0.0.1', 'cjm_fasthtml_interactions>=0.0.36', 'cjm_fasthtml_viewport_fit>=0.0.14', 'cjm_fasthtml_virtual_collection>=0.0.23', 'cjm_fasthtml_sortable_queue>=0.0.18', 'cjm_fasthtml_design_system>=0.0.11']
|
|
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.30"
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
python-fasthtml==0.13.4
|
|
2
|
-
cjm-plugin-system
|
|
3
|
-
cjm-transcription-plugin-system
|
|
4
|
-
cjm-fasthtml-app-core
|
|
5
|
-
cjm-fasthtml-daisyui
|
|
6
|
-
cjm_fasthtml_lucide_icons
|
|
7
|
-
cjm_fasthtml_file_browser>=0.0.19
|
|
8
|
-
cjm_fasthtml_keyboard_navigation>=0.0.23
|
|
9
|
-
duckdb
|
|
10
|
-
pandas
|
|
11
|
-
cjm_workflow_state
|
|
12
|
-
cjm_source_provider
|
|
13
|
-
cjm_fasthtml_interactions
|
|
14
|
-
cjm_fasthtml_viewport_fit
|
|
15
|
-
cjm_fasthtml_virtual_collection
|
|
16
|
-
cjm_fasthtml_sortable_queue>=0.0.16
|
|
17
|
-
cjm_fasthtml_design_system>=0.0.9
|
|
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
|
|
File without changes
|