hspylib-clitt 0.9.130__py3-none-any.whl → 0.9.133__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 hspylib-clitt might be problematic. Click here for more details.

clitt/.version CHANGED
@@ -1 +1 @@
1
- 0.9.130
1
+ 0.9.133
clitt/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt
6
6
  """Package initialization."""
@@ -10,4 +10,4 @@ __all__ = [
10
10
  'core',
11
11
  'utils'
12
12
  ]
13
- __version__ = '0.9.130'
13
+ __version__ = '0.9.133'
clitt/addons/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.addons
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'appman',
10
10
  'widman'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.addons.appman
6
6
  """Package initialization."""
@@ -10,4 +10,4 @@ __all__ = [
10
10
  'appman_enums',
11
11
  'templates'
12
12
  ]
13
- __version__ = '0.9.130'
13
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.addons.appman.templates
6
6
  """Package initialization."""
@@ -8,4 +8,4 @@
8
8
  __all__ = [
9
9
 
10
10
  ]
11
- __version__ = '0.9.130'
11
+ __version__ = '0.9.133'
@@ -37,13 +37,13 @@ ext {
37
37
  pythonPath = "$sourceRoot/main:$sourceRoot/test:$sourceRoot/demo"
38
38
  }
39
39
 
40
- apply from: "$rootDir/gradle/dependencies.gradle"
41
- apply from: "$rootDir/gradle/python.gradle"
42
- apply from: "$rootDir/gradle/build-info.gradle"
43
- apply from: "$rootDir/gradle/pypi-publish.gradle"
44
- apply from: "$rootDir/gradle/docker.gradle"
45
- apply from: "$rootDir/gradle/badges.gradle"
46
- apply from: "$rootDir/gradle/docgen.gradle"
40
+ apply from: "${gradleDir}/dependencies.gradle"
41
+ apply from: "${gradleDir}/python.gradle"
42
+ apply from: "${gradleDir}/build-info.gradle"
43
+ apply from: "${gradleDir}/pypi-publish.gradle"
44
+ apply from: "${gradleDir}/docker.gradle"
45
+ apply from: "${gradleDir}/badges.gradle"
46
+ apply from: "${gradleDir}/docgen.gradle"
47
47
 
48
48
  /* Run Configurations */
