listpick 0.1.15.1__py3-none-any.whl → 0.1.15.3__py3-none-any.whl
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/listpick_app.py +7 -2
- {listpick-0.1.15.1.dist-info → listpick-0.1.15.3.dist-info}/METADATA +1 -1
- {listpick-0.1.15.1.dist-info → listpick-0.1.15.3.dist-info}/RECORD +7 -7
- {listpick-0.1.15.1.dist-info → listpick-0.1.15.3.dist-info}/WHEEL +0 -0
- {listpick-0.1.15.1.dist-info → listpick-0.1.15.3.dist-info}/entry_points.txt +0 -0
- {listpick-0.1.15.1.dist-info → listpick-0.1.15.3.dist-info}/licenses/LICENSE.txt +0 -0
- {listpick-0.1.15.1.dist-info → listpick-0.1.15.3.dist-info}/top_level.txt +0 -0
listpick/listpick_app.py
CHANGED
|
@@ -2037,7 +2037,11 @@ class Picker:
|
|
|
2037
2037
|
self.selected_cells_by_row = get_selected_cells_by_row(self.cell_selections)
|
|
2038
2038
|
|
|
2039
2039
|
if len(self.indexed_items) > 0 and len(self.indexed_items) >= self.cursor_pos and len(self.indexed_items[0][1]) >= self.id_column:
|
|
2040
|
-
|
|
2040
|
+
try:
|
|
2041
|
+
self.cursor_pos_id = self.indexed_items[self.cursor_pos][1][self.id_column]
|
|
2042
|
+
except:
|
|
2043
|
+
self.logger.warning(f"fetch_data() len(indexed_items)={len(self.indexed_items)}, cusor_pos={self.cursor_pos}")
|
|
2044
|
+
self.cursor_pos_id = -1
|
|
2041
2045
|
self.cursor_pos_prev = self.cursor_pos
|
|
2042
2046
|
with self.data_lock:
|
|
2043
2047
|
self.items, self.header = tmp_items, tmp_header
|
|
@@ -2365,7 +2369,8 @@ class Picker:
|
|
|
2365
2369
|
self.footer_string = self.footer_string_refresh_function()
|
|
2366
2370
|
initial_time_footer = time.time()
|
|
2367
2371
|
self.draw_screen(self.indexed_items, self.highlights)
|
|
2368
|
-
|
|
2372
|
+
|
|
2373
|
+
if self.split_right and self.split_right_auto_refresh and ((time.time() - initial_split_time) > self.split_right_refresh_data_timer):
|
|
2369
2374
|
self.split_right_data = self.split_right_refresh_data(self.split_right_data, self.get_function_data())
|
|
2370
2375
|
initial_split_time = time.time()
|
|
2371
2376
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
listpick/__init__.py,sha256=ExXc97-bibodH--wlwpQivl0zCNR5D1hvpvrf7OBofU,154
|
|
2
2
|
listpick/__main__.py,sha256=wkCjDdqw093W27yWwnlC3nG_sMRKaIad7hHHWy0RBgY,193
|
|
3
|
-
listpick/listpick_app.py,sha256
|
|
3
|
+
listpick/listpick_app.py,sha256=-Jnm8CtNGVX2tO5y5yVua_jlrx4md9Ub9uKh6B2FAvQ,193462
|
|
4
4
|
listpick/pane/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
listpick/pane/get_data.py,sha256=21PTDXt9HP-4vZV4QUM8sidTqDEaKnKCDshl3-cSRCo,2255
|
|
6
6
|
listpick/pane/pane_functions.py,sha256=7xynpd3HjZnt6s9W0ZsJlrmYvGCMstAI5OJ7EuQSzdg,3092
|
|
@@ -29,9 +29,9 @@ listpick/utils/sorting.py,sha256=WZZiVlVA3Zkcpwji3U5SNFlQ14zVEk3cZJtQirBkecQ,532
|
|
|
29
29
|
listpick/utils/table_to_list_of_lists.py,sha256=XBj7eGBDF15BRME-swnoXyOfZWxXCxrXp0pzsBfcJ5g,12224
|
|
30
30
|
listpick/utils/user_input.py,sha256=oyJZPAwA7UGAclPhdPL44tKnPIVNHWhX-tZEnCdBKC0,4318
|
|
31
31
|
listpick/utils/utils.py,sha256=McOl9uT3jh7l4TIWeSd8ZGjK_e7r0YZF0Gl20yI6fl0,13873
|
|
32
|
-
listpick-0.1.15.
|
|
33
|
-
listpick-0.1.15.
|
|
34
|
-
listpick-0.1.15.
|
|
35
|
-
listpick-0.1.15.
|
|
36
|
-
listpick-0.1.15.
|
|
37
|
-
listpick-0.1.15.
|
|
32
|
+
listpick-0.1.15.3.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
|
|
33
|
+
listpick-0.1.15.3.dist-info/METADATA,sha256=wnUaf3pU1_iLyTjpaXc5uXRRl8a8zLc51jdlhjf-gzI,8131
|
|
34
|
+
listpick-0.1.15.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
35
|
+
listpick-0.1.15.3.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
|
|
36
|
+
listpick-0.1.15.3.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
|
|
37
|
+
listpick-0.1.15.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|