tui-utilities 1.0.29__py3-none-any.whl → 1.0.31__py3-none-any.whl
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.
- tui_utilities/console.py +5 -3
- {tui_utilities-1.0.29.dist-info → tui_utilities-1.0.31.dist-info}/METADATA +1 -1
- {tui_utilities-1.0.29.dist-info → tui_utilities-1.0.31.dist-info}/RECORD +5 -5
- {tui_utilities-1.0.29.dist-info → tui_utilities-1.0.31.dist-info}/WHEEL +0 -0
- {tui_utilities-1.0.29.dist-info → tui_utilities-1.0.31.dist-info}/top_level.txt +0 -0
tui_utilities/console.py
CHANGED
|
@@ -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 = []
|
|
@@ -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,7 @@ 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
|
+
end = "",
|
|
186
|
+
plain_text = plain_text
|
|
185
187
|
)
|
|
186
188
|
readchar.readkey()
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
tui_utilities/__init__.py,sha256=8WIoKhRFLM4Bcdd7W3grDoBgfSR0HFWxTsP4ON6Il-E,775
|
|
2
|
-
tui_utilities/console.py,sha256=
|
|
2
|
+
tui_utilities/console.py,sha256=Z9zs7jvOg1ELNAQwp-jilZ7QiO5Dy86yUeQ9zMm5qEo,6055
|
|
3
3
|
tui_utilities/format.py,sha256=6Ou6aeRku1Fb5Nf0tKmCgh8CIsh3sRJZogog-f5_igc,657
|
|
4
4
|
tui_utilities/structure.py,sha256=04px4ME1WuLxEGSKZsg3oAorIFayLhbUKgP3R_H3R1I,5284
|
|
5
5
|
tui_utilities/validation.py,sha256=DGaVjTiLAsdG3wFIuiYWg9vRZZ5R0OgBB8cxWg-riZ8,6502
|
|
6
6
|
tui_utilities/_tlds/tlds.txt,sha256=ieHVMCtLqEoh8aiMZIZPepNdOjR3CGlO2QgH5LKCRuI,10916
|
|
7
|
-
tui_utilities-1.0.
|
|
8
|
-
tui_utilities-1.0.
|
|
9
|
-
tui_utilities-1.0.
|
|
10
|
-
tui_utilities-1.0.
|
|
7
|
+
tui_utilities-1.0.31.dist-info/METADATA,sha256=GRO0vUvKa3Zm1RLEQsjgz2xQKhZordmQ2TWhSCuCoE8,4250
|
|
8
|
+
tui_utilities-1.0.31.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
9
|
+
tui_utilities-1.0.31.dist-info/top_level.txt,sha256=TF1KuV0fMB1rkFRhqaCkqjprAnH-Tpc4Klsxwif5RWI,14
|
|
10
|
+
tui_utilities-1.0.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|