tui-utilities 1.1.7__py3-none-any.whl → 1.1.8__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 CHANGED
@@ -74,8 +74,8 @@ def _style(
74
74
  return Padding(paddable, final_padding)
75
75
 
76
76
  needs_layout = (
77
- alignment is not None or
78
- padding is not None or
77
+ alignment != "left" or
78
+ padding != 0 or
79
79
  top_padding is not None or
80
80
  right_padding is not None or
81
81
  bottom_padding is not None or
@@ -101,8 +101,8 @@ def print(
101
101
  underline = False,
102
102
  strike = False,
103
103
  reverse = False,
104
- alignment = None,
105
- padding = None,
104
+ alignment = "left",
105
+ padding = 0,
106
106
  top_padding = None,
107
107
  right_padding = None,
108
108
  bottom_padding = None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tui_utilities
3
- Version: 1.1.7
3
+ Version: 1.1.8
4
4
  Summary: Personal-use console utilities library
5
5
  Author-email: Guido Iván Gross <grossguidoivan@gmail.com>
6
6
  License: MIT
@@ -1,11 +1,11 @@
1
1
  tui_utilities/__init__.py,sha256=zL2dBAmn6OgjnkjP7ABpgTaivse9WhCj_sQl2W3H0Uw,549
2
- tui_utilities/console.py,sha256=AHaa6N9kOkeDJcqqlA_K25Ch6S2bLnlXYh9YhRX8u5Y,5989
2
+ tui_utilities/console.py,sha256=omKZFuDZAjf0SN3lY-cwk_HedmhksjS3lYJKHSM0ZjM,5979
3
3
  tui_utilities/format.py,sha256=6Ou6aeRku1Fb5Nf0tKmCgh8CIsh3sRJZogog-f5_igc,657
4
4
  tui_utilities/structure.py,sha256=DTNCopWHbURvWduDC1pP1JDjBL5B4bNu3NCzvTk8vHs,8544
5
5
  tui_utilities/system.py,sha256=KGkEg11zlH18FiQsuywgW0Ls7aiPlvgJr7tDsQMJCBo,308
6
6
  tui_utilities/validation.py,sha256=DGaVjTiLAsdG3wFIuiYWg9vRZZ5R0OgBB8cxWg-riZ8,6502
7
7
  tui_utilities/_tlds/tlds.txt,sha256=ieHVMCtLqEoh8aiMZIZPepNdOjR3CGlO2QgH5LKCRuI,10916
8
- tui_utilities-1.1.7.dist-info/METADATA,sha256=KyE_lxHLcEj1Wuyg7NBEYEt4sTTOTjfJV6wsZMXcblA,4727
9
- tui_utilities-1.1.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
- tui_utilities-1.1.7.dist-info/top_level.txt,sha256=TF1KuV0fMB1rkFRhqaCkqjprAnH-Tpc4Klsxwif5RWI,14
11
- tui_utilities-1.1.7.dist-info/RECORD,,
8
+ tui_utilities-1.1.8.dist-info/METADATA,sha256=h4JwFCBfzoutt0ahHsuBe8votAIV9oNRDOZlBUC1700,4727
9
+ tui_utilities-1.1.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
+ tui_utilities-1.1.8.dist-info/top_level.txt,sha256=TF1KuV0fMB1rkFRhqaCkqjprAnH-Tpc4Klsxwif5RWI,14
11
+ tui_utilities-1.1.8.dist-info/RECORD,,