argenta 1.0.0a4__py3-none-any.whl → 1.0.0a5__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.
argenta/app/models.py CHANGED
@@ -138,7 +138,7 @@ class BaseApp:
138
138
  """
139
139
  if isinstance(self._dividing_line, StaticDividingLine):
140
140
  self._print_func(self._dividing_line.get_full_static_line(self._override_system_messages))
141
- self._print_func(text)
141
+ print(text.strip('\n'))
142
142
  self._print_func(self._dividing_line.get_full_static_line(self._override_system_messages))
143
143
 
144
144
  elif isinstance(self._dividing_line, DynamicDividingLine):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: argenta
3
- Version: 1.0.0a4
3
+ Version: 1.0.0a5
4
4
  Summary: Python library for creating TUI
5
5
  Author-email: kolo <kolo.is.main@gmail.com>
6
6
  License: MIT
@@ -1,7 +1,7 @@
1
1
  argenta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  argenta/app/__init__.py,sha256=I8FTXU17ajDI-hbC6Rw0LxLmvDYipdQaos3v1pmu14E,57
3
3
  argenta/app/defaults.py,sha256=GE4UzsJ7PD7654weNzTFGcBroc_0Zy5H9VL5P8ZbFek,393
4
- argenta/app/models.py,sha256=4hGZhJ7t2bq8QgkDmH_ePghEhybJn0DYLo4t4gyc6rg,17160
4
+ argenta/app/models.py,sha256=g_HGYzqfhZ_GqJEclF99vqkPLSRARQXmZNZjFIludE8,17161
5
5
  argenta/app/autocompleter/__init__.py,sha256=VT_p3QA78UnczV7pYR2NnwQ0Atd8mnDUnLazvUQNqJk,93
6
6
  argenta/app/autocompleter/entity.py,sha256=6IurcSTLfiEYrh-yYsCYjrKsJ8_9xds3fxs5sr0FoqE,2901
7
7
  argenta/app/dividing_line/__init__.py,sha256=jJZDDZix8XYCAUWW4FzGJH0JmJlchYcx0FPWifjgv1I,147
@@ -26,7 +26,7 @@ argenta/router/entity.py,sha256=kW_mdL15V9jpRW72Z21sDMvsV3gVO6Bub0hKthYo8ao,7957
26
26
  argenta/router/exceptions.py,sha256=q6y-4gmbgkX-0U4-qXHDP5HTtUQ_c4svaqVILn-ZzRw,852
27
27
  argenta/router/command_handler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  argenta/router/command_handler/entity.py,sha256=VjSh5tpU-nGKkf8FUn5H_35DN7ZnwVaoVXOVqkoracE,2526
29
- argenta-1.0.0a4.dist-info/METADATA,sha256=cEC4BA9DRBaQleUKOoB0sqQshXbFvd2vpuhMeRD5cGg,25723
30
- argenta-1.0.0a4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
31
- argenta-1.0.0a4.dist-info/licenses/LICENSE,sha256=zmqoGh2n5rReBv4s8wPxF_gZEZDgauJYSPMuPczgOiU,1082
32
- argenta-1.0.0a4.dist-info/RECORD,,
29
+ argenta-1.0.0a5.dist-info/METADATA,sha256=414GSoqTVYYUecTot71XRaCCtED99xura_PENlKYhJw,25723
30
+ argenta-1.0.0a5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
31
+ argenta-1.0.0a5.dist-info/licenses/LICENSE,sha256=zmqoGh2n5rReBv4s8wPxF_gZEZDgauJYSPMuPczgOiU,1082
32
+ argenta-1.0.0a5.dist-info/RECORD,,