tui-utilities 1.0.29__tar.gz → 1.0.30__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.29
3
+ Version: 1.0.30
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.29"
3
+ version = "1.0.30"
4
4
  description = "Personal-use console utilities library"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -165,7 +165,8 @@ def wait_for_key(
165
165
  top_padding = None,
166
166
  right_padding = None,
167
167
  bottom_padding = None,
168
- left_padding = None
168
+ left_padding = None,
169
+ plain_text = True
169
170
  ):
170
171
  print(
171
172
  f"\n{text}",
@@ -181,6 +182,6 @@ def wait_for_key(
181
182
  right_padding = right_padding,
182
183
  bottom_padding = bottom_padding,
183
184
  left_padding = left_padding,
184
- end = ""
185
+ plain_text = plain_text
185
186
  )
186
187
  readchar.readkey()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.29
3
+ Version: 1.0.30
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