tui-utilities 1.0.30__tar.gz → 1.0.32__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.

Potentially problematic release.


This version of tui-utilities might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.30
3
+ Version: 1.0.32
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.30"
3
+ version = "1.0.32"
4
4
  description = "Personal-use console utilities library"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -105,9 +105,9 @@ def print(
105
105
  right_padding = None,
106
106
  bottom_padding = None,
107
107
  left_padding = None,
108
- plain_text = False,
109
108
  separator = " ",
110
109
  end = "\n",
110
+ plain_text = False,
111
111
  **kwargs
112
112
  ):
113
113
  renderables = []
@@ -182,6 +182,7 @@ def wait_for_key(
182
182
  right_padding = right_padding,
183
183
  bottom_padding = bottom_padding,
184
184
  left_padding = left_padding,
185
+ end = "",
185
186
  plain_text = plain_text
186
187
  )
187
188
  readchar.readkey()
@@ -29,7 +29,7 @@ def menu(
29
29
  title_padding = 0,
30
30
  title_top_padding = None,
31
31
  title_right_padding = None,
32
- title_bottom_padding = 1,
32
+ title_bottom_padding = None,
33
33
  title_left_padding = None,
34
34
  separator_length = 100,
35
35
  separator_color = "#ffffff",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.30
3
+ Version: 1.0.32
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