tui-utilities 1.0.5__tar.gz → 1.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Personal-use console utilities library
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tui_utilities"
3
- version = "1.0.5"
3
+ version = "1.0.6"
4
4
  description = "Personal-use console utilities library"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -1,4 +1,4 @@
1
- from .console import print, input, clear_console
1
+ from .console import print, input
2
2
  import sys
3
3
  import traceback
4
4
 
@@ -22,7 +22,6 @@ def menu(
22
22
  selection_text = "Su elección: ",
23
23
  error = "La opción ingresada no es válida, intente nuevamente"
24
24
  ):
25
- clear_console()
26
25
  options = {}
27
26
  key = 1
28
27
  for option in options_list:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Personal-use console utilities library
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  License: MIT
File without changes
File without changes