listpick 0.1.13.51__py3-none-any.whl → 0.1.13.52__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.
listpick/listpick_app.py CHANGED
@@ -657,14 +657,14 @@ class Picker:
657
657
  pass
658
658
  self.stdscr.refresh()
659
659
 
660
- def draw_screen(self, indexed_items: list[Tuple[int, list[str]]], highlights: list[dict] = [{}], clear: bool = True) -> None:
660
+ def draw_screen_wr(self, indexed_items: list[Tuple[int, list[str]]], highlights: list[dict] = [{}], clear: bool = True) -> None:
661
661
  """ Try-except wrapper for the draw_screen_() method to prevent crashes when rapidly resizing the terminal. """
662
662
  try:
663
- self.draw_screen_(self.indexed_items, self.highlights, clear=clear)
663
+ self.draw_screen(self.indexed_items, self.highlights, clear=clear)
664
664
  except:
665
665
  self.logger.warning(f"draw_screen function error")
666
666
 
667
- def draw_screen_(self, indexed_items: list[Tuple[int, list[str]]], highlights: list[dict] = [{}], clear: bool = True) -> None:
667
+ def draw_screen(self, indexed_items: list[Tuple[int, list[str]]], highlights: list[dict] = [{}], clear: bool = True) -> None:
668
668
  """ Draw Picker screen. """
669
669
  self.logger.debug("Draw screen.")
670
670
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: listpick
3
- Version: 0.1.13.51
3
+ Version: 0.1.13.52
4
4
  Summary: Listpick is a powerful TUI data tool for creating TUI apps or viewing/comparing tabulated data.
5
5
  Home-page: https://github.com/grimandgreedy/listpick
6
6
  Author: Grim
@@ -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=sjt2HIRRfbai9S1GTjBZd-4oKldEbt9yPsqW0fA5KA4,166372
3
+ listpick/listpick_app.py,sha256=lBbz5NlRlgzTSaHPEI1oCTYJUY5iJZqf5nd5sJ6cEg8,166373
4
4
  listpick/lpapp2.py,sha256=kBfQ-GUmPpfLAGs0y2yukJ7RWRkYQ6dGJNC52yqSrz8,162336
5
5
  listpick/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  listpick/ui/build_help.py,sha256=_rVKKrX3HfFJtw-pyeNb2lQWbml4-AAw8sZIUYGn97Y,8731
@@ -24,9 +24,9 @@ listpick/utils/searching.py,sha256=Xk5UIqamNHL2L90z3ACB_Giqdpi9iRKoAJ6pKaqaD7Q,3
24
24
  listpick/utils/sorting.py,sha256=WZZiVlVA3Zkcpwji3U5SNFlQ14zVEk3cZJtQirBkecQ,5329
25
25
  listpick/utils/table_to_list_of_lists.py,sha256=T-i-nV1p6g8UagdgUPKrhIGpKY_YXZDxf4xZzcPepNA,7635
26
26
  listpick/utils/utils.py,sha256=bEE7-g3cyZd4QFHOxo4P6lXmuo0NwHTS_ovFC92po5w,13826
27
- listpick-0.1.13.51.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
28
- listpick-0.1.13.51.dist-info/METADATA,sha256=BlGQghy02c9SvJxrxkDGF7UabsK82dE9J-2fr-wVN6g,7988
29
- listpick-0.1.13.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
- listpick-0.1.13.51.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
31
- listpick-0.1.13.51.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
32
- listpick-0.1.13.51.dist-info/RECORD,,
27
+ listpick-0.1.13.52.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
28
+ listpick-0.1.13.52.dist-info/METADATA,sha256=FdCZwKhYbVmbYZe_ae6wfy9RO6tCTT_HAqbmbmcf5Ss,7988
29
+ listpick-0.1.13.52.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
+ listpick-0.1.13.52.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
31
+ listpick-0.1.13.52.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
32
+ listpick-0.1.13.52.dist-info/RECORD,,