wizlib 2.0.16__py3-none-any.whl → 2.0.17__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 wizlib might be problematic. Click here for more details.

wizlib/util.py ADDED
@@ -0,0 +1,8 @@
1
+ from unittest.mock import Mock, patch
2
+
3
+
4
+ RK = 'wizlib.ui.shell_line_editor.readkey'
5
+
6
+
7
+ def mock_keys(keys: str):
8
+ return patch(RK, Mock(side_effect=keys))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wizlib
3
- Version: 2.0.16
3
+ Version: 2.0.17
4
4
  Summary: Framework for flexible and powerful command-line applications
5
5
  License: MIT
6
6
  Author: Steampunk Wizard
@@ -13,6 +13,7 @@ wizlib/ui/__init__.py,sha256=55tzM_XphYFqm_jVxQc5vkfPLgD1Z3aqSjDl50GM44A,6139
13
13
  wizlib/ui/shell_line_editor.py,sha256=HQNMUijdf-qU2kbzU_iOrK5gT-nEMkxweld2fP8yvPo,7818
14
14
  wizlib/ui/shell_ui.py,sha256=phgrFFMZGY9jJB_QwoOXhI6P6VK3W740g4rkVsFbRSc,1234
15
15
  wizlib/ui_handler.py,sha256=nvMRuGVCwJ-_H59iZQ72--_tiiqXAsSHP7kYnd43P68,716
16
- wizlib-2.0.16.dist-info/METADATA,sha256=RfenANTrwBZ7LGRZhMLnSgMjI8Jmm4lVqtxuD1oRNfk,1781
17
- wizlib-2.0.16.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
18
- wizlib-2.0.16.dist-info/RECORD,,
16
+ wizlib/util.py,sha256=6crNn_nI5Ytx5yu4IzcmI0iCfwCWbCN5NOnPcrYKB1c,156
17
+ wizlib-2.0.17.dist-info/METADATA,sha256=TZK-9iDEQKIDY0p3xNCgKA2ZGWAwp1hNuT1F5W2m8MQ,1781
18
+ wizlib-2.0.17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
19
+ wizlib-2.0.17.dist-info/RECORD,,