tui-utilities 1.0.13__tar.gz → 1.0.15__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.13
3
+ Version: 1.0.15
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.13"
3
+ version = "1.0.15"
4
4
  description = "Personal-use console utilities library"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -119,8 +119,7 @@ def print(
119
119
  left_padding = left_padding,
120
120
  plain_text = plain_text
121
121
  ))
122
- elif isinstance(object, RenderableType):
123
- renderables.append(object)
122
+ elif isinstance(object, RenderableType): renderables.append(object)
124
123
  else:
125
124
  renderables.append(_style(
126
125
  text = str(object),
@@ -175,8 +174,7 @@ def wait_for_key(
175
174
  top_padding = None,
176
175
  right_padding = None,
177
176
  bottom_padding = None,
178
- left_padding = None,
179
- plain_text = False
177
+ left_padding = None
180
178
  ):
181
179
  print(
182
180
  text,
@@ -192,6 +190,6 @@ def wait_for_key(
192
190
  right_padding = right_padding,
193
191
  bottom_padding = bottom_padding,
194
192
  left_padding = left_padding,
195
- plain_text = plain_text
193
+ end = ""
196
194
  )
197
195
  readchar.readkey()
@@ -21,7 +21,7 @@ def menu(
21
21
  title,
22
22
  title_color = "#ffffff",
23
23
  title_bold = True,
24
- title_italic = False,
24
+ title_italic = True,
25
25
  title_underline = False,
26
26
  title_strike = False,
27
27
  title_reverse = False,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.13
3
+ Version: 1.0.15
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