listpick 0.1.13.20__py3-none-any.whl → 0.1.13.21__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
@@ -1028,6 +1028,7 @@ class Picker:
1028
1028
  "hidden_columns": [],
1029
1029
  "title": title,
1030
1030
  "reset_colours": False,
1031
+ "clear_on_start": True,
1031
1032
  }
1032
1033
 
1033
1034
  OptionPicker = Picker(submenu_win, **infobox_data)
@@ -3110,6 +3111,11 @@ def main() -> None:
3110
3111
  function_data["centre_in_terminal_vertical"] = True
3111
3112
  function_data["highlight_full_row"] = True
3112
3113
  function_data["pin_cursor"] = True
3114
+ function_data["display_infobox"] = True
3115
+ function_data["infobox_items"] = [["1"], ["2"], ["3"]]
3116
+ function_data["infobox_title"] = "Title"
3117
+
3118
+
3113
3119
  # function_data["debug"] = True
3114
3120
  # function_data["debug_level"] = 1
3115
3121
  stdscr = start_curses()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: listpick
3
- Version: 0.1.13.20
3
+ Version: 0.1.13.21
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=DcijE4rOpAcEF1JE9H6G0iUbDgpYQO5QaSkf2VavfL4,161560
3
+ listpick/listpick_app.py,sha256=lP2XrqalEJ2znNnaJ9DrxA_MNFJUbQ1fFz6bfey3pxE,161750
4
4
  listpick/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  listpick/ui/build_help.py,sha256=_rVKKrX3HfFJtw-pyeNb2lQWbml4-AAw8sZIUYGn97Y,8731
6
6
  listpick/ui/footer.py,sha256=s1L68MNmhWwbWRy0mn0ChmnE_dMQBAzNlTv917pyHE0,10673
@@ -23,9 +23,9 @@ listpick/utils/searching.py,sha256=Xk5UIqamNHL2L90z3ACB_Giqdpi9iRKoAJ6pKaqaD7Q,3
23
23
  listpick/utils/sorting.py,sha256=WZZiVlVA3Zkcpwji3U5SNFlQ14zVEk3cZJtQirBkecQ,5329
24
24
  listpick/utils/table_to_list_of_lists.py,sha256=T-i-nV1p6g8UagdgUPKrhIGpKY_YXZDxf4xZzcPepNA,7635
25
25
  listpick/utils/utils.py,sha256=8nsjjTDQH13tHTU93YcKklLQ_uuMAz-rbDTmao83T4Q,12783
26
- listpick-0.1.13.20.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
27
- listpick-0.1.13.20.dist-info/METADATA,sha256=r819yW3Gevye0oE7tSqsztlVuRSthCw6Lb-UA0yxk_A,7988
28
- listpick-0.1.13.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
- listpick-0.1.13.20.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
30
- listpick-0.1.13.20.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
31
- listpick-0.1.13.20.dist-info/RECORD,,
26
+ listpick-0.1.13.21.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
27
+ listpick-0.1.13.21.dist-info/METADATA,sha256=xH5PuGjgpa0EcE9rO1plueqzV8-ExTKIrb8nSoLxbAs,7988
28
+ listpick-0.1.13.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
+ listpick-0.1.13.21.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
30
+ listpick-0.1.13.21.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
31
+ listpick-0.1.13.21.dist-info/RECORD,,