49
49
  task exportRunConfigurations(type: Copy) {
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.addons.widman
6
6
  """Package initialization."""
@@ -11,4 +11,4 @@ __all__ = [
11
11
  'widgets',
12
12
  'widman'
13
13
  ]
14
- __version__ = '0.9.130'
14
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.addons.widman.widgets
6
6
  """Package initialization."""
@@ -11,4 +11,4 @@ __all__ = [
11
11
  'widget_send_msg',
12
12
  'widget_time_calc'
13
13
  ]
14
- __version__ = '0.9.130'
14
+ __version__ = '0.9.133'
clitt/core/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core
6
6
  """Package initialization."""
@@ -12,4 +12,4 @@ __all__ = [
12
12
  'term',
13
13
  'tui'
14
14
  ]
15
- __version__ = '0.9.130'
15
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.exception
6
6
  """Package initialization."""
@@ -8,4 +8,4 @@
8
8
  __all__ = [
9
9
  'exceptions'
10
10
  ]
11
- __version__ = '0.9.130'
11
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.icons
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'emojis',
10
10
  'font_awesome'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.icons.emojis
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'emojis',
10
10
  'face_smiling'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.icons.font_awesome
6
6
  """Package initialization."""
@@ -15,4 +15,4 @@ __all__ = [
15
15
  'trickplay_icons',
16
16
  'widget_icons'
17
17
  ]
18
- __version__ = '0.9.130'
18
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.term
6
6
  """Package initialization."""
@@ -11,4 +11,4 @@ __all__ = [
11
11
  'screen',
12
12
  'terminal'
13
13
  ]
14
- __version__ = '0.9.130'
14
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui
6
6
  """Package initialization."""
@@ -17,4 +17,4 @@ __all__ = [
17
17
  'tui_component',
18
18
  'tui_preferences'
19
19
  ]
20
- __version__ = '0.9.130'
20
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.line_input
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'keyboard_input',
10
10
  'line_input'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
@@ -13,16 +13,20 @@
13
13
  Copyright·(c)·2024,·HSPyLib
14
14
  """
15
15
  import os
16
+ import string
16
17
  from collections import defaultdict
17
18
  from typing import Optional, Callable, TypeAlias
18
19
 
19
- from clitt.core.term.commons import Direction, Position
20
- from clitt.core.term.terminal import Terminal
21
- from clitt.core.tui.tui_component import TUIComponent
20
+ from hspylib.core.config.path_object import PathObject
21
+ from hspylib.core.metaclass.classpath import AnyPath
22
22
  from hspylib.core.tools.dict_tools import get_or_default
23
23
  from hspylib.modules.cli.keyboard import Keyboard
24
24
  from hspylib.modules.cli.vt100.vt_color import VtColor
25
25
 
26
+ from clitt.core.term.commons import Direction, Position
27
+ from clitt.core.term.terminal import Terminal
28
+ from clitt.core.tui.tui_component import TUIComponent
29
+
26
30
  KeyBinding: TypeAlias = dict[Keyboard, Callable[[], None]]
27
31
 
28
32
 
@@ -44,6 +48,24 @@ class KeyboardInput(TUIComponent):
44
48
  # Stack containing current input reverts.
45
49
  _REDO_HISTORY: list[str] = []
46
50
 
51
+ @classmethod
52
+ def preload_history_file(cls, filepath: AnyPath) -> int:
53
+ """Preload the input with the provided items from the file.
54
+ :param filepath: Path to the text file.
55
+ :return: Number of items read.
56
+ """
57
+ punctuation = set(string.punctuation + ' ')
58
+ history: list[str] = []
59
+ final_path = PathObject.of(filepath)
60
+ if final_path.exists:
61
+ with open(filepath, 'r') as file:
62
+ for line in file:
63
+ if (line := line.strip()) and not all(char in punctuation for char in line):
64
+ history.append(line)
65
+ cls.preload_history(history)
66
+
67
+ return len(history)
68
+
47
69
  @classmethod
48
70
  def preload_history(cls, history: list[str]) -> None:
49
71
  """Preload the input with the provided dictionary.
@@ -65,6 +87,19 @@ class KeyboardInput(TUIComponent):
65
87
  """Return the actual input history."""
66
88
  return list(filter(lambda v: v, cls._HISTORY))
67
89
 
90
+ @classmethod
91
+ def save_history_file(cls, filepath: AnyPath, overwrite: bool = False) -> None:
92
+ """Save history to the specified file. If `overwrite` is True, the file will be overwritten; otherwise, data will be appended.
93
+ :param filepath: Path to the file where history will be saved.
94
+ :param overwrite: Whether to overwrite the file if it exists. Defaults to False.
95
+ """
96
+ punctuation = set(string.punctuation + ' ')
97
+ history: list[str] = list(
98
+ filter(lambda line: line and not all(char in punctuation for char in line), cls.history())
99
+ )
100
+ with open(filepath, 'w' if overwrite else 'a') as file:
101
+ list(map(file.write, [a + os.linesep for a in history]))
102
+
68
103
  @classmethod
69
104
  def _add_history(cls, input_text: str) -> None:
70
105
  """Add the following input to the history set.
@@ -156,7 +191,13 @@ class KeyboardInput(TUIComponent):
156
191
  self._add_history(self.text)
157
192
  self._UNDO_HISTORY.clear()
158
193
  self._REDO_HISTORY.clear()
194
+ Terminal.set_show_cursor(False)
195
+ self.cursor.move(self._offset[0], Direction.UP)
196
+ self.cursor.move(self._offset[1], Direction.LEFT)
159
197
  self.cursor.erase(Direction.DOWN)
198
+ self.write(self.prompt)
199
+ self.write(self.text)
200
+ Terminal.set_show_cursor(True)
160
201
  elif keypress == Keyboard.VK_ESC:
161
202
  self.text = None
162
203
  self.writeln("%NC%")
@@ -182,6 +223,14 @@ class KeyboardInput(TUIComponent):
182
223
  self._update_input(text)
183
224
  self._input_index = len(text)
184
225
 
226
+ def complete_word(self) -> None:
227
+ """Complete the input text with the next suggested word (including the space)."""
228
+ text: str = (
229
+ self.text + (self._suggestion.split(' ', 1)[0] + ' ')) \
230
+ if ' ' in self._suggestion else self.text + self._suggestion
231
+ self._update_input(text)
232
+ self._input_index = len(text)
233
+
185
234
  def render(self) -> None:
186
235
  Terminal.set_show_cursor(False)
187
236
  self.cursor.move(self._offset[0], Direction.UP)
@@ -220,7 +269,11 @@ class KeyboardInput(TUIComponent):
220
269
  case Keyboard.VK_LEFT:
221
270
  self._input_index = max(0, self._input_index - 1)
222
271
  case Keyboard.VK_RIGHT:
223
- self._input_index = min(self.length, self._input_index + 1)
272
+ max_index: int = min(self.length, self._input_index + 1)
273
+ if self._input_index != max_index:
274
+ self._input_index = max_index
275
+ else:
276
+ self.complete_word()
224
277
  case Keyboard.VK_UP:
225
278
  self.text = self._prev_in_history()
226
279
  self._input_index = self.length
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.mchoose
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'mchoose',
10
10
  'menu_choose'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.mdashboard
6
6
  """Package initialization."""
@@ -11,4 +11,4 @@ __all__ = [
11
11
  'mdashboard',
12
12
  'menu_dashboard'
13
13
  ]
14
- __version__ = '0.9.130'
14
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.menu
6
6
  """Package initialization."""
@@ -13,4 +13,4 @@ __all__ = [
13
13
  'tui_menu_ui',
14
14
  'tui_menu_view'
15
15
  ]
16
- __version__ = '0.9.130'
16
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.minput
6
6
  """Package initialization."""
@@ -16,4 +16,4 @@ __all__ = [
16
16
  'minput',
17
17
  'minput_utils'
18
18
  ]
19
- __version__ = '0.9.130'
19
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.mselect
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'menu_select',
10
10
  'mselect'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.core.tui.table
6
6
  """Package initialization."""
@@ -9,4 +9,4 @@ __all__ = [
9
9
  'table_enums',
10
10
  'table_renderer'
11
11
  ]
12
- __version__ = '0.9.130'
12
+ __version__ = '0.9.133'
clitt/utils/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # _*_ coding: utf-8 _*_
2
2
  #
3
- # hspylib-clitt v0.9.130
3
+ # hspylib-clitt v0.9.133
4
4
  #
5
5
  # Package: main.clitt.utils
6
6
  """Package initialization."""
@@ -8,4 +8,4 @@
8
8
  __all__ = [
9
9
  'git_utils'
10
10
  ]
11
- __version__ = '0.9.130'
11
+ __version__ = '0.9.133'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hspylib-clitt
3
- Version: 0.9.130
3
+ Version: 0.9.133
4
4
  Summary: HsPyLib - CLI Terminal Tools
5
5
  Home-page: https://github.com/yorevs/hspylib
6
6
  Author: Hugo Saporetti Junior
@@ -27,7 +27,7 @@ Requires-Python: >=3.10
27
27
  Description-Content-Type: text/markdown
28
28
  Requires-Dist: hspylib
29
29
  Requires-Dist: pyperclip >=1.9.0
30
- Requires-Dist: urllib3 >=2.2.2
30
+ Requires-Dist: urllib3 >=1.26.20
31
31
  Requires-Dist: emoji >=2.12.1
32
32
 
33
33
  <img src="https://iili.io/HYBJFA7.png" width="64" height="64" align="right" />
@@ -40,7 +40,7 @@ Requires-Dist: emoji >=2.12.1
40
40
  [![Gitter](https://badgen.net/badge/icon/gitter?icon=gitter&label)](https://gitter.im/hspylib/community)
41
41
  [![Donate](https://badgen.net/badge/paypal/donate/yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J5CDEFLF6M3H4)
42
42
  [![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md)
43
- [![Release](https://badgen.net/badge/release/v0.9.130/gray)](docs/CHANGELOG.md#unreleased)
43
+ [![Release](https://badgen.net/badge/release/v0.9.133/gray)](docs/CHANGELOG.md#unreleased)
44
44
  [![build-and-test](https://github.com/yorevs/hspylib/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/yorevs/hspylib/actions/workflows/build-and-test.yml)
45
45
 
46
46
  HsPyLib is not just a Python library; it's a gateway to elevating your programming experience to new heights. Built on
@@ -1,14 +1,14 @@
1
- clitt/.version,sha256=Pu-yBkQuExVVhAkKD8Om0Qli_TIOSML_MJbUgIxL2b8,8
1
+ clitt/.version,sha256=D5iRcIhXX4zdpk8UYghIh4K39le9S1t2YS83UN2_60I,8
2
2
  clitt/__classpath__.py,sha256=1gz4kuMB8HyS4oWdYhoYCWcEHFVsL6U27ZbhDKSGnjM,895
3
- clitt/__init__.py,sha256=VHuiQZVTmDyTeEQmVBGIXNKpcEq2k83-ifYgWovmo6M,184
3
+ clitt/__init__.py,sha256=IdbUC3LzKV7CYjKe9rR8HIZ6h90u24A_5QF5zJuGzxA,184
4
4
  clitt/__main__.py,sha256=NM-StFZ_PlS_i-bOjgdz7yyavsw54EzzFHLDewGUpac,5324
5
5
  clitt/welcome.txt,sha256=z72ySJw-1VQHvWmd8pZ95P6t4zEkIWGbqTRT83P2hJw,169
6
- clitt/addons/__init__.py,sha256=bn-Vkvc2nVo2e3htsQNZg4GYwXDrJb-jUg-WeBOJqis,179
7
- clitt/addons/appman/__init__.py,sha256=kbrrGuAB8zO_DgATigbSDK_LGU3MsTBtbb30Ga-_T8Y,210
6
+ clitt/addons/__init__.py,sha256=XOgGD2jlNoagtZzJemKijfq-alV8KCAI24BnNffld4c,179
7
+ clitt/addons/appman/__init__.py,sha256=WgUe0XzTy1jYyWTJC2Xn1zEZAktx7iDPxg-3VJtfcNg,210
8
8
  clitt/addons/appman/appman.py,sha256=IMXsjTX4VKNdql_OlFW1sAVm695-eYqSq9Gb3yVmXuU,13159
9
9
  clitt/addons/appman/appman_enums.py,sha256=p3ERhgc5iaJ_QmtRCwHHk9mzXQ_Ds1-s__vwYrwRVZY,871
10
- clitt/addons/appman/templates/__init__.py,sha256=xyKxVySH6Fs6_hU67F9LGWGjnRgJmogOowCTNm60yHo,173
11
- clitt/addons/appman/templates/build.gradle.tpl,sha256=VQKs4r41xPr7P14PtQPt3alYCmNuXaGraaXbKB_FKkM,1817
10
+ clitt/addons/appman/templates/__init__.py,sha256=kTtAVYjjBb-M0OTwip0f3pe5BVARmvqkWfwcP_I0NIE,173
11
+ clitt/addons/appman/templates/build.gradle.tpl,sha256=Aj46S0PYaAZgRtgdJtnWo4h0b_1MLX8YOsE4Z0mMi5Y,1796
12
12
  clitt/addons/appman/templates/classpath.py.tpl,sha256=R60uLvVxeJ7nJCXCvav_9LAnDe5VOfJqWO-T1QAlwAc,397
13
13
  clitt/addons/appman/templates/dependencies.hspd.tpl,sha256=bbVNU6XBm5QT28lvH7Bp_4nlXvoD-LwX5kGQ-CPhOEA,764
14
14
  clitt/addons/appman/templates/gitignore.tpl,sha256=OLb8eoac2nnG1lvZL2l7J_3mc94i6xTuIfCV-J8aFSM,903
@@ -20,24 +20,24 @@ clitt/addons/appman/templates/run.sh.tpl,sha256=2xpuHjZP9-7j14dAA2CqPm4G2xtnuenf
20
20
  clitt/addons/appman/templates/test_main.py.tpl,sha256=y5Bo0ku6FP67WjHfYUF4Kt9tdQ67MSlN6LgoF_NUm-U,1241
21
21
  clitt/addons/appman/templates/usage.txt.tpl,sha256=R0e48HCeD7PDbWnX6HGIjz6gr_hBdp-zK6V42U1Aexw,217
22
22
  clitt/addons/appman/templates/widget.py.tpl,sha256=-4q8hYP1Xdx8ttexeHuFnjMH_DoBANEoN9f59jzHDR4,1670
23
- clitt/addons/widman/__init__.py,sha256=lkkkz9KSmxeVZ24-MI5BCvpeSQV9-KSJK0M_CuqzP1s,223
23
+ clitt/addons/widman/__init__.py,sha256=ml4UzylSVPjMh1eItosvFoJ87jmjM5kE0yFVWTUxFls,223
24
24
  clitt/addons/widman/widget.py,sha256=nQZCbUy-G0lpO4PMepSeTmJTECJgNY4bp2prQ5zzYlY,1919
25
25
  clitt/addons/widman/widget_entry.py,sha256=KHYX_pL7ZNg3rtlG_GvypqPIPBqVzDljO5PhpcQw1JU,1357
26
26
  clitt/addons/widman/widman.py,sha256=yd2rSdg06ZqaU3c1EkhjtxLN9WJCbgGAjcccIHV0tgw,5279
27
- clitt/addons/widman/widgets/__init__.py,sha256=xZA4uAcAiSi95b3Yl0cvIM10BKcZhTNNviFVNaEqETw,254
27
+ clitt/addons/widman/widgets/__init__.py,sha256=bfKzZlI6EpvIvBKZN5Tvf0oyCO5IrP20HlxEI6LfIhI,254
28
28
  clitt/addons/widman/widgets/widget_free.py,sha256=s43aIRc_mlIvz4M2pGJOHE2qt3MDD_KXKGJht-7WMPY,3994
29
29
  clitt/addons/widman/widgets/widget_punch.py,sha256=GQRJadedh_zxyhacH65FmKeIOQV2nMEBmahdEzhfB7c,10606
30
30
  clitt/addons/widman/widgets/widget_send_msg.py,sha256=RqqD6ss7wJqw6vJzS5C9uqs3OhyOCXYb8d329_8O8hc,11057
31
31
  clitt/addons/widman/widgets/widget_time_calc.py,sha256=fusZRgPqgSDhxNeiPK1vhul9Fz8PzIaj2cuxP-aFb5k,5036
32
- clitt/core/__init__.py,sha256=5gR4eCgDuoINW3x6XdcrLUhAr5F2Wp_Ju1MoUmAnlWw,224
32
+ clitt/core/__init__.py,sha256=nvr9KD_8mregytNE0z91f291WBkJCogrOFT4p0N2qug,224
33
33
  clitt/core/preferences.py,sha256=cbWjL2yfE59-T1vzTsXCrrRRsBJ4LHLqqESTI-ujsDc,3141
34
- clitt/core/exception/__init__.py,sha256=dp11YI5FsBafnLG301l-omBE7r4nwFjZKcJnzbLtlBY,176
34
+ clitt/core/exception/__init__.py,sha256=wIQY3r_PVtSiA_59P2kT8ULj7i2rJdC2Z7r_R--Dke0,176
35
35
  clitt/core/exception/exceptions.py,sha256=vfKRGmGX32qQksrcrej4ncPCqCt9smmtJa0vc8FLkn4,477
36
- clitt/core/icons/__init__.py,sha256=atWAecAlBJetwr2o6AZkt_m02HQ7sC3rwVojySt7JgI,189
37
- clitt/core/icons/emojis/__init__.py,sha256=8MVA8EjOSso559gB9R9k6l9XNpLcAHdpnH_ND8bQcwg,196
36
+ clitt/core/icons/__init__.py,sha256=T1lyDzMAXItkQPDdH2XUydfBZaEhlPjyR4HfQmim5uI,189
37
+ clitt/core/icons/emojis/__init__.py,sha256=lUgI3VtPu35rSCubv2JRVW1PvM9bVfZ5WL81t6cyGf4,196
38
38
  clitt/core/icons/emojis/emojis.py,sha256=fBxVIPfGRwzbmx6yGsX7oIpngiVwuQkxrmd-oAkK64Y,1110
39
39
  clitt/core/icons/emojis/face_smiling.py,sha256=2NvJoMQ2q2VFBv2J2JrVw5UjWz7b6Eqh8VgORhbAfcM,1270
40
- clitt/core/icons/font_awesome/__init__.py,sha256=enxa9ik_6yyQOfcM73q5exfiT5LcKK5nVJko9T9m9bg,325
40
+ clitt/core/icons/font_awesome/__init__.py,sha256=f7yeUHD2b1_-Kxvb3onwbAoc_e1vbWtPIw9Xxy1pOrI,325
41
41
  clitt/core/icons/font_awesome/app_icons.py,sha256=zlD_AnwmrD0LKkd2Ej9jGmQPEa2TYGguvPbgfBUxuzM,1701
42
42
  clitt/core/icons/font_awesome/awesome.py,sha256=JyyobxTZ9VVa8y_S07iLvJZWbWA671esav1-p5PKZ9Y,2242
43
43
  clitt/core/icons/font_awesome/dashboard_icons.py,sha256=hdUQD55819mrV7z0Y_rJI4WiqgrWExjl3ULFabIf8Kc,3121
@@ -46,34 +46,34 @@ clitt/core/icons/font_awesome/game_icons.py,sha256=IMb1kxsbZKGIVmw0-XR904kDHaqPJ
46
46
  clitt/core/icons/font_awesome/nav_icons.py,sha256=egiNnVot_diKYL5VFUI3sPTrBSt41F5iO-mpfPZKe20,1182
47
47
  clitt/core/icons/font_awesome/trickplay_icons.py,sha256=mb_wXF3j3OhG_6CZyFbOltwwg-l_dyzmNg8OqAkOub8,1080
48
48
  clitt/core/icons/font_awesome/widget_icons.py,sha256=y160guCrnRLHxUfKlMq6FS0zsTsJ-gcW1Vs-wnjIjKk,1025
49
- clitt/core/term/__init__.py,sha256=-sDndH0JFB8xn2dtw06a4YItZ4KI6z69YrhwTuFuzb8,215
49
+ clitt/core/term/__init__.py,sha256=CJnML6m-fmS31w1KGncReG2P_RRaymCcV3-CJJsYRd0,215
50
50
  clitt/core/term/commons.py,sha256=1qRiSDRmaIuT6ivVFUiXd4CU35QJbrVzJvBI-FLwAbo,3122
51
51
  clitt/core/term/cursor.py,sha256=99NbsU4qWSe29hc_QPLzxGE9JzfTyiDnVUm0GdzfQwk,6780
52
52
  clitt/core/term/screen.py,sha256=V24gFKKgTj-aywpkeD1c5zc8cNb5EA4crvfW_bQAIlI,3328
53
53
  clitt/core/term/terminal.py,sha256=mZwkXNzjqHSMXHVx2R5V-56EPE4U0W7YZwMLHLr-mjw,7962
54
- clitt/core/tui/__init__.py,sha256=T8Is6mJMBlbDMSqez-sNfPVNV3kzlUcdXSajpu8-k-0,333
54
+ clitt/core/tui/__init__.py,sha256=LuRIcrZthMT72VKyyyUsvDplr-jztVXQmWsp6OWhyf8,333
55
55
  clitt/core/tui/tui_application.py,sha256=V2HvUYzSRSDquoPnj21uIIcXMiz58sWiYA_s7XL2OXk,1650
56
56
  clitt/core/tui/tui_component.py,sha256=f4G4Pya9Foc1mlE8sUYHKZ5caqL-R7hyGXu8SHAY8SE,5134
57
57
  clitt/core/tui/tui_preferences.py,sha256=QnPLgSg51tQZVKN4p7EpYvzXA3DadOfTmhEKZ6-iWUA,3109
58
- clitt/core/tui/line_input/__init__.py,sha256=TYRux5G-ThuOH_4FuaLSkr8vx-AVc4hPmlW755lMU_8,204
59
- clitt/core/tui/line_input/keyboard_input.py,sha256=P5OHmhU-HReIDYllhHhlNGfkJEO0gXh16WPMtBMs4d8,11686
58
+ clitt/core/tui/line_input/__init__.py,sha256=pfIVWILqx15ZhZgBsqg_QkUyxEJkm_DAn-Y9mO327qo,204
59
+ clitt/core/tui/line_input/keyboard_input.py,sha256=vLg1eaEBD3ar0ZedPE9K7SWP4HYWgKkMCR1PxNRqYMI,14067
60
60
  clitt/core/tui/line_input/line_input.py,sha256=eFGWTabP27WRakOmpdqrDhJ3DrX9n05EHKWyhtzp37g,1242
61
- clitt/core/tui/mchoose/__init__.py,sha256=HT-5W36vkTLLOrLUX_8lc7uEyQUh1zqxG0yBU6GlP_M,195
61
+ clitt/core/tui/mchoose/__init__.py,sha256=1Z9yYqJlIbBhi57T7ILfMnfiSyKfjg_H2rqa0ovr83A,195
62
62
  clitt/core/tui/mchoose/mchoose.py,sha256=oyl6esUPgC3j0DrM31Pceb3TDcvprt-D2v8ncd02Asc,1283
63
63
  clitt/core/tui/mchoose/menu_choose.py,sha256=IJJQKcfvHRSRI59txSDILHDHLgj3IPo18EJ1_LikAg4,7135
64
- clitt/core/tui/mdashboard/__init__.py,sha256=R2yCsiKfXA2fZ6q6iJB1PVQVAlD50mwIxbQttYONQ_Y,253
64
+ clitt/core/tui/mdashboard/__init__.py,sha256=V39vmDZbMRWn5Lk9CSl66DDMS217eYFJ07tuRv5qdmw,253
65
65
  clitt/core/tui/mdashboard/dashboard_builder.py,sha256=IU2GtrKUbtqkEZSfvCnxdRyodcEmTu5M02LFYOEv0sc,1659
66
66
  clitt/core/tui/mdashboard/dashboard_item.py,sha256=KgVxz1oU2iBF5Fi-_ST4ySjBO42fj-DHZ0gO2CA7L8k,887
67
67
  clitt/core/tui/mdashboard/mdashboard.py,sha256=UjPPXqTIuO245POzAKprhGo90T5YpvlAJ_lKkAFjWnc,891
68
68
  clitt/core/tui/mdashboard/menu_dashboard.py,sha256=Npf-bXOQa_tTQ33RlfZ6TBse0gLfEzT2Yo8zKZ9YcQo,5611
69
- clitt/core/tui/menu/__init__.py,sha256=Y3w5KNTfTAIlf7Yjebvfqb5pr-QEz1Tskbdf8yudP-4,286
69
+ clitt/core/tui/menu/__init__.py,sha256=WByaX7SGwEHUlanotgbl_SxIrvVTHl_z72CEFEjFUeo,286
70
70
  clitt/core/tui/menu/tui_menu.py,sha256=I7uqGD3-028xnNq-rigA3SmS9TDynbF9BQf7qL_r_xk,3573
71
71
  clitt/core/tui/menu/tui_menu_action.py,sha256=LC7ljC-d2g7LN6GeHEdZrGyuQUj8FApkeEW3JoRfxEk,1536
72
72
  clitt/core/tui/menu/tui_menu_factory.py,sha256=b26JkaBnAAUN_3xQ6GjgRVvljnDBLNouhk9zwyAXpEY,4589
73
73
  clitt/core/tui/menu/tui_menu_item.py,sha256=fNU7XC8-fPD7ggOncs5kMnHThiiK9nN_M_1FuvXoKq0,7441
74
74
  clitt/core/tui/menu/tui_menu_ui.py,sha256=jND2IWumKooCDuRPzz37YcVOeU9ViL9ZlHoWRptTv4Y,3254
75
75
  clitt/core/tui/menu/tui_menu_view.py,sha256=jX1p50dgKLU7JvJL5FJPzI_bLxWzZxjPXem3m9wf2MU,1921
76
- clitt/core/tui/minput/__init__.py,sha256=b5eJE4Tt7XxO1zSSEq5NsAD4Az-vU-Q3Dbsa-3TPFfg,338
76
+ clitt/core/tui/minput/__init__.py,sha256=RAmO7INVDl2BYOUVvJUvFAh7SZ1GpSUf8Uzq6M9SNTo,338
77
77
  clitt/core/tui/minput/access_type.py,sha256=91d_Wxj41pLrv2xs6LDGrSvtYoVHPx5MreXGthN2BFo,637
78
78
  clitt/core/tui/minput/field_builder.py,sha256=Zn-JzTHasHtftF_s6N-ljdhxlyLJwqSSeTtj0KPqLRU,4372
79
79
  clitt/core/tui/minput/form_builder.py,sha256=xNU62G_g29CpOU5naghvfqaPfb6MlalPxTzJwGD6bXw,2866
@@ -83,15 +83,15 @@ clitt/core/tui/minput/input_validator.py,sha256=7Cof7ZDIjcl8ixrFALZIy6SCe3MZH4Sd
83
83
  clitt/core/tui/minput/menu_input.py,sha256=IujdjQaM0QGFziXU5U63bnaZL8JXJw9atckaG3a9wfw,12724
84
84
  clitt/core/tui/minput/minput.py,sha256=y_QdSrx0yGH34Iowx_qlqprbWydGmEuh6qDyGIDnqzY,1608
85
85
  clitt/core/tui/minput/minput_utils.py,sha256=DgcJyo_NDBp3J5fuWfNzX8JOdSFaekBL-zZqCCPldWA,5266
86
- clitt/core/tui/mselect/__init__.py,sha256=gArBXtOVoWNFNBJZgVdpbug7sl_OrRiN2UKe3Vv49GE,195
86
+ clitt/core/tui/mselect/__init__.py,sha256=eRgUovOYuUHNrusEc3THwCiHVkrmkhWXDIM0DB9pz6A,195
87
87
  clitt/core/tui/mselect/menu_select.py,sha256=ltoyB3pEOBPRXrNKMxW6KbaAgcQNIb9y1ZnqyTNMeAc,6176
88
88
  clitt/core/tui/mselect/mselect.py,sha256=_UagPoWdDxde5MZvcxoCwi4twpK_nMFxtwmLVG20Yxo,1115
89
- clitt/core/tui/table/__init__.py,sha256=RKZ8Q7B4z4wd1M9x5wJe5piKb5Suj_Qe3KKv2hTeDqc,200
89
+ clitt/core/tui/table/__init__.py,sha256=m8OVDS7SRaS3edl2HvuwRXf4-zwtFJrO2VxEiEia5z8,200
90
90
  clitt/core/tui/table/table_enums.py,sha256=9SoecnDrd_X9UmG9wA8mJsfyxtVdZm8LgmTZ51j2yY4,1281
91
91
  clitt/core/tui/table/table_renderer.py,sha256=PR8HXYCHQdFs7JDQ-AInblV7HjwIEkRIGl28pdy8yeY,12799
92
- clitt/utils/__init__.py,sha256=utG80sHOj6uSaNDjhml4dd182tACtX2v3ApHTtlKrn0,166
92
+ clitt/utils/__init__.py,sha256=o_H2b3gp1Wa0BaCfAfF5l-7kooD2mIQdRGIM6QUcdeo,166
93
93
  clitt/utils/git_utils.py,sha256=B-QZtRpxAXa3Cw3im5qhJTla0LrlWQouMq_-GR8SOHU,2392
94
- hspylib_clitt-0.9.130.dist-info/METADATA,sha256=vn8Zn8iOFBL77tdGV7R6HCIbuiUeM8GFSk6P0oQjCJE,12849
95
- hspylib_clitt-0.9.130.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
96
- hspylib_clitt-0.9.130.dist-info/top_level.txt,sha256=4aPEfxPvYp14dwV0l6cjCd90nbDutt1Yr27ZqCunZLI,11
97
- hspylib_clitt-0.9.130.dist-info/RECORD,,
94
+ hspylib_clitt-0.9.133.dist-info/METADATA,sha256=TRfMpXvGYGMMldTQB6XSUKBPPHiHA_RUQy3zZpSlBRI,12851
95
+ hspylib_clitt-0.9.133.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
96
+ hspylib_clitt-0.9.133.dist-info/top_level.txt,sha256=4aPEfxPvYp14dwV0l6cjCd90nbDutt1Yr27ZqCunZLI,11
97
+ hspylib_clitt-0.9.133.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.0.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5