hspylib-clitt 0.9.28__tar.gz → 0.9.29__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.
Potentially problematic release.
This version of hspylib-clitt might be problematic. Click here for more details.
- {hspylib-clitt-0.9.28/hspylib_clitt.egg-info → hspylib-clitt-0.9.29}/PKG-INFO +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/README.md +1 -1
- hspylib-clitt-0.9.29/clitt/.version +1 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/setman.py +1 -1
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/setman_entry.py +1 -1
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/setman_repository.py +5 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/emojis/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mchoose/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mdashboard/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mselect/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/table/__init__.py +2 -2
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29/hspylib_clitt.egg-info}/PKG-INFO +2 -2
- hspylib-clitt-0.9.28/clitt/.version +0 -1
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/MANIFEST.in +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/__classpath__.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/__main__.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/appman.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/appman_enums.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/build.gradle.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/classpath.py.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/dependencies.hspd.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/gitignore.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/main.py.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/main_qt.py.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/main_qt_view.py.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/main_qt_view.ui.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/run.sh.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/test_main.py.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/usage.txt.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/widget.py.tpl +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/setman_config.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/setman_enums.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/setman/setman_service.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widget.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widget_entry.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/widget_free.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/widget_punch.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/widget_send_msg.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/widget_time_calc.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widman.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/emojis/emojis.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/emojis/face_smiling.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/app_icons.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/awesome.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/control_icons.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/dashboard_icons.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/form_icons.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/nav_icons.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/widget_icons.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mchoose/mchoose.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mchoose/menu_choose.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mdashboard/dashboard_builder.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mdashboard/dashboard_item.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mdashboard/mdashboard.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu_action.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu_factory.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu_item.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu_ui.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu_utils.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/menu/tui_menu_view.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/access_type.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/form_builder.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/form_field.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/input_type.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/input_validator.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/menu_input.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/minput.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/minput/minput_utils.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mselect/menu_select.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mselect/mselect.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/table/table_renderer.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/tui_application.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/tui_component.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/tui_preferences.py +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/welcome.txt +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/hspylib_clitt.egg-info/SOURCES.txt +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/hspylib_clitt.egg-info/dependency_links.txt +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/hspylib_clitt.egg-info/requires.txt +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/hspylib_clitt.egg-info/top_level.txt +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/setup.cfg +0 -0
- {hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hspylib-clitt
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.29
|
|
4
4
|
Summary: HsPyLib - CLI Terminal Tools
|
|
5
5
|
Home-page: https://github.com/yorevs/hspylib
|
|
6
6
|
Author: Hugo Saporetti Junior
|
|
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
## Create professional CLI applications
|
|
31
31
|
|
|
32
32
|
[](LICENSE.md)
|
|
33
|
-
[](CHANGELOG.md#unreleased)
|
|
34
34
|
[](https://pypi.org/project/hspylib-cfman)
|
|
35
35
|
[](https://github.com/yorevs/hspylib)
|
|
36
36
|
[](https://gitter.im/hspylib/community)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Create professional CLI applications
|
|
4
4
|
|
|
5
5
|
[](LICENSE.md)
|
|
6
|
-
[](CHANGELOG.md#unreleased)
|
|
7
7
|
[](https://pypi.org/project/hspylib-cfman)
|
|
8
8
|
[](https://github.com/yorevs/hspylib)
|
|
9
9
|
[](https://gitter.im/hspylib/community)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.9.29
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.addons
|
|
6
6
|
"""Package initialization."""
|
|
@@ -10,4 +10,4 @@ __all__ = [
|
|
|
10
10
|
'setman',
|
|
11
11
|
'widman'
|
|
12
12
|
]
|
|
13
|
-
__version__ = '0.9.
|
|
13
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.addons.appman
|
|
6
6
|
"""Package initialization."""
|
|
@@ -10,4 +10,4 @@ __all__ = [
|
|
|
10
10
|
'appman_enums',
|
|
11
11
|
'templates'
|
|
12
12
|
]
|
|
13
|
-
__version__ = '0.9.
|
|
13
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.addons.setman
|
|
6
6
|
"""Package initialization."""
|
|
@@ -13,4 +13,4 @@ __all__ = [
|
|
|
13
13
|
'setman_repository',
|
|
14
14
|
'setman_service'
|
|
15
15
|
]
|
|
16
|
-
__version__ = '0.9.
|
|
16
|
+
__version__ = '0.9.29'
|
|
@@ -95,7 +95,7 @@ class SetMan(metaclass=Singleton):
|
|
|
95
95
|
self._del_setting(name)
|
|
96
96
|
case SetmanOps.TRUNCATE:
|
|
97
97
|
self._service.truncate_settings_db()
|
|
98
|
-
sysout('All settings have been removed')
|
|
98
|
+
sysout('%EOL%%ORANGE%!!! All system settings have been removed !!!%EOL%')
|
|
99
99
|
|
|
100
100
|
@contextlib.contextmanager
|
|
101
101
|
def _open_db(self) -> None:
|
|
@@ -29,6 +29,7 @@ class SetmanRepository(SQLiteRepository[SetmanEntry]):
|
|
|
29
29
|
return self._config.database
|
|
30
30
|
|
|
31
31
|
def find_by_name(self, name: str, fields: Set[str] = None) -> Optional[SetmanEntry]:
|
|
32
|
+
"""TODO"""
|
|
32
33
|
fields = "*" if not fields else ", ".join(fields)
|
|
33
34
|
sql = f"SELECT {fields} FROM {self.table_name()} WHERE name = ? ORDER BY name"
|
|
34
35
|
result = next((e for e in self.execute(sql, name=name)[1]), None)
|
|
@@ -36,8 +37,9 @@ class SetmanRepository(SQLiteRepository[SetmanEntry]):
|
|
|
36
37
|
return self.to_entity_type(result) if result else None
|
|
37
38
|
|
|
38
39
|
def search(self, name: str, stype: SettingsType, fields: Set[str] = None) -> List[SetmanEntry]:
|
|
40
|
+
"""TODO"""
|
|
39
41
|
fields = "*" if not fields else ", ".join(fields)
|
|
40
|
-
search_name = f"%{name}%"
|
|
42
|
+
search_name = f"%{name}%" if name != '%' else name
|
|
41
43
|
if stype:
|
|
42
44
|
sql = f"SELECT {fields} FROM {self.table_name()} WHERE name LIKE ? AND stype = ? ORDER BY name"
|
|
43
45
|
result = self.execute(sql, name=search_name, stype=stype.val)[1] or []
|
|
@@ -48,7 +50,8 @@ class SetmanRepository(SQLiteRepository[SetmanEntry]):
|
|
|
48
50
|
return list(map(self.to_entity_type, result))
|
|
49
51
|
|
|
50
52
|
def truncate(self, table_name: str) -> None:
|
|
51
|
-
|
|
53
|
+
"""TODO"""
|
|
54
|
+
self.execute(f'DELETE FROM "{table_name}"')
|
|
52
55
|
|
|
53
56
|
def table_name(self) -> str:
|
|
54
57
|
return "SETTINGS"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.addons.widman
|
|
6
6
|
"""Package initialization."""
|
|
@@ -11,4 +11,4 @@ __all__ = [
|
|
|
11
11
|
'widgets',
|
|
12
12
|
'widman'
|
|
13
13
|
]
|
|
14
|
-
__version__ = '0.9.
|
|
14
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.addons.widman.widgets
|
|
6
6
|
"""Package initialization."""
|
|
@@ -11,4 +11,4 @@ __all__ = [
|
|
|
11
11
|
'widget_send_msg',
|
|
12
12
|
'widget_time_calc'
|
|
13
13
|
]
|
|
14
|
-
__version__ = '0.9.
|
|
14
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.icons
|
|
6
6
|
"""Package initialization."""
|
|
@@ -9,4 +9,4 @@ __all__ = [
|
|
|
9
9
|
'emojis',
|
|
10
10
|
'font_awesome'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.icons.emojis
|
|
6
6
|
"""Package initialization."""
|
|
@@ -9,4 +9,4 @@ __all__ = [
|
|
|
9
9
|
'emojis',
|
|
10
10
|
'face_smiling'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.icons.font_awesome
|
|
6
6
|
"""Package initialization."""
|
|
@@ -14,4 +14,4 @@ __all__ = [
|
|
|
14
14
|
'nav_icons',
|
|
15
15
|
'widget_icons'
|
|
16
16
|
]
|
|
17
|
-
__version__ = '0.9.
|
|
17
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui
|
|
6
6
|
"""Package initialization."""
|
|
@@ -16,4 +16,4 @@ __all__ = [
|
|
|
16
16
|
'tui_component',
|
|
17
17
|
'tui_preferences'
|
|
18
18
|
]
|
|
19
|
-
__version__ = '0.9.
|
|
19
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui.mchoose
|
|
6
6
|
"""Package initialization."""
|
|
@@ -9,4 +9,4 @@ __all__ = [
|
|
|
9
9
|
'mchoose',
|
|
10
10
|
'menu_choose'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui.mdashboard
|
|
6
6
|
"""Package initialization."""
|
|
@@ -10,4 +10,4 @@ __all__ = [
|
|
|
10
10
|
'dashboard_item',
|
|
11
11
|
'mdashboard'
|
|
12
12
|
]
|
|
13
|
-
__version__ = '0.9.
|
|
13
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui.menu
|
|
6
6
|
"""Package initialization."""
|
|
@@ -14,4 +14,4 @@ __all__ = [
|
|
|
14
14
|
'tui_menu_utils',
|
|
15
15
|
'tui_menu_view'
|
|
16
16
|
]
|
|
17
|
-
__version__ = '0.9.
|
|
17
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui.minput
|
|
6
6
|
"""Package initialization."""
|
|
@@ -15,4 +15,4 @@ __all__ = [
|
|
|
15
15
|
'minput',
|
|
16
16
|
'minput_utils'
|
|
17
17
|
]
|
|
18
|
-
__version__ = '0.9.
|
|
18
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui.mselect
|
|
6
6
|
"""Package initialization."""
|
|
@@ -9,4 +9,4 @@ __all__ = [
|
|
|
9
9
|
'menu_select',
|
|
10
10
|
'mselect'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.29
|
|
4
4
|
#
|
|
5
5
|
# Package: main.clitt.core.tui.table
|
|
6
6
|
"""Package initialization."""
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
__all__ = [
|
|
9
9
|
'table_renderer'
|
|
10
10
|
]
|
|
11
|
-
__version__ = '0.9.
|
|
11
|
+
__version__ = '0.9.29'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hspylib-clitt
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.29
|
|
4
4
|
Summary: HsPyLib - CLI Terminal Tools
|
|
5
5
|
Home-page: https://github.com/yorevs/hspylib
|
|
6
6
|
Author: Hugo Saporetti Junior
|
|
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
## Create professional CLI applications
|
|
31
31
|
|
|
32
32
|
[](LICENSE.md)
|
|
33
|
-
[](CHANGELOG.md#unreleased)
|
|
34
34
|
[](https://pypi.org/project/hspylib-cfman)
|
|
35
35
|
[](https://github.com/yorevs/hspylib)
|
|
36
36
|
[](https://gitter.im/hspylib/community)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.9.28
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/build.gradle.tpl
RENAMED
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/classpath.py.tpl
RENAMED
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/dependencies.hspd.tpl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/main_qt_view.py.tpl
RENAMED
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/main_qt_view.ui.tpl
RENAMED
|
File without changes
|
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/appman/templates/test_main.py.tpl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/widget_send_msg.py
RENAMED
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/addons/widman/widgets/widget_time_calc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/control_icons.py
RENAMED
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/icons/font_awesome/dashboard_icons.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hspylib-clitt-0.9.28 → hspylib-clitt-0.9.29}/clitt/core/tui/mdashboard/dashboard_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|