hspylib-clitt 0.9.116__py3-none-any.whl → 0.9.118__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 hspylib-clitt might be problematic. Click here for more details.
- clitt/.version +1 -1
- clitt/__classpath__.py +2 -2
- clitt/__init__.py +3 -3
- clitt/__main__.py +3 -3
- clitt/addons/__init__.py +3 -3
- clitt/addons/appman/__init__.py +3 -3
- clitt/addons/appman/templates/__init__.py +3 -3
- clitt/addons/appman/templates/main_qt_view.py.tpl +1 -1
- clitt/addons/widman/__init__.py +3 -3
- clitt/addons/widman/widgets/__init__.py +3 -3
- clitt/core/__init__.py +3 -3
- clitt/core/exception/__init__.py +3 -3
- clitt/core/exception/exceptions.py +1 -0
- clitt/core/icons/__init__.py +3 -3
- clitt/core/icons/emojis/__init__.py +3 -3
- clitt/core/icons/font_awesome/__init__.py +3 -3
- clitt/core/term/__init__.py +3 -3
- clitt/core/term/commons.py +33 -8
- clitt/core/term/cursor.py +19 -4
- clitt/core/term/screen.py +16 -1
- clitt/core/term/terminal.py +16 -17
- clitt/core/tui/__init__.py +3 -3
- clitt/core/tui/line_input/__init__.py +3 -3
- clitt/core/tui/line_input/keyboard_input.py +36 -35
- clitt/core/tui/line_input/line_input.py +5 -17
- clitt/core/tui/mchoose/__init__.py +3 -3
- clitt/core/tui/mchoose/mchoose.py +2 -3
- clitt/core/tui/mchoose/menu_choose.py +6 -14
- clitt/core/tui/mdashboard/__init__.py +3 -3
- clitt/core/tui/mdashboard/menu_dashboard.py +2 -8
- clitt/core/tui/menu/__init__.py +3 -3
- clitt/core/tui/minput/__init__.py +3 -3
- clitt/core/tui/mselect/__init__.py +3 -3
- clitt/core/tui/mselect/menu_select.py +2 -3
- clitt/core/tui/table/__init__.py +3 -3
- clitt/core/tui/tui_application.py +8 -21
- clitt/core/tui/tui_component.py +4 -5
- clitt/core/tui/tui_preferences.py +1 -1
- clitt/utils/__init__.py +3 -3
- {hspylib_clitt-0.9.116.dist-info → hspylib_clitt-0.9.118.dist-info}/METADATA +2 -2
- hspylib_clitt-0.9.118.dist-info/RECORD +97 -0
- {hspylib_clitt-0.9.116.dist-info → hspylib_clitt-0.9.118.dist-info}/WHEEL +1 -1
- {hspylib_clitt-0.9.116.dist-info → hspylib_clitt-0.9.118.dist-info}/top_level.txt +0 -1
- build/lib/build/lib/build/lib/build/lib/clitt/__classpath__.py +0 -28
- build/lib/build/lib/build/lib/build/lib/clitt/__init__.py +0 -13
- build/lib/build/lib/build/lib/build/lib/clitt/__main__.py +0 -139
- build/lib/build/lib/build/lib/build/lib/clitt/addons/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/addons/appman/__init__.py +0 -13
- build/lib/build/lib/build/lib/build/lib/clitt/addons/appman/appman.py +0 -305
- build/lib/build/lib/build/lib/build/lib/clitt/addons/appman/appman_enums.py +0 -39
- build/lib/build/lib/build/lib/build/lib/clitt/addons/appman/templates/__init__.py +0 -11
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/__init__.py +0 -14
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widget.py +0 -70
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widget_entry.py +0 -54
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widgets/__init__.py +0 -14
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_free.py +0 -110
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_punch.py +0 -246
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_send_msg.py +0 -272
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_time_calc.py +0 -146
- build/lib/build/lib/build/lib/build/lib/clitt/addons/widman/widman.py +0 -123
- build/lib/build/lib/build/lib/build/lib/clitt/core/__init__.py +0 -15
- build/lib/build/lib/build/lib/build/lib/clitt/core/exception/__init__.py +0 -11
- build/lib/build/lib/build/lib/build/lib/clitt/core/exception/exceptions.py +0 -18
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/emojis/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/emojis/emojis.py +0 -41
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/emojis/face_smiling.py +0 -40
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/__init__.py +0 -18
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/app_icons.py +0 -55
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/awesome.py +0 -76
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/dashboard_icons.py +0 -93
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/form_icons.py +0 -69
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/game_icons.py +0 -59
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/nav_icons.py +0 -42
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/trickplay_icons.py +0 -39
- build/lib/build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/widget_icons.py +0 -37
- build/lib/build/lib/build/lib/build/lib/clitt/core/preferences.py +0 -87
- build/lib/build/lib/build/lib/build/lib/clitt/core/term/__init__.py +0 -14
- build/lib/build/lib/build/lib/build/lib/clitt/core/term/commons.py +0 -82
- build/lib/build/lib/build/lib/build/lib/clitt/core/term/cursor.py +0 -159
- build/lib/build/lib/build/lib/build/lib/clitt/core/term/screen.py +0 -91
- build/lib/build/lib/build/lib/build/lib/clitt/core/term/terminal.py +0 -203
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/__init__.py +0 -20
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/line_input/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/line_input/keyboard_input.py +0 -228
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/line_input/line_input.py +0 -43
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mchoose/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mchoose/mchoose.py +0 -44
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mchoose/menu_choose.py +0 -200
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/__init__.py +0 -14
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/dashboard_builder.py +0 -54
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/dashboard_item.py +0 -31
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/mdashboard.py +0 -26
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/menu_dashboard.py +0 -154
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/__init__.py +0 -16
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu.py +0 -111
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_action.py +0 -47
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_factory.py +0 -117
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_item.py +0 -196
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_ui.py +0 -98
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_view.py +0 -57
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/__init__.py +0 -19
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/access_type.py +0 -26
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/field_builder.py +0 -117
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/form_builder.py +0 -72
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/form_field.py +0 -180
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/input_type.py +0 -30
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/input_validator.py +0 -98
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/menu_input.py +0 -292
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/minput.py +0 -44
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/minput/minput_utils.py +0 -156
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mselect/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mselect/menu_select.py +0 -171
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/mselect/mselect.py +0 -36
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/table/__init__.py +0 -12
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/table/table_enums.py +0 -47
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/table/table_renderer.py +0 -339
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/tui_application.py +0 -65
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/tui_component.py +0 -155
- build/lib/build/lib/build/lib/build/lib/clitt/core/tui/tui_preferences.py +0 -103
- build/lib/build/lib/build/lib/build/lib/clitt/utils/__init__.py +0 -11
- build/lib/build/lib/build/lib/build/lib/clitt/utils/git_utils.py +0 -66
- build/lib/build/lib/build/lib/clitt/__classpath__.py +0 -28
- build/lib/build/lib/build/lib/clitt/__init__.py +0 -13
- build/lib/build/lib/build/lib/clitt/__main__.py +0 -139
- build/lib/build/lib/build/lib/clitt/addons/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/addons/appman/__init__.py +0 -13
- build/lib/build/lib/build/lib/clitt/addons/appman/appman.py +0 -305
- build/lib/build/lib/build/lib/clitt/addons/appman/appman_enums.py +0 -39
- build/lib/build/lib/build/lib/clitt/addons/appman/templates/__init__.py +0 -11
- build/lib/build/lib/build/lib/clitt/addons/widman/__init__.py +0 -14
- build/lib/build/lib/build/lib/clitt/addons/widman/widget.py +0 -70
- build/lib/build/lib/build/lib/clitt/addons/widman/widget_entry.py +0 -54
- build/lib/build/lib/build/lib/clitt/addons/widman/widgets/__init__.py +0 -14
- build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_free.py +0 -110
- build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_punch.py +0 -246
- build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_send_msg.py +0 -272
- build/lib/build/lib/build/lib/clitt/addons/widman/widgets/widget_time_calc.py +0 -146
- build/lib/build/lib/build/lib/clitt/addons/widman/widman.py +0 -123
- build/lib/build/lib/build/lib/clitt/core/__init__.py +0 -15
- build/lib/build/lib/build/lib/clitt/core/exception/__init__.py +0 -11
- build/lib/build/lib/build/lib/clitt/core/exception/exceptions.py +0 -18
- build/lib/build/lib/build/lib/clitt/core/icons/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/core/icons/emojis/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/core/icons/emojis/emojis.py +0 -41
- build/lib/build/lib/build/lib/clitt/core/icons/emojis/face_smiling.py +0 -40
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/__init__.py +0 -18
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/app_icons.py +0 -55
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/awesome.py +0 -76
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/dashboard_icons.py +0 -93
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/form_icons.py +0 -69
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/game_icons.py +0 -59
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/nav_icons.py +0 -42
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/trickplay_icons.py +0 -39
- build/lib/build/lib/build/lib/clitt/core/icons/font_awesome/widget_icons.py +0 -37
- build/lib/build/lib/build/lib/clitt/core/preferences.py +0 -87
- build/lib/build/lib/build/lib/clitt/core/term/__init__.py +0 -14
- build/lib/build/lib/build/lib/clitt/core/term/commons.py +0 -82
- build/lib/build/lib/build/lib/clitt/core/term/cursor.py +0 -159
- build/lib/build/lib/build/lib/clitt/core/term/screen.py +0 -91
- build/lib/build/lib/build/lib/clitt/core/term/terminal.py +0 -203
- build/lib/build/lib/build/lib/clitt/core/tui/__init__.py +0 -20
- build/lib/build/lib/build/lib/clitt/core/tui/line_input/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/core/tui/line_input/keyboard_input.py +0 -228
- build/lib/build/lib/build/lib/clitt/core/tui/line_input/line_input.py +0 -43
- build/lib/build/lib/build/lib/clitt/core/tui/mchoose/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/core/tui/mchoose/mchoose.py +0 -44
- build/lib/build/lib/build/lib/clitt/core/tui/mchoose/menu_choose.py +0 -200
- build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/__init__.py +0 -14
- build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/dashboard_builder.py +0 -54
- build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/dashboard_item.py +0 -31
- build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/mdashboard.py +0 -26
- build/lib/build/lib/build/lib/clitt/core/tui/mdashboard/menu_dashboard.py +0 -154
- build/lib/build/lib/build/lib/clitt/core/tui/menu/__init__.py +0 -16
- build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu.py +0 -111
- build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_action.py +0 -47
- build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_factory.py +0 -117
- build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_item.py +0 -196
- build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_ui.py +0 -98
- build/lib/build/lib/build/lib/clitt/core/tui/menu/tui_menu_view.py +0 -57
- build/lib/build/lib/build/lib/clitt/core/tui/minput/__init__.py +0 -19
- build/lib/build/lib/build/lib/clitt/core/tui/minput/access_type.py +0 -26
- build/lib/build/lib/build/lib/clitt/core/tui/minput/field_builder.py +0 -117
- build/lib/build/lib/build/lib/clitt/core/tui/minput/form_builder.py +0 -72
- build/lib/build/lib/build/lib/clitt/core/tui/minput/form_field.py +0 -180
- build/lib/build/lib/build/lib/clitt/core/tui/minput/input_type.py +0 -30
- build/lib/build/lib/build/lib/clitt/core/tui/minput/input_validator.py +0 -98
- build/lib/build/lib/build/lib/clitt/core/tui/minput/menu_input.py +0 -292
- build/lib/build/lib/build/lib/clitt/core/tui/minput/minput.py +0 -44
- build/lib/build/lib/build/lib/clitt/core/tui/minput/minput_utils.py +0 -156
- build/lib/build/lib/build/lib/clitt/core/tui/mselect/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/core/tui/mselect/menu_select.py +0 -171
- build/lib/build/lib/build/lib/clitt/core/tui/mselect/mselect.py +0 -36
- build/lib/build/lib/build/lib/clitt/core/tui/table/__init__.py +0 -12
- build/lib/build/lib/build/lib/clitt/core/tui/table/table_enums.py +0 -47
- build/lib/build/lib/build/lib/clitt/core/tui/table/table_renderer.py +0 -339
- build/lib/build/lib/build/lib/clitt/core/tui/tui_application.py +0 -65
- build/lib/build/lib/build/lib/clitt/core/tui/tui_component.py +0 -155
- build/lib/build/lib/build/lib/clitt/core/tui/tui_preferences.py +0 -103
- build/lib/build/lib/build/lib/clitt/utils/__init__.py +0 -11
- build/lib/build/lib/build/lib/clitt/utils/git_utils.py +0 -66
- build/lib/build/lib/clitt/__classpath__.py +0 -28
- build/lib/build/lib/clitt/__init__.py +0 -13
- build/lib/build/lib/clitt/__main__.py +0 -139
- build/lib/build/lib/clitt/addons/__init__.py +0 -12
- build/lib/build/lib/clitt/addons/appman/__init__.py +0 -13
- build/lib/build/lib/clitt/addons/appman/appman.py +0 -305
- build/lib/build/lib/clitt/addons/appman/appman_enums.py +0 -39
- build/lib/build/lib/clitt/addons/appman/templates/__init__.py +0 -11
- build/lib/build/lib/clitt/addons/widman/__init__.py +0 -14
- build/lib/build/lib/clitt/addons/widman/widget.py +0 -70
- build/lib/build/lib/clitt/addons/widman/widget_entry.py +0 -54
- build/lib/build/lib/clitt/addons/widman/widgets/__init__.py +0 -14
- build/lib/build/lib/clitt/addons/widman/widgets/widget_free.py +0 -110
- build/lib/build/lib/clitt/addons/widman/widgets/widget_punch.py +0 -246
- build/lib/build/lib/clitt/addons/widman/widgets/widget_send_msg.py +0 -272
- build/lib/build/lib/clitt/addons/widman/widgets/widget_time_calc.py +0 -146
- build/lib/build/lib/clitt/addons/widman/widman.py +0 -123
- build/lib/build/lib/clitt/core/__init__.py +0 -15
- build/lib/build/lib/clitt/core/exception/__init__.py +0 -11
- build/lib/build/lib/clitt/core/exception/exceptions.py +0 -18
- build/lib/build/lib/clitt/core/icons/__init__.py +0 -12
- build/lib/build/lib/clitt/core/icons/emojis/__init__.py +0 -12
- build/lib/build/lib/clitt/core/icons/emojis/emojis.py +0 -41
- build/lib/build/lib/clitt/core/icons/emojis/face_smiling.py +0 -40
- build/lib/build/lib/clitt/core/icons/font_awesome/__init__.py +0 -18
- build/lib/build/lib/clitt/core/icons/font_awesome/app_icons.py +0 -55
- build/lib/build/lib/clitt/core/icons/font_awesome/awesome.py +0 -76
- build/lib/build/lib/clitt/core/icons/font_awesome/dashboard_icons.py +0 -93
- build/lib/build/lib/clitt/core/icons/font_awesome/form_icons.py +0 -69
- build/lib/build/lib/clitt/core/icons/font_awesome/game_icons.py +0 -59
- build/lib/build/lib/clitt/core/icons/font_awesome/nav_icons.py +0 -42
- build/lib/build/lib/clitt/core/icons/font_awesome/trickplay_icons.py +0 -39
- build/lib/build/lib/clitt/core/icons/font_awesome/widget_icons.py +0 -37
- build/lib/build/lib/clitt/core/preferences.py +0 -87
- build/lib/build/lib/clitt/core/term/__init__.py +0 -14
- build/lib/build/lib/clitt/core/term/commons.py +0 -82
- build/lib/build/lib/clitt/core/term/cursor.py +0 -159
- build/lib/build/lib/clitt/core/term/screen.py +0 -91
- build/lib/build/lib/clitt/core/term/terminal.py +0 -203
- build/lib/build/lib/clitt/core/tui/__init__.py +0 -20
- build/lib/build/lib/clitt/core/tui/line_input/__init__.py +0 -12
- build/lib/build/lib/clitt/core/tui/line_input/keyboard_input.py +0 -228
- build/lib/build/lib/clitt/core/tui/line_input/line_input.py +0 -43
- build/lib/build/lib/clitt/core/tui/mchoose/__init__.py +0 -12
- build/lib/build/lib/clitt/core/tui/mchoose/mchoose.py +0 -44
- build/lib/build/lib/clitt/core/tui/mchoose/menu_choose.py +0 -200
- build/lib/build/lib/clitt/core/tui/mdashboard/__init__.py +0 -14
- build/lib/build/lib/clitt/core/tui/mdashboard/dashboard_builder.py +0 -54
- build/lib/build/lib/clitt/core/tui/mdashboard/dashboard_item.py +0 -31
- build/lib/build/lib/clitt/core/tui/mdashboard/mdashboard.py +0 -26
- build/lib/build/lib/clitt/core/tui/mdashboard/menu_dashboard.py +0 -154
- build/lib/build/lib/clitt/core/tui/menu/__init__.py +0 -16
- build/lib/build/lib/clitt/core/tui/menu/tui_menu.py +0 -111
- build/lib/build/lib/clitt/core/tui/menu/tui_menu_action.py +0 -47
- build/lib/build/lib/clitt/core/tui/menu/tui_menu_factory.py +0 -117
- build/lib/build/lib/clitt/core/tui/menu/tui_menu_item.py +0 -196
- build/lib/build/lib/clitt/core/tui/menu/tui_menu_ui.py +0 -98
- build/lib/build/lib/clitt/core/tui/menu/tui_menu_view.py +0 -57
- build/lib/build/lib/clitt/core/tui/minput/__init__.py +0 -19
- build/lib/build/lib/clitt/core/tui/minput/access_type.py +0 -26
- build/lib/build/lib/clitt/core/tui/minput/field_builder.py +0 -117
- build/lib/build/lib/clitt/core/tui/minput/form_builder.py +0 -72
- build/lib/build/lib/clitt/core/tui/minput/form_field.py +0 -180
- build/lib/build/lib/clitt/core/tui/minput/input_type.py +0 -30
- build/lib/build/lib/clitt/core/tui/minput/input_validator.py +0 -98
- build/lib/build/lib/clitt/core/tui/minput/menu_input.py +0 -292
- build/lib/build/lib/clitt/core/tui/minput/minput.py +0 -44
- build/lib/build/lib/clitt/core/tui/minput/minput_utils.py +0 -156
- build/lib/build/lib/clitt/core/tui/mselect/__init__.py +0 -12
- build/lib/build/lib/clitt/core/tui/mselect/menu_select.py +0 -171
- build/lib/build/lib/clitt/core/tui/mselect/mselect.py +0 -36
- build/lib/build/lib/clitt/core/tui/table/__init__.py +0 -12
- build/lib/build/lib/clitt/core/tui/table/table_enums.py +0 -47
- build/lib/build/lib/clitt/core/tui/table/table_renderer.py +0 -339
- build/lib/build/lib/clitt/core/tui/tui_application.py +0 -65
- build/lib/build/lib/clitt/core/tui/tui_component.py +0 -155
- build/lib/build/lib/clitt/core/tui/tui_preferences.py +0 -103
- build/lib/build/lib/clitt/utils/__init__.py +0 -11
- build/lib/build/lib/clitt/utils/git_utils.py +0 -66
- build/lib/clitt/__classpath__.py +0 -28
- build/lib/clitt/__init__.py +0 -13
- build/lib/clitt/__main__.py +0 -139
- build/lib/clitt/addons/__init__.py +0 -12
- build/lib/clitt/addons/appman/__init__.py +0 -13
- build/lib/clitt/addons/appman/appman.py +0 -305
- build/lib/clitt/addons/appman/appman_enums.py +0 -39
- build/lib/clitt/addons/appman/templates/__init__.py +0 -11
- build/lib/clitt/addons/widman/__init__.py +0 -14
- build/lib/clitt/addons/widman/widget.py +0 -70
- build/lib/clitt/addons/widman/widget_entry.py +0 -54
- build/lib/clitt/addons/widman/widgets/__init__.py +0 -14
- build/lib/clitt/addons/widman/widgets/widget_free.py +0 -110
- build/lib/clitt/addons/widman/widgets/widget_punch.py +0 -246
- build/lib/clitt/addons/widman/widgets/widget_send_msg.py +0 -272
- build/lib/clitt/addons/widman/widgets/widget_time_calc.py +0 -146
- build/lib/clitt/addons/widman/widman.py +0 -123
- build/lib/clitt/core/__init__.py +0 -15
- build/lib/clitt/core/exception/__init__.py +0 -11
- build/lib/clitt/core/exception/exceptions.py +0 -18
- build/lib/clitt/core/icons/__init__.py +0 -12
- build/lib/clitt/core/icons/emojis/__init__.py +0 -12
- build/lib/clitt/core/icons/emojis/emojis.py +0 -41
- build/lib/clitt/core/icons/emojis/face_smiling.py +0 -40
- build/lib/clitt/core/icons/font_awesome/__init__.py +0 -18
- build/lib/clitt/core/icons/font_awesome/app_icons.py +0 -55
- build/lib/clitt/core/icons/font_awesome/awesome.py +0 -76
- build/lib/clitt/core/icons/font_awesome/dashboard_icons.py +0 -93
- build/lib/clitt/core/icons/font_awesome/form_icons.py +0 -69
- build/lib/clitt/core/icons/font_awesome/game_icons.py +0 -59
- build/lib/clitt/core/icons/font_awesome/nav_icons.py +0 -42
- build/lib/clitt/core/icons/font_awesome/trickplay_icons.py +0 -39
- build/lib/clitt/core/icons/font_awesome/widget_icons.py +0 -37
- build/lib/clitt/core/preferences.py +0 -87
- build/lib/clitt/core/term/__init__.py +0 -14
- build/lib/clitt/core/term/commons.py +0 -82
- build/lib/clitt/core/term/cursor.py +0 -159
- build/lib/clitt/core/term/screen.py +0 -91
- build/lib/clitt/core/term/terminal.py +0 -203
- build/lib/clitt/core/tui/__init__.py +0 -20
- build/lib/clitt/core/tui/line_input/__init__.py +0 -12
- build/lib/clitt/core/tui/line_input/keyboard_input.py +0 -228
- build/lib/clitt/core/tui/line_input/line_input.py +0 -43
- build/lib/clitt/core/tui/mchoose/__init__.py +0 -12
- build/lib/clitt/core/tui/mchoose/mchoose.py +0 -44
- build/lib/clitt/core/tui/mchoose/menu_choose.py +0 -200
- build/lib/clitt/core/tui/mdashboard/__init__.py +0 -14
- build/lib/clitt/core/tui/mdashboard/dashboard_builder.py +0 -54
- build/lib/clitt/core/tui/mdashboard/dashboard_item.py +0 -31
- build/lib/clitt/core/tui/mdashboard/mdashboard.py +0 -26
- build/lib/clitt/core/tui/mdashboard/menu_dashboard.py +0 -154
- build/lib/clitt/core/tui/menu/__init__.py +0 -16
- build/lib/clitt/core/tui/menu/tui_menu.py +0 -111
- build/lib/clitt/core/tui/menu/tui_menu_action.py +0 -47
- build/lib/clitt/core/tui/menu/tui_menu_factory.py +0 -117
- build/lib/clitt/core/tui/menu/tui_menu_item.py +0 -196
- build/lib/clitt/core/tui/menu/tui_menu_ui.py +0 -98
- build/lib/clitt/core/tui/menu/tui_menu_view.py +0 -57
- build/lib/clitt/core/tui/minput/__init__.py +0 -19
- build/lib/clitt/core/tui/minput/access_type.py +0 -26
- build/lib/clitt/core/tui/minput/field_builder.py +0 -117
- build/lib/clitt/core/tui/minput/form_builder.py +0 -72
- build/lib/clitt/core/tui/minput/form_field.py +0 -180
- build/lib/clitt/core/tui/minput/input_type.py +0 -30
- build/lib/clitt/core/tui/minput/input_validator.py +0 -98
- build/lib/clitt/core/tui/minput/menu_input.py +0 -292
- build/lib/clitt/core/tui/minput/minput.py +0 -44
- build/lib/clitt/core/tui/minput/minput_utils.py +0 -156
- build/lib/clitt/core/tui/mselect/__init__.py +0 -12
- build/lib/clitt/core/tui/mselect/menu_select.py +0 -171
- build/lib/clitt/core/tui/mselect/mselect.py +0 -36
- build/lib/clitt/core/tui/table/__init__.py +0 -12
- build/lib/clitt/core/tui/table/table_enums.py +0 -47
- build/lib/clitt/core/tui/table/table_renderer.py +0 -339
- build/lib/clitt/core/tui/tui_application.py +0 -65
- build/lib/clitt/core/tui/tui_component.py +0 -155
- build/lib/clitt/core/tui/tui_preferences.py +0 -103
- build/lib/clitt/utils/__init__.py +0 -11
- build/lib/clitt/utils/git_utils.py +0 -66
- hspylib_clitt-0.9.116.dist-info/RECORD +0 -413
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
import
|
|
16
|
+
from clitt.core.term.commons import Direction
|
|
17
|
+
from clitt.core.term.terminal import Terminal
|
|
18
|
+
from clitt.core.tui.tui_component import TUIComponent
|
|
17
19
|
from hspylib.modules.cli.keyboard import Keyboard
|
|
18
20
|
from hspylib.modules.cli.vt100.vt_color import VtColor
|
|
19
|
-
from typing import
|
|
21
|
+
from typing import Dict, List, Optional
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
from clitt.core.term.terminal import Terminal
|
|
23
|
-
from clitt.core.tui.tui_component import TUIComponent
|
|
23
|
+
import pyperclip
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
class KeyboardInput(TUIComponent):
|
|
@@ -41,8 +41,10 @@ class KeyboardInput(TUIComponent):
|
|
|
41
41
|
@staticmethod
|
|
42
42
|
def preload_history(history: List[str]) -> None:
|
|
43
43
|
"""Preload the input with the provided dictionary."""
|
|
44
|
-
|
|
44
|
+
rev_history = reversed(history)
|
|
45
|
+
for entry in rev_history:
|
|
45
46
|
KeyboardInput._add_history(entry)
|
|
47
|
+
KeyboardInput._HIST_INDEX = 0
|
|
46
48
|
|
|
47
49
|
@staticmethod
|
|
48
50
|
def forget_history() -> None:
|
|
@@ -62,22 +64,23 @@ class KeyboardInput(TUIComponent):
|
|
|
62
64
|
:param input_text: The input text to add to the history.
|
|
63
65
|
"""
|
|
64
66
|
if input_text and input_text not in list(KeyboardInput._HISTORY.values())[1:]:
|
|
65
|
-
|
|
66
|
-
KeyboardInput.
|
|
67
|
+
idx: int = max(1, len(KeyboardInput._HISTORY))
|
|
68
|
+
KeyboardInput._HISTORY[idx] = input_text
|
|
69
|
+
KeyboardInput._HIST_INDEX = idx
|
|
67
70
|
|
|
68
71
|
@classmethod
|
|
69
72
|
def _next_in_history(cls) -> Optional[str]:
|
|
70
|
-
index = min(len(cls._HISTORY), cls._HIST_INDEX + 1)
|
|
73
|
+
index = min(len(cls._HISTORY) - 1, cls._HIST_INDEX + 1)
|
|
71
74
|
text = cls._HISTORY.get(index, "")
|
|
72
|
-
cls._HIST_INDEX =
|
|
75
|
+
cls._HIST_INDEX = index
|
|
73
76
|
return text or cls._HISTORY[0]
|
|
74
77
|
|
|
75
78
|
@classmethod
|
|
76
79
|
def _prev_in_history(cls) -> Optional[str]:
|
|
77
|
-
index = max(
|
|
80
|
+
index = max(0, cls._HIST_INDEX - 1)
|
|
78
81
|
text = cls._HISTORY.get(index, "")
|
|
79
|
-
cls._HIST_INDEX =
|
|
80
|
-
return text
|
|
82
|
+
cls._HIST_INDEX = index
|
|
83
|
+
return text or cls._HISTORY[0]
|
|
81
84
|
|
|
82
85
|
@classmethod
|
|
83
86
|
def _undo(cls) -> Optional[str]:
|
|
@@ -93,9 +96,17 @@ class KeyboardInput(TUIComponent):
|
|
|
93
96
|
cls._UNDO_HISTORY.append(cls._HISTORY[0])
|
|
94
97
|
return text
|
|
95
98
|
|
|
96
|
-
def __init__(
|
|
99
|
+
def __init__(
|
|
100
|
+
self,
|
|
101
|
+
prompt: str = "",
|
|
102
|
+
prompt_color: VtColor = VtColor.NC,
|
|
103
|
+
text_color: VtColor = VtColor.NC,
|
|
104
|
+
navbar_enable: bool = False,
|
|
105
|
+
):
|
|
97
106
|
super().__init__(prompt)
|
|
98
107
|
self._prompt_color = prompt_color
|
|
108
|
+
self._text_color = text_color
|
|
109
|
+
self._navbar_enable = navbar_enable
|
|
99
110
|
self._input_index = 0
|
|
100
111
|
self._input_text: str = ""
|
|
101
112
|
self._HISTORY[0] = ""
|
|
@@ -114,7 +125,7 @@ class KeyboardInput(TUIComponent):
|
|
|
114
125
|
keypress = Keyboard.VK_NONE
|
|
115
126
|
|
|
116
127
|
# Wait for user interaction
|
|
117
|
-
while not self._done and keypress not in break_keys:
|
|
128
|
+
while not self._done and keypress and keypress not in break_keys:
|
|
118
129
|
# Menu Renderization
|
|
119
130
|
if self._re_render:
|
|
120
131
|
self.render()
|
|
@@ -124,8 +135,9 @@ class KeyboardInput(TUIComponent):
|
|
|
124
135
|
return keypress
|
|
125
136
|
|
|
126
137
|
def execute(self) -> Optional[str | Keyboard]:
|
|
138
|
+
self.write(f"{self._prompt_color.placeholder}{self.title}{self._text_color.placeholder}")
|
|
127
139
|
self._prepare_render()
|
|
128
|
-
keypress = self._loop()
|
|
140
|
+
keypress = self._loop() or Keyboard.VK_ESC
|
|
129
141
|
|
|
130
142
|
if keypress.isEnter():
|
|
131
143
|
self._add_history(self._input_text)
|
|
@@ -134,16 +146,15 @@ class KeyboardInput(TUIComponent):
|
|
|
134
146
|
elif keypress == Keyboard.VK_ESC:
|
|
135
147
|
self._input_text = None
|
|
136
148
|
|
|
137
|
-
self.writeln("")
|
|
149
|
+
self.writeln("%NC%")
|
|
138
150
|
|
|
139
151
|
return self._input_text
|
|
140
152
|
|
|
141
153
|
def render(self) -> None:
|
|
142
154
|
Terminal.set_show_cursor(False)
|
|
143
155
|
self.cursor.restore()
|
|
144
|
-
self._terminal.cursor.erase(Portion.LINE)
|
|
145
|
-
self.write(f"{self._prompt_color.placeholder}{self.title}%NC%")
|
|
146
156
|
self.write(self._input_text)
|
|
157
|
+
self._terminal.cursor.erase(Direction.RIGHT)
|
|
147
158
|
self._re_render = False
|
|
148
159
|
self._set_cursor_pos()
|
|
149
160
|
Terminal.set_show_cursor()
|
|
@@ -164,36 +175,26 @@ class KeyboardInput(TUIComponent):
|
|
|
164
175
|
self._update_input(
|
|
165
176
|
self._input_text[: self._input_index] + self._input_text[1 + self._input_index :]
|
|
166
177
|
)
|
|
167
|
-
case Keyboard.VK_CTRL_F:
|
|
178
|
+
case Keyboard.VK_CTRL_F: # Forget history
|
|
168
179
|
self.forget_history()
|
|
169
|
-
case Keyboard.VK_CTRL_P:
|
|
170
|
-
text = (pyperclip.paste() or
|
|
180
|
+
case Keyboard.VK_CTRL_P: # Paste from clipboard
|
|
181
|
+
text = (pyperclip.paste() or "").replace("\n", "↵")
|
|
171
182
|
self._update_input(
|
|
172
183
|
self._input_text[: self._input_index] + text + self._input_text[self._input_index :]
|
|
173
184
|
)
|
|
174
185
|
self._input_index += len(text)
|
|
175
|
-
case Keyboard.VK_CTRL_R:
|
|
186
|
+
case Keyboard.VK_CTRL_R: # Reset contents
|
|
176
187
|
self._input_index = 0
|
|
177
188
|
self._update_input("")
|
|
178
|
-
case Keyboard.VK_CTRL_U: # Undo
|
|
179
|
-
undo_text = self._undo()
|
|
180
|
-
self._input_text = undo_text
|
|
181
|
-
self._input_index = self.length
|
|
182
|
-
self._HISTORY[0] = self._input_text
|
|
183
|
-
case Keyboard.VK_CTRL_K: # redo
|
|
184
|
-
redo_text = self._redo()
|
|
185
|
-
self._input_text = redo_text if redo_text else self._input_text
|
|
186
|
-
self._input_index = self.length
|
|
187
|
-
self._HISTORY[0] = self._input_text
|
|
188
189
|
case Keyboard.VK_LEFT:
|
|
189
190
|
self._input_index = max(0, self._input_index - 1)
|
|
190
191
|
case Keyboard.VK_RIGHT:
|
|
191
192
|
self._input_index = min(self.length, self._input_index + 1)
|
|
192
193
|
case Keyboard.VK_UP:
|
|
193
|
-
self._input_text = self.
|
|
194
|
+
self._input_text = self._next_in_history()
|
|
194
195
|
self._input_index = self.length
|
|
195
196
|
case Keyboard.VK_DOWN:
|
|
196
|
-
self._input_text = self.
|
|
197
|
+
self._input_text = self._prev_in_history()
|
|
197
198
|
self._input_index = self.length
|
|
198
199
|
case Keyboard.VK_HOME:
|
|
199
200
|
self._input_index = 0
|
|
@@ -12,32 +12,20 @@
|
|
|
12
12
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
|
+
from clitt.core.tui.line_input.keyboard_input import KeyboardInput
|
|
15
16
|
from hspylib.modules.cli.keyboard import Keyboard
|
|
16
17
|
from hspylib.modules.cli.vt100.vt_color import VtColor
|
|
17
18
|
from typing import Optional
|
|
18
19
|
|
|
19
|
-
from clitt.core.tui.line_input.keyboard_input import KeyboardInput
|
|
20
|
-
|
|
21
20
|
|
|
22
21
|
def line_input(
|
|
23
|
-
prompt: str = "",
|
|
24
|
-
prompt_color: VtColor = VtColor.NC,
|
|
22
|
+
prompt: str = "", prompt_color: VtColor = VtColor.NC, text_color: VtColor = VtColor.NC, navbar_enable: bool = False
|
|
25
23
|
) -> Optional[str | Keyboard]:
|
|
26
24
|
"""Read a string from standard input.
|
|
27
25
|
:param prompt: The message to be displayed to the user.
|
|
28
26
|
:param prompt_color: The color of the prompt text.
|
|
27
|
+
:param text_color: The color of the input text.
|
|
28
|
+
:param navbar_enable: Whether to display the navbar or not.
|
|
29
29
|
"""
|
|
30
|
-
ptt = KeyboardInput(prompt, prompt_color)
|
|
30
|
+
ptt = KeyboardInput(prompt, prompt_color, text_color, navbar_enable)
|
|
31
31
|
return ptt.execute()
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
if __name__ == "__main__":
|
|
35
|
-
hist = ["Hugo", "Joao", "Koko", "Hugo"]
|
|
36
|
-
KeyboardInput.preload_history(hist)
|
|
37
|
-
print("-=" * 30)
|
|
38
|
-
while (i := line_input("What is it? ")) not in ["bye", ""]:
|
|
39
|
-
if isinstance(i, Keyboard):
|
|
40
|
-
print(i)
|
|
41
|
-
else:
|
|
42
|
-
print("Input:", i)
|
|
43
|
-
print(KeyboardInput.history())
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.core.tui.mchoose
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
9
9
|
'mchoose',
|
|
10
10
|
'menu_choose'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.118'
|
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
|
+
from clitt.core.tui.mchoose.menu_choose import MenuChoose
|
|
15
16
|
from hspylib.core.enums.charset import Charset
|
|
16
17
|
from typing import List, Optional, TypeVar
|
|
17
18
|
|
|
18
|
-
from clitt.core.tui.mchoose.menu_choose import MenuChoose
|
|
19
|
-
|
|
20
19
|
T = TypeVar("T")
|
|
21
20
|
|
|
22
21
|
|
|
@@ -24,7 +23,7 @@ def mchoose(
|
|
|
24
23
|
items: List[T],
|
|
25
24
|
checked: bool | List[bool] = False,
|
|
26
25
|
title: str = "Please choose among the options",
|
|
27
|
-
output: str = None
|
|
26
|
+
output: str = None,
|
|
28
27
|
) -> Optional[List[T]]:
|
|
29
28
|
"""
|
|
30
29
|
Terminal UI menu choose input method.
|
|
@@ -12,14 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
|
-
from hspylib.modules.cli.keyboard import Keyboard
|
|
16
|
-
from hspylib.core.tools.commons import to_bool
|
|
17
|
-
from hspylib.core.tools.dict_tools import get_or_default
|
|
18
|
-
from typing import List, Optional, TypeAlias, TypeVar
|
|
19
|
-
|
|
20
15
|
from clitt.core.icons.font_awesome.nav_icons import NavIcons
|
|
21
16
|
from clitt.core.term.commons import Direction, Portion
|
|
22
17
|
from clitt.core.tui.tui_component import TUIComponent
|
|
18
|
+
from hspylib.core.tools.commons import to_bool
|
|
19
|
+
from hspylib.core.tools.dict_tools import get_or_default
|
|
20
|
+
from hspylib.modules.cli.keyboard import Keyboard
|
|
21
|
+
from typing import List, Optional, TypeAlias, TypeVar
|
|
23
22
|
|
|
24
23
|
T = TypeVar("T")
|
|
25
24
|
|
|
@@ -35,11 +34,7 @@ class MenuChoose(TUIComponent):
|
|
|
35
34
|
|
|
36
35
|
MIN_ROWS = 3
|
|
37
36
|
|
|
38
|
-
def __init__(
|
|
39
|
-
self,
|
|
40
|
-
title: str,
|
|
41
|
-
items: MChooseItems,
|
|
42
|
-
checked: bool | List[bool] = False):
|
|
37
|
+
def __init__(self, title: str, items: MChooseItems, checked: bool | List[bool] = False):
|
|
43
38
|
|
|
44
39
|
super().__init__(title)
|
|
45
40
|
self.items = items
|
|
@@ -62,10 +57,7 @@ class MenuChoose(TUIComponent):
|
|
|
62
57
|
self._prepare_render()
|
|
63
58
|
keypress = self._loop()
|
|
64
59
|
|
|
65
|
-
return (
|
|
66
|
-
[op for idx, op in enumerate(self.items) if self.sel_options[idx]]
|
|
67
|
-
if keypress.isEnter() else None
|
|
68
|
-
)
|
|
60
|
+
return [op for idx, op in enumerate(self.items) if self.sel_options[idx]] if keypress.isEnter() else None
|
|
69
61
|
|
|
70
62
|
def render(self) -> None:
|
|
71
63
|
length = len(self.items)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.core.tui.mdashboard
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
@@ -11,4 +11,4 @@ __all__ = [
|
|
|
11
11
|
'mdashboard',
|
|
12
12
|
'menu_dashboard'
|
|
13
13
|
]
|
|
14
|
-
__version__ = '0.9.
|
|
14
|
+
__version__ = '0.9.118'
|
|
@@ -82,9 +82,7 @@ class MenuDashBoard(TUIComponent):
|
|
|
82
82
|
self.writeln(f"{self.prefs.title_color.placeholder}{self.title}%EOL%%NC%")
|
|
83
83
|
|
|
84
84
|
for idx, item in enumerate(self._items):
|
|
85
|
-
self._draw_item(
|
|
86
|
-
idx, item, MenuDashBoard.CELL_TPL if self._tab_index != idx else MenuDashBoard.SEL_CELL_TPL
|
|
87
|
-
)
|
|
85
|
+
self._draw_item(idx, item, MenuDashBoard.CELL_TPL if self._tab_index != idx else MenuDashBoard.SEL_CELL_TPL)
|
|
88
86
|
|
|
89
87
|
self.cursor.erase(Portion.LINE)
|
|
90
88
|
self.cursor.move_to(column=1)
|
|
@@ -117,11 +115,7 @@ class MenuDashBoard(TUIComponent):
|
|
|
117
115
|
|
|
118
116
|
return keypress
|
|
119
117
|
|
|
120
|
-
def _draw_item(
|
|
121
|
-
self,
|
|
122
|
-
item_idx: int,
|
|
123
|
-
item: DashboardItem,
|
|
124
|
-
cell_template: DashboardMatrix) -> None:
|
|
118
|
+
def _draw_item(self, item_idx: int, item: DashboardItem, cell_template: DashboardMatrix) -> None:
|
|
125
119
|
"""Print the specified dashboard item at the given index.
|
|
126
120
|
:param item_idx: the item index.
|
|
127
121
|
:param item: the dashboard item.
|
clitt/core/tui/menu/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.core.tui.menu
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
@@ -13,4 +13,4 @@ __all__ = [
|
|
|
13
13
|
'tui_menu_ui',
|
|
14
14
|
'tui_menu_view'
|
|
15
15
|
]
|
|
16
|
-
__version__ = '0.9.
|
|
16
|
+
__version__ = '0.9.118'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.core.tui.minput
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
@@ -16,4 +16,4 @@ __all__ = [
|
|
|
16
16
|
'minput',
|
|
17
17
|
'minput_utils'
|
|
18
18
|
]
|
|
19
|
-
__version__ = '0.9.
|
|
19
|
+
__version__ = '0.9.118'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.core.tui.mselect
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
9
9
|
'menu_select',
|
|
10
10
|
'mselect'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.118'
|
|
@@ -12,12 +12,11 @@
|
|
|
12
12
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
|
-
from hspylib.modules.cli.keyboard import Keyboard
|
|
16
|
-
from typing import List, Optional, TypeAlias, TypeVar
|
|
17
|
-
|
|
18
15
|
from clitt.core.icons.font_awesome.nav_icons import NavIcons
|
|
19
16
|
from clitt.core.term.commons import Direction, Portion
|
|
20
17
|
from clitt.core.tui.tui_component import TUIComponent
|
|
18
|
+
from hspylib.modules.cli.keyboard import Keyboard
|
|
19
|
+
from typing import List, Optional, TypeAlias, TypeVar
|
|
21
20
|
|
|
22
21
|
T = TypeVar("T")
|
|
23
22
|
|
clitt/core/tui/table/__init__.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.core.tui.table
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
9
9
|
'table_enums',
|
|
10
10
|
'table_renderer'
|
|
11
11
|
]
|
|
12
|
-
__version__ = '0.9.
|
|
12
|
+
__version__ = '0.9.118'
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
|
-
from clitt.core.term.
|
|
16
|
-
from clitt.core.term.
|
|
17
|
-
from
|
|
15
|
+
from clitt.core.term.screen import screen
|
|
16
|
+
from clitt.core.term.terminal import terminal
|
|
17
|
+
from hspylib.core.metaclass.classpath import AnyPath
|
|
18
18
|
from hspylib.core.metaclass.singleton import AbstractSingleton
|
|
19
19
|
from hspylib.modules.application.application import Application
|
|
20
20
|
from hspylib.modules.application.exit_status import ExitStatus
|
|
@@ -34,25 +34,12 @@ class TUIApplication(Application, metaclass=AbstractSingleton):
|
|
|
34
34
|
description: str = None,
|
|
35
35
|
usage: str = None,
|
|
36
36
|
epilog: str = None,
|
|
37
|
-
resource_dir:
|
|
38
|
-
log_dir:
|
|
37
|
+
resource_dir: AnyPath = None,
|
|
38
|
+
log_dir: AnyPath = None,
|
|
39
39
|
):
|
|
40
40
|
super().__init__(name, version, description, usage, epilog, resource_dir, log_dir)
|
|
41
|
-
self._terminal = Terminal.INSTANCE
|
|
42
41
|
self._app_name = os.path.basename(sys.argv[0]) if name is None else name
|
|
43
42
|
|
|
44
|
-
@property
|
|
45
|
-
def terminal(self) -> Terminal():
|
|
46
|
-
return self._terminal
|
|
47
|
-
|
|
48
|
-
@property
|
|
49
|
-
def screen(self) -> Screen():
|
|
50
|
-
return self.terminal.screen
|
|
51
|
-
|
|
52
|
-
@property
|
|
53
|
-
def cursor(self) -> Cursor:
|
|
54
|
-
return self.terminal.cursor
|
|
55
|
-
|
|
56
43
|
def _setup_arguments(self) -> None:
|
|
57
44
|
pass
|
|
58
45
|
|
|
@@ -60,6 +47,6 @@ class TUIApplication(Application, metaclass=AbstractSingleton):
|
|
|
60
47
|
pass
|
|
61
48
|
|
|
62
49
|
def _cleanup(self) -> None:
|
|
63
|
-
if
|
|
64
|
-
|
|
65
|
-
|
|
50
|
+
if screen.alternate and self._exit_code == ExitStatus.SUCCESS:
|
|
51
|
+
screen.alternate = not screen.alternate
|
|
52
|
+
terminal.restore()
|
clitt/core/tui/tui_component.py
CHANGED
|
@@ -13,16 +13,15 @@
|
|
|
13
13
|
Copyright·(c)·2024,·HSPyLib
|
|
14
14
|
"""
|
|
15
15
|
from abc import ABC, abstractmethod
|
|
16
|
-
from hspylib.core.tools.text_tools import elide_text
|
|
17
|
-
from hspylib.modules.cli.keyboard import Keyboard
|
|
18
|
-
from typing import Any, List, Optional, TypeVar
|
|
19
|
-
|
|
20
16
|
from clitt.core.icons.font_awesome.awesome import Awesome
|
|
21
17
|
from clitt.core.term.commons import Direction
|
|
22
18
|
from clitt.core.term.cursor import Cursor
|
|
23
19
|
from clitt.core.term.screen import Screen
|
|
24
20
|
from clitt.core.term.terminal import Terminal
|
|
25
21
|
from clitt.core.tui.tui_preferences import TUIPreferences
|
|
22
|
+
from hspylib.core.tools.text_tools import elide_text
|
|
23
|
+
from hspylib.modules.cli.keyboard import Keyboard
|
|
24
|
+
from typing import Any, List, Optional, TypeVar
|
|
26
25
|
|
|
27
26
|
T = TypeVar("T", bound=Any)
|
|
28
27
|
|
|
@@ -90,7 +89,7 @@ class TUIComponent(ABC):
|
|
|
90
89
|
self.cursor.end()
|
|
91
90
|
self.cursor.erase(Direction.DOWN)
|
|
92
91
|
self.cursor.reset_mode()
|
|
93
|
-
self.cursor.writeln(
|
|
92
|
+
self.cursor.writeln("\n")
|
|
94
93
|
|
|
95
94
|
return keypress
|
|
96
95
|
|
|
@@ -100,4 +100,4 @@ class TUIPreferences(Preferences):
|
|
|
100
100
|
return self.get_preference("unchecked.icon", FormIcons.UNMARKED)
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
assert TUIPreferences().INSTANCE is not None, "Failed to create TUIPreferences instance"
|
|
103
|
+
assert (tui_preferences := TUIPreferences().INSTANCE) is not None, "Failed to create TUIPreferences instance"
|
clitt/utils/__init__.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# _*_ coding: utf-8 _*_
|
|
2
2
|
#
|
|
3
|
-
# hspylib-clitt v0.9.
|
|
3
|
+
# hspylib-clitt v0.9.118
|
|
4
4
|
#
|
|
5
|
-
# Package: main.
|
|
5
|
+
# Package: main.clitt.utils
|
|
6
6
|
"""Package initialization."""
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
9
9
|
'git_utils'
|
|
10
10
|
]
|
|
11
|
-
__version__ = '0.9.
|
|
11
|
+
__version__ = '0.9.118'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hspylib-clitt
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.118
|
|
4
4
|
Summary: HsPyLib - CLI Terminal Tools
|
|
5
5
|
Home-page: https://github.com/yorevs/hspylib
|
|
6
6
|
Author: Hugo Saporetti Junior
|
|
@@ -35,7 +35,7 @@ Requires-Dist: urllib3 <2.0.0
|
|
|
35
35
|
## Create professional CLI applications
|
|
36
36
|
|
|
37
37
|
[](LICENSE.md)
|
|
38
|
-
[](CHANGELOG.md#unreleased)
|
|
39
39
|
[](https://pypi.org/project/hspylib-clitt)
|
|
40
40
|
[](https://github.com/yorevs/hspylib)
|
|
41
41
|
[](https://gitter.im/hspylib/community)
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
clitt/.version,sha256=Krzdxlo2NW9b4TWVaUeG6RwXJtyuiaxKRCrx2zoDLUw,8
|
|
2
|
+
clitt/__classpath__.py,sha256=_woVRfXoFlEHBbtg-we43FJOrIlvdyumxsUV2IloHhE,884
|
|
3
|
+
clitt/__init__.py,sha256=Z-kEDIkWyt6VlsAZCaQB4VJgzIFiOvKld0suKDJOXfY,184
|
|
4
|
+
clitt/__main__.py,sha256=43Ugh79L57yhShIvtVqQwrQvsLy2rOtYgVm6g9Nsz_o,5321
|
|
5
|
+
clitt/welcome.txt,sha256=z72ySJw-1VQHvWmd8pZ95P6t4zEkIWGbqTRT83P2hJw,169
|
|
6
|
+
clitt/addons/__init__.py,sha256=0wV7XE19yjGaAyGouFbO2BsbG-JHMJOj9Ogsw4cBlas,179
|
|
7
|
+
clitt/addons/appman/__init__.py,sha256=UFiZWihtf13wbz2SCar3VUMPk9p-O_4swlaog2Yehe8,210
|
|
8
|
+
clitt/addons/appman/appman.py,sha256=m3cUZzeNuZtky6U26q5way7xMNcLxKeQEdfpGXzboL8,13154
|
|
9
|
+
clitt/addons/appman/appman_enums.py,sha256=DL99b1gQXdTF-u0VkyknMQDqROHomzN4J570B1NYbqs,874
|
|
10
|
+
clitt/addons/appman/templates/__init__.py,sha256=VYapgKbMlzSIgvzdkHaZKDWVXyCs9ymcrAci_b3xjKI,173
|
|
11
|
+
clitt/addons/appman/templates/build.gradle.tpl,sha256=VQKs4r41xPr7P14PtQPt3alYCmNuXaGraaXbKB_FKkM,1817
|
|
12
|
+
clitt/addons/appman/templates/classpath.py.tpl,sha256=R60uLvVxeJ7nJCXCvav_9LAnDe5VOfJqWO-T1QAlwAc,397
|
|
13
|
+
clitt/addons/appman/templates/dependencies.hspd.tpl,sha256=bbVNU6XBm5QT28lvH7Bp_4nlXvoD-LwX5kGQ-CPhOEA,764
|
|
14
|
+
clitt/addons/appman/templates/gitignore.tpl,sha256=OLb8eoac2nnG1lvZL2l7J_3mc94i6xTuIfCV-J8aFSM,903
|
|
15
|
+
clitt/addons/appman/templates/main.py.tpl,sha256=bHvc8yrqn-8Ksm0vaBxufGaWwvsEd27DX8YPYULLDro,1506
|
|
16
|
+
clitt/addons/appman/templates/main_qt.py.tpl,sha256=1nlBCVjZZmIackSpBQwgWm6ygYQGpjodI9oHuLucw58,1043
|
|
17
|
+
clitt/addons/appman/templates/main_qt_view.py.tpl,sha256=Rc42G1v0YV_0xRW4aERWnuAqsY_8zxjfFUGFqj0zu4w,620
|
|
18
|
+
clitt/addons/appman/templates/main_qt_view.ui.tpl,sha256=JbEz9xU_50_Fd8FCKC33WPCz4De0egg1eW2xvP8wzJI,2780
|
|
19
|
+
clitt/addons/appman/templates/run.sh.tpl,sha256=2xpuHjZP9-7j14dAA2CqPm4G2xtnuenf-RBe3LdC2rI,150
|
|
20
|
+
clitt/addons/appman/templates/test_main.py.tpl,sha256=y5Bo0ku6FP67WjHfYUF4Kt9tdQ67MSlN6LgoF_NUm-U,1241
|
|
21
|
+
clitt/addons/appman/templates/usage.txt.tpl,sha256=R0e48HCeD7PDbWnX6HGIjz6gr_hBdp-zK6V42U1Aexw,217
|
|
22
|
+
clitt/addons/appman/templates/widget.py.tpl,sha256=-4q8hYP1Xdx8ttexeHuFnjMH_DoBANEoN9f59jzHDR4,1670
|
|
23
|
+
clitt/addons/widman/__init__.py,sha256=9IpOrmyoW4UxaTbgpTZqam5Aur9CfWzWDxik2V68w-0,223
|
|
24
|
+
clitt/addons/widman/widget.py,sha256=mOTpd1O3Cf37Ulz_nKSw9sU_gkE5X6wD28mIupOfVSM,1922
|
|
25
|
+
clitt/addons/widman/widget_entry.py,sha256=jFvfV2xX_0-Qdj3dDp_UdDtWoy5YkJr0x84X629_iGY,1358
|
|
26
|
+
clitt/addons/widman/widman.py,sha256=-PGBiWHxK7YJE632DRXisrUumVKES8U_Pemb_7xsFGM,5274
|
|
27
|
+
clitt/addons/widman/widgets/__init__.py,sha256=pUJdV9zpxIyNTlPE5tm40nyynNAy1RmkAxPDY-t-ue8,254
|
|
28
|
+
clitt/addons/widman/widgets/widget_free.py,sha256=z_4-1cZG0l_LUEDvtjU5dLbCG2XzqD_Rnw49T45_awc,3995
|
|
29
|
+
clitt/addons/widman/widgets/widget_punch.py,sha256=L8nIrQGtMsEOr6o3t2-BlSBhca3rB0b_hKuYQrYyeTU,10607
|
|
30
|
+
clitt/addons/widman/widgets/widget_send_msg.py,sha256=SjK3w36uvsVoOeVs5JiKmlqO9GhQn5dYvIqmbNdkFaQ,11058
|
|
31
|
+
clitt/addons/widman/widgets/widget_time_calc.py,sha256=kfwwDzp8E-4uE2jt3v_DIZA8RSbK9vQWVOqqTpOvYYo,5037
|
|
32
|
+
clitt/core/__init__.py,sha256=9xKVRxps-f73RDh6FUyH37NKAvaYbWlUkSZkdMK4X9g,224
|
|
33
|
+
clitt/core/preferences.py,sha256=-A5fewJQY0rOqUIrlNKycdW5rpf60-GniHUE03jNWgY,3142
|
|
34
|
+
clitt/core/exception/__init__.py,sha256=XKzaDbfWQEfW3ClyhFOqcSs8OXE_7xZHZtKJkR9A0es,176
|
|
35
|
+
clitt/core/exception/exceptions.py,sha256=WBY5vDokKkrrdc4UjJZdEhxzdYjtFo-HuAx3EmXwanA,478
|
|
36
|
+
clitt/core/icons/__init__.py,sha256=V-tUryXE5939UjzBdJSl_cVPXHR0ypdkKVNGEXFKID4,189
|
|
37
|
+
clitt/core/icons/emojis/__init__.py,sha256=awWpTLcYBV3nDN0Uyn08kvmXxiUUu-YlzYKay0hz0HI,196
|
|
38
|
+
clitt/core/icons/emojis/emojis.py,sha256=pNh3lEk-dNZlDS8hReK4FMyZq0Pz9zU1BXT-C2QyNno,1111
|
|
39
|
+
clitt/core/icons/emojis/face_smiling.py,sha256=rpMozq6ahAh6sw-7xVOUL3-ViIZsquamDrdvvwUtacU,1271
|
|
40
|
+
clitt/core/icons/font_awesome/__init__.py,sha256=6mWe_SLeKtdYIMpF7BL-r8je-7KpU_d8BrJIRDK6-hU,325
|
|
41
|
+
clitt/core/icons/font_awesome/app_icons.py,sha256=6Voo5dDbyeYN8ZLawm6jUQwq62Cfe669bQ1HOtAYB4A,1702
|
|
42
|
+
clitt/core/icons/font_awesome/awesome.py,sha256=sR7H2U2TQSDf9ZtmRsU5EOef-gYboEmsob1TG3VYRQE,2243
|
|
43
|
+
clitt/core/icons/font_awesome/dashboard_icons.py,sha256=iaAHme-DBlcvER5-R33w80x5vOOBDvebp332B6ql5zA,3122
|
|
44
|
+
clitt/core/icons/font_awesome/form_icons.py,sha256=E7xEN7B7Mj6mYZ6XM5kjSqHC8QutT_aw_Eag7fvctOQ,2400
|
|
45
|
+
clitt/core/icons/font_awesome/game_icons.py,sha256=veZuoz3Dz7ubzH3hoAoNzD9WLkuSuQtta5oPR0EinP8,1950
|
|
46
|
+
clitt/core/icons/font_awesome/nav_icons.py,sha256=D75lokoZUHAIH4WLb0Xj0DWvGLoOoXTNKpteQpL4iPk,1183
|
|
47
|
+
clitt/core/icons/font_awesome/trickplay_icons.py,sha256=NGItIGhqYBamyxNT5kJmqV1jjrD5rXPT-DRsy3jKwCE,1081
|
|
48
|
+
clitt/core/icons/font_awesome/widget_icons.py,sha256=YO3eMOjAeBszLNkH998G0rMjTuUfJ3t3t3T_KqYOeQc,1026
|
|
49
|
+
clitt/core/term/__init__.py,sha256=F68yAoFSEjKMkmhPzRHJ7eoeUv2j22SJG3cFdK-TYak,215
|
|
50
|
+
clitt/core/term/commons.py,sha256=rrDFYDgwivfMzZucRgumq4fJgwzZWGuV70OPkDrF_Zw,3390
|
|
51
|
+
clitt/core/term/cursor.py,sha256=OC3j24mrKsz73lD6zmwec9ICdxIxfpWGBr96pzupmnk,6326
|
|
52
|
+
clitt/core/term/screen.py,sha256=1lj8iwoko741favNBik9Ue6K-OCe2nrv2mprs_c9YRo,3331
|
|
53
|
+
clitt/core/term/terminal.py,sha256=NBdant1M4SbwVddA2CNtLt-6gw00-XNgMUSWSX0j5GE,7724
|
|
54
|
+
clitt/core/tui/__init__.py,sha256=hOjiU0_uzFINO11bUM7GpKtRumars36A-8LYOXUJkug,333
|
|
55
|
+
clitt/core/tui/tui_application.py,sha256=jD2_RbiUAnWtEOC6NndniFziHrhguIHx4i9T1_PuYgo,1653
|
|
56
|
+
clitt/core/tui/tui_component.py,sha256=qIeGF_Dog6JuKYIaYy4sRDTDz3ai8WHSturYuh5Iy7w,4880
|
|
57
|
+
clitt/core/tui/tui_preferences.py,sha256=7GbnlhjbSQjzwixbMb4HHX913dpJCPnMaryLdY7TJuI,3110
|
|
58
|
+
clitt/core/tui/line_input/__init__.py,sha256=68H5_qLl_j4Lxuk_EzLUuGWYe6mFBID869ZsZJBGv_A,204
|
|
59
|
+
clitt/core/tui/line_input/keyboard_input.py,sha256=iMTBw8Zl8bmk0_c51Uj0lOPW1UOXdrcaXhNuz2uqnB4,8403
|
|
60
|
+
clitt/core/tui/line_input/line_input.py,sha256=_-TiKg0YlKnXDSi4w8rWSv2jDJB5b8-1SoT0ui2tdVA,1144
|
|
61
|
+
clitt/core/tui/mchoose/__init__.py,sha256=il2xeQiiMdvXGtoImixw371P7YoZ0py5CKlmcoAHgfQ,195
|
|
62
|
+
clitt/core/tui/mchoose/mchoose.py,sha256=iqfyRYKLAslfFsQuZnra0lcMfx2GjZ8r4KuQrPSzAf0,1284
|
|
63
|
+
clitt/core/tui/mchoose/menu_choose.py,sha256=4kRvZCFpQxFPskUS7LcpPg4FgneKxnMe8z9DLzRsqMg,7136
|
|
64
|
+
clitt/core/tui/mdashboard/__init__.py,sha256=hbCFL9McWq9uFGHzDPug-M60IaA2WoO0tztlkcgwJ24,253
|
|
65
|
+
clitt/core/tui/mdashboard/dashboard_builder.py,sha256=RJm_XnrNJX8jE-G_a9dFEa3DDWLNxN2Xnc6HVvQV1FE,1660
|
|
66
|
+
clitt/core/tui/mdashboard/dashboard_item.py,sha256=AhQm1IAj4RlHhj9AH4CHEIqX4SjrOZsGEUkwqiUs3js,888
|
|
67
|
+
clitt/core/tui/mdashboard/mdashboard.py,sha256=VWzNw_bQf8sQGRXrIqvNdIxauOmYiZ_ZnX0PTr0i5-M,892
|
|
68
|
+
clitt/core/tui/mdashboard/menu_dashboard.py,sha256=GxJnq_AeZJmNySoLUX3wSSfPYW3B5ip3tI4zSFNo1KQ,5612
|
|
69
|
+
clitt/core/tui/menu/__init__.py,sha256=WpDMt24FYnkMi3P7h4giK921oronwrSQ5QLNWnQhM4g,286
|
|
70
|
+
clitt/core/tui/menu/tui_menu.py,sha256=Yro2ug3MSRWA9mJiqq3Jm2FCRVZI-gc_YyxX0Fc4g4g,3574
|
|
71
|
+
clitt/core/tui/menu/tui_menu_action.py,sha256=20ZfmIkKKuf_y_hBPUQRx_QPtjNvTxV-3ui9opn74Yo,1537
|
|
72
|
+
clitt/core/tui/menu/tui_menu_factory.py,sha256=tsQiYJqQdAZjs5aNxlXgwHT3EueSs9mbV4-Ec9HqtRM,4590
|
|
73
|
+
clitt/core/tui/menu/tui_menu_item.py,sha256=5IcDZ8MSy47WHlpTnDLty2fHjOr13CDvTGWsHU_briE,7442
|
|
74
|
+
clitt/core/tui/menu/tui_menu_ui.py,sha256=BdebIp3kmycTgrcPyDk20fS1kNQwqed_hQl7TiHx9Z4,3255
|
|
75
|
+
clitt/core/tui/menu/tui_menu_view.py,sha256=eGoaw_krAR5WQhqYu7fAnmuzz4ouYdWe8wUopBiZE1I,1922
|
|
76
|
+
clitt/core/tui/minput/__init__.py,sha256=quAJf2MTbTO6gtJHCG_-kMZKuaJkMdspAUSun1O172A,338
|
|
77
|
+
clitt/core/tui/minput/access_type.py,sha256=xNW-Qq0T4Je9WXG69BiTY2piFKCgAd87djam6zJeQ6Q,638
|
|
78
|
+
clitt/core/tui/minput/field_builder.py,sha256=TJEoZ2X1RH3uy0zaipL_yFfAy0j7rNU-PORPZvjqAfQ,4373
|
|
79
|
+
clitt/core/tui/minput/form_builder.py,sha256=XDKnDLz7UeYn9UHYCOrAFwjyR59BWnJ7XQVNdy4gf6w,2867
|
|
80
|
+
clitt/core/tui/minput/form_field.py,sha256=Q6QaGR2NV462zCfNUauzWlR_efHfH9-c0ewo_lGzbIw,6054
|
|
81
|
+
clitt/core/tui/minput/input_type.py,sha256=10TLjtlCrZctjXSFLohaXv715uaiz4P5liXb8kfM-qk,724
|
|
82
|
+
clitt/core/tui/minput/input_validator.py,sha256=yLnuDS5at1_COGNhljpeCkiQQpVOS5wsKidlnOh4_DM,3130
|
|
83
|
+
clitt/core/tui/minput/menu_input.py,sha256=JVHVVgzwpwW237FnBgd-Pc9sUAWBIareiH1SfXQAnk4,12883
|
|
84
|
+
clitt/core/tui/minput/minput.py,sha256=qWG5ykYd5GU_50lANJ7egrCALvxh1aGVnq9JlJKsXdE,1609
|
|
85
|
+
clitt/core/tui/minput/minput_utils.py,sha256=J9iuX9lbw5RWKoEIkMMkRjfm0RcOpjZfEAQTeizwzMc,5267
|
|
86
|
+
clitt/core/tui/mselect/__init__.py,sha256=2wRxFdktbqXLs-OFQ8ZXQRKaQTR96oXSu4PbFTl93wY,195
|
|
87
|
+
clitt/core/tui/mselect/menu_select.py,sha256=BWodSGtjaU-5jBZ8AqEbWGBZ4M71is6GDsWHG3n-yl8,6177
|
|
88
|
+
clitt/core/tui/mselect/mselect.py,sha256=9O9-OKSNwCnZGYzvXhoLyT-2Ssoyg4x8N6REELdt0P8,1116
|
|
89
|
+
clitt/core/tui/table/__init__.py,sha256=VFKOg60T9fiz2ib1SV4Tb6p1PJWtN5OVan3OdlUVw5A,200
|
|
90
|
+
clitt/core/tui/table/table_enums.py,sha256=bTIr5h8dWBUfVJTagdd2cxie6KyPJleTgcaS-t7ioX4,1282
|
|
91
|
+
clitt/core/tui/table/table_renderer.py,sha256=gzvXQ7GtE1gqsLsGCcUAidv-DnS8uRUm-ksjqkmoMQs,12800
|
|
92
|
+
clitt/utils/__init__.py,sha256=9i2uu7wMJTgkqFVzPhVgFJOVe8bV2j27enxnwCFCzj0,166
|
|
93
|
+
clitt/utils/git_utils.py,sha256=B-QZtRpxAXa3Cw3im5qhJTla0LrlWQouMq_-GR8SOHU,2392
|
|
94
|
+
hspylib_clitt-0.9.118.dist-info/METADATA,sha256=etmrlFYQM82lEJ3OUvXpuZuKBtv0U_M2JYOMGsE3MKM,1855
|
|
95
|
+
hspylib_clitt-0.9.118.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
96
|
+
hspylib_clitt-0.9.118.dist-info/top_level.txt,sha256=4aPEfxPvYp14dwV0l6cjCd90nbDutt1Yr27ZqCunZLI,11
|
|
97
|
+
hspylib_clitt-0.9.118.dist-info/RECORD,,
|