listpick 0.1.15.4__tar.gz → 0.1.15.5__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.
Potentially problematic release.
This version of listpick might be problematic. Click here for more details.
- {listpick-0.1.15.4 → listpick-0.1.15.5}/CHANGELOG.md +3 -2
- {listpick-0.1.15.4/src/listpick.egg-info → listpick-0.1.15.5}/PKG-INFO +1 -1
- {listpick-0.1.15.4 → listpick-0.1.15.5}/setup.py +1 -1
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/listpick_app.py +29 -28
- {listpick-0.1.15.4 → listpick-0.1.15.5/src/listpick.egg-info}/PKG-INFO +1 -1
- {listpick-0.1.15.4 → listpick-0.1.15.5}/.gitignore +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/LICENSE.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/README.md +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/TODO.md +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/assets/aria2tui_screenshot.png +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/assets/file_compare.png +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/assets/lpfman.png +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/data_generation/list_files.toml +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/data_generation/list_files_empty.toml +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/data_generation/video_duplicates.toml +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/data_generation/video_mediainfo.toml +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/input_files/polynomials.tsv +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/input_guides/gnuplot_graph.md +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/picker/auxiallary_files/2024-25_Premier_League.pkl +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/picker/footer_string_example.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/picker/picker_example.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/picker/template.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/examples/picker/wikipedia_table.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/listpick.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/requirements.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/setup.cfg +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/__init__.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/__main__.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/pane/__init__.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/pane/get_data.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/pane/pane_functions.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/pane/pane_utils.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/__init__.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/build_help.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/footer.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/help_screen.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/input_field.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/keys.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/ui/picker_colours.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/__init__.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/clipboard_operations.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/config.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/dump.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/filtering.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/generate_data.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/graphing.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/keycodes.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/options_selectors.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/paste_operations.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/picker_log.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/search_and_filter_utils.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/searching.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/sorting.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/table_to_list_of_lists.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/user_input.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick/utils/utils.py +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick.egg-info/SOURCES.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick.egg-info/dependency_links.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick.egg-info/entry_points.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick.egg-info/requires.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/src/listpick.egg-info/top_level.txt +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/tests/kitty_control.sh +0 -0
- {listpick-0.1.15.4 → listpick-0.1.15.5}/tests/sorting_dates.csv +0 -0
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
Note that the changes between 0.1.11.0 and 1.1.12.0 are listed under 0.1.11
|
|
3
3
|
|
|
4
4
|
## [0.1.15.4] 2025-07-27
|
|
5
|
-
- Fixed error with filtering when there are no rows.
|
|
6
|
-
- Fixed error with changing modes when there are no rows.
|
|
5
|
+
- Fixed error with filtering when there are no rows (i.e., items=[[]])
|
|
6
|
+
- Fixed error with changing modes when there are no rows (i.e., items=[[]]).
|
|
7
7
|
|
|
8
|
+
Fixed errors caused by filtering when items=[[]]; this also fixed problems changing modes when items=[[]].
|
|
8
9
|
## [0.1.15.3] 2025-07-27
|
|
9
10
|
- Added error checking when setting the cursor_pos_id in fetch_data.
|
|
10
11
|
|
|
@@ -16,7 +16,7 @@ with open("README.md", "r", encoding = "utf-8") as fh:
|
|
|
16
16
|
|
|
17
17
|
setuptools.setup(
|
|
18
18
|
name = "listpick",
|
|
19
|
-
version = "0.1.15.
|
|
19
|
+
version = "0.1.15.5",
|
|
20
20
|
author = "Grim",
|
|
21
21
|
author_email = "grimandgreedy@protonmail.com",
|
|
22
22
|
description = "Listpick is a powerful TUI data tool for creating TUI apps or viewing/comparing tabulated data.",
|
|
@@ -3720,28 +3720,29 @@ def main() -> None:
|
|
|
3720
3720
|
pass
|
|
3721
3721
|
|
|
3722
3722
|
# function_data["colour_theme_number"] = 3
|
|
3723
|
-
function_data["modes"] = [
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
]
|
|
3738
|
-
highlights = [
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
]
|
|
3723
|
+
# function_data["modes"] = [
|
|
3724
|
+
# {
|
|
3725
|
+
# 'filter': '',
|
|
3726
|
+
# 'sort': 0,
|
|
3727
|
+
# 'name': 'All',
|
|
3728
|
+
# },
|
|
3729
|
+
# {
|
|
3730
|
+
# 'filter': '--2 miss',
|
|
3731
|
+
# 'name': 'miss',
|
|
3732
|
+
# },
|
|
3733
|
+
# {
|
|
3734
|
+
# 'filter': '--2 mp4',
|
|
3735
|
+
# 'name': 'mp4',
|
|
3736
|
+
# },
|
|
3737
|
+
# ]
|
|
3738
|
+
# function_data["highlights"] = [
|
|
3739
|
+
# {
|
|
3740
|
+
# "field": 1,
|
|
3741
|
+
# "match": "a",
|
|
3742
|
+
# "color": 8,
|
|
3743
|
+
# }
|
|
3744
|
+
# ]
|
|
3745
|
+
|
|
3745
3746
|
# function_data["cell_cursor"] = True
|
|
3746
3747
|
# function_data["display_modes"] = True
|
|
3747
3748
|
# function_data["centre_in_cols"] = True
|
|
@@ -3756,17 +3757,17 @@ def main() -> None:
|
|
|
3756
3757
|
# function_data["infobox_items"] = [["1"], ["2"], ["3"]]
|
|
3757
3758
|
# function_data["infobox_title"] = "Title"
|
|
3758
3759
|
# function_data["footer_string"] = "Title"
|
|
3759
|
-
function_data["highlights"] = highlights
|
|
3760
3760
|
# function_data["show_footer"] = False
|
|
3761
3761
|
# function_data["paginate"] = True
|
|
3762
3762
|
# function_data["debug"] = True
|
|
3763
3763
|
# function_data["debug_level"] = 1
|
|
3764
3764
|
|
|
3765
|
-
|
|
3766
|
-
function_data["
|
|
3767
|
-
function_data["
|
|
3768
|
-
function_data["
|
|
3769
|
-
function_data["
|
|
3765
|
+
|
|
3766
|
+
# function_data["split_right"] = True
|
|
3767
|
+
# function_data["split_right_proportion"] = 2/3
|
|
3768
|
+
# function_data["split_right_refresh_data"] = data_refresh_randint_title
|
|
3769
|
+
# function_data["split_right_function"] = right_split_display_list
|
|
3770
|
+
# function_data["split_right_data"] = ["Files", [str(x) for x in range(100)]]
|
|
3770
3771
|
|
|
3771
3772
|
|
|
3772
3773
|
# function_data["split_right_refresh_data"] = get_dl
|
|
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
|
{listpick-0.1.15.4 → listpick-0.1.15.5}/examples/picker/auxiallary_files/2024-25_Premier_League.pkl
RENAMED
|
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
|
|
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
|