tui-utilities 1.0.11__tar.gz → 1.0.13__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.11
3
+ Version: 1.0.13
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.11"
3
+ version = "1.0.13"
4
4
  description = "Personal-use console utilities library"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -119,6 +119,8 @@ 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
124
  else:
123
125
  renderables.append(_style(
124
126
  text = str(object),
@@ -177,7 +179,7 @@ def wait_for_key(
177
179
  plain_text = False
178
180
  ):
179
181
  print(
180
- object = text,
182
+ text,
181
183
  color = color,
182
184
  bold = bold,
183
185
  italic = italic,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.0.11
3
+ Version: 1.0.13
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