psiutils 0.1.66__py3-none-any.whl → 0.1.67__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.
- psiutils/__init__.py +0 -0
- psiutils/_about_frame.py +0 -0
- psiutils/_version.py +1 -1
- psiutils/buttons.py +3 -0
- psiutils/constants.py +0 -0
- psiutils/drag_manager.py +0 -0
- psiutils/errors.py +0 -0
- psiutils/icecream_init.py +0 -0
- psiutils/icons/build.png +0 -0
- psiutils/icons/cancel.png +0 -0
- psiutils/icons/code.png +0 -0
- psiutils/icons/compare.png +0 -0
- psiutils/icons/copy_clipboard.png +0 -0
- psiutils/icons/copy_docs.png +0 -0
- psiutils/icons/delete.png +0 -0
- psiutils/icons/diff.png +0 -0
- psiutils/icons/done.png +0 -0
- psiutils/icons/edit.png +0 -0
- psiutils/icons/gear.png +0 -0
- psiutils/icons/new.png +0 -0
- psiutils/icons/next.png +0 -0
- psiutils/icons/open.png +0 -0
- psiutils/icons/pause.png +0 -0
- psiutils/icons/preferences.png +0 -0
- psiutils/icons/previous.png +0 -0
- psiutils/icons/process.png +0 -0
- psiutils/icons/redo.png +0 -0
- psiutils/icons/refresh.png +0 -0
- psiutils/icons/rename.png +0 -0
- psiutils/icons/report.png +0 -0
- psiutils/icons/reset.png +0 -0
- psiutils/icons/save.png +0 -0
- psiutils/icons/send.png +0 -0
- psiutils/icons/start.png +0 -0
- psiutils/icons/update.png +0 -0
- psiutils/icons/upgrade.png +0 -0
- psiutils/icons/windows.png +0 -0
- psiutils/images/icon-error.png +0 -0
- psiutils/images/icon-info.png +0 -0
- psiutils/images/icon-query.png +0 -0
- psiutils/known_paths.py +0 -0
- psiutils/menus.py +0 -0
- psiutils/messagebox.py +0 -0
- psiutils/text.py +3 -0
- psiutils/treeview.py +0 -0
- psiutils/utilities.py +0 -0
- psiutils/widgets.py +0 -0
- {psiutils-0.1.66.dist-info → psiutils-0.1.67.dist-info}/METADATA +1 -1
- {psiutils-0.1.66.dist-info → psiutils-0.1.67.dist-info}/RECORD +9 -6
- {psiutils-0.1.66.dist-info → psiutils-0.1.67.dist-info}/WHEEL +1 -1
psiutils/__init__.py
CHANGED
|
File without changes
|
psiutils/_about_frame.py
CHANGED
|
File without changes
|
psiutils/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.1.
|
|
1
|
+
__version__ = '0.1.67'
|
psiutils/buttons.py
CHANGED
|
@@ -225,12 +225,15 @@ icon_buttons = {
|
|
|
225
225
|
'new': (text.NEW, 'new'),
|
|
226
226
|
'next': (text.NEXT, 'next'),
|
|
227
227
|
'open': (text.OPEN, 'open'),
|
|
228
|
+
'pause': (text.PAUSE, 'pause'),
|
|
228
229
|
'preferences': (text.PREFERENCES, 'preferences'),
|
|
229
230
|
'previous': (text.PREVIOUS, 'previous'),
|
|
230
231
|
'process': (text.PROCESS, 'process'),
|
|
232
|
+
'redo': (text.REDO, 'redo'),
|
|
231
233
|
'refresh': (text.REFRESH, 'refresh'),
|
|
232
234
|
'rename': (text.RENAME, 'rename'),
|
|
233
235
|
'report': (text.REPORT, 'report'),
|
|
236
|
+
'reset': (text.RESET, 'reset'),
|
|
234
237
|
'run': (text.RUN, 'start'),
|
|
235
238
|
'save': (text.SAVE, 'save'),
|
|
236
239
|
'send': (text.SEND, 'send'),
|
psiutils/constants.py
CHANGED
|
File without changes
|
psiutils/drag_manager.py
CHANGED
|
File without changes
|
psiutils/errors.py
CHANGED
|
File without changes
|
psiutils/icecream_init.py
CHANGED
|
File without changes
|
psiutils/icons/build.png
CHANGED
|
File without changes
|
psiutils/icons/cancel.png
CHANGED
|
File without changes
|
psiutils/icons/code.png
CHANGED
|
File without changes
|
psiutils/icons/compare.png
CHANGED
|
File without changes
|
|
File without changes
|
psiutils/icons/copy_docs.png
CHANGED
|
File without changes
|
psiutils/icons/delete.png
CHANGED
|
File without changes
|
psiutils/icons/diff.png
CHANGED
|
File without changes
|
psiutils/icons/done.png
CHANGED
|
File without changes
|
psiutils/icons/edit.png
CHANGED
|
File without changes
|
psiutils/icons/gear.png
CHANGED
|
File without changes
|
psiutils/icons/new.png
CHANGED
|
File without changes
|
psiutils/icons/next.png
CHANGED
|
File without changes
|
psiutils/icons/open.png
CHANGED
|
File without changes
|
psiutils/icons/pause.png
ADDED
|
Binary file
|
psiutils/icons/preferences.png
CHANGED
|
File without changes
|
psiutils/icons/previous.png
CHANGED
|
File without changes
|
psiutils/icons/process.png
CHANGED
|
File without changes
|
psiutils/icons/redo.png
ADDED
|
Binary file
|
psiutils/icons/refresh.png
CHANGED
|
File without changes
|
psiutils/icons/rename.png
CHANGED
|
File without changes
|
psiutils/icons/report.png
CHANGED
|
File without changes
|
psiutils/icons/reset.png
ADDED
|
Binary file
|
psiutils/icons/save.png
CHANGED
|
File without changes
|
psiutils/icons/send.png
CHANGED
|
File without changes
|
psiutils/icons/start.png
CHANGED
|
File without changes
|
psiutils/icons/update.png
CHANGED
|
File without changes
|
psiutils/icons/upgrade.png
CHANGED
|
File without changes
|
psiutils/icons/windows.png
CHANGED
|
File without changes
|
psiutils/images/icon-error.png
CHANGED
|
File without changes
|
psiutils/images/icon-info.png
CHANGED
|
File without changes
|
psiutils/images/icon-query.png
CHANGED
|
File without changes
|
psiutils/known_paths.py
CHANGED
|
File without changes
|
psiutils/menus.py
CHANGED
|
File without changes
|
psiutils/messagebox.py
CHANGED
|
File without changes
|
psiutils/text.py
CHANGED
|
@@ -19,13 +19,16 @@ NO = 'No'
|
|
|
19
19
|
NO_SUCH_FILE = 'no such file or directory'
|
|
20
20
|
OK = 'OK'
|
|
21
21
|
OPEN = 'Open'
|
|
22
|
+
PAUSE = 'Pause'
|
|
22
23
|
PREFERENCES = 'Preferences'
|
|
23
24
|
PREVIOUS = 'Prev'
|
|
24
25
|
PROCESS = 'Process'
|
|
25
26
|
QUIT = 'Quit'
|
|
27
|
+
REDO = 'Redo'
|
|
26
28
|
REFRESH = 'Refresh'
|
|
27
29
|
REPORT = 'Report'
|
|
28
30
|
RENAME = 'Rename'
|
|
31
|
+
RESET = 'Reset'
|
|
29
32
|
RUN = 'Run'
|
|
30
33
|
SAVE = 'Save'
|
|
31
34
|
SAVE_PDF = 'Save as PDF'
|
psiutils/treeview.py
CHANGED
|
File without changes
|
psiutils/utilities.py
CHANGED
|
File without changes
|
psiutils/widgets.py
CHANGED
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
psiutils/__init__.py,sha256=07c98b1c26029c3d0b730b0602d4b71ccf6461dc159e17fa74d5cbea2d47e246,145
|
|
2
2
|
psiutils/_about_frame.py,sha256=bf6b1b848b2fc1c890addf57fb738e8891b09873f3ebdcc772a975cca7fbfbb8,7634
|
|
3
|
-
psiutils/_version.py,sha256=
|
|
4
|
-
psiutils/buttons.py,sha256=
|
|
3
|
+
psiutils/_version.py,sha256=08eef934343320b945c1cdfde74bbd8c5c8d4d4c0d1a6d0de31367f3de496882,22
|
|
4
|
+
psiutils/buttons.py,sha256=9be3cc8547615c447389078002511e6a52f5c5c20d09475ce48089162a41c138,8311
|
|
5
5
|
psiutils/constants.py,sha256=4fc023601926bb38805a35e038df928f400ceb63401a5ba3fd8ea096b3856c77,1107
|
|
6
6
|
psiutils/drag_manager.py,sha256=2f4e06cca2229d65f31826b0bd39e7d7c175004b7c3d43d2d54f87a8256b878f,3470
|
|
7
7
|
psiutils/errors.py,sha256=b40ca9164a73a5b78ea693bdcca4229a59d1572af7b0c3e88b0874c8add873cf,562
|
|
@@ -20,12 +20,15 @@ psiutils/icons/gear.png,sha256=88037d9765a679cb528d225740747e8fd55a248f7e2d70ea5
|
|
|
20
20
|
psiutils/icons/new.png,sha256=9a7f8ca15cc48a32673d5aa4165347bb59a7c5e8ef8453dfda2088d90a6c5694,544
|
|
21
21
|
psiutils/icons/next.png,sha256=c6e037f586678e5ec068ae82e261bddf19cd70661072d0fc8fc2fe447d922881,669
|
|
22
22
|
psiutils/icons/open.png,sha256=2659c5b6351a590e166423948fcb3f85216b41427bacbae2fc68c4ec02dfc8cb,866
|
|
23
|
+
psiutils/icons/pause.png,sha256=2d7021ec9f643174681ed16623c5631703395dc1d04c2e6b3a26e84d8d9d8c5b,314
|
|
23
24
|
psiutils/icons/preferences.png,sha256=3d30b9d8cdf7afb7e74cb77aaf4e55c45a640bebb79cadf6772b6ae54be89882,1078
|
|
24
25
|
psiutils/icons/previous.png,sha256=8b937d5303aa79988e33fb24cd08e217ffcd282603c1d09f960d5cac53bfa8dc,617
|
|
25
26
|
psiutils/icons/process.png,sha256=f3e257be7d8d728c363632d34f6225bae8ad112fbed618f6c8d1e70fe437b375,943
|
|
27
|
+
psiutils/icons/redo.png,sha256=02254bcdfeb0661c53005410e06d9bf68c64fe5b52daf60d5dfb7ee94fac23fa,845
|
|
26
28
|
psiutils/icons/refresh.png,sha256=afe5a449c01b0db075e665f366a117832b3e5755240c3c51647aecb204d18757,2151
|
|
27
29
|
psiutils/icons/rename.png,sha256=9c405e8f9fb705a162fb2d682200d70951e42979ddc31bb9456f9e08482ee546,549
|
|
28
30
|
psiutils/icons/report.png,sha256=832333ad9925e10c9577d5ec3a901d159970f9a97d2783d3a4804cdc4b2c0328,979
|
|
31
|
+
psiutils/icons/reset.png,sha256=5091ef9ec78778c2683cd0a7f96c9d4e77d7f8bae5a7db604a5708aba8d65018,1296
|
|
29
32
|
psiutils/icons/save.png,sha256=45221f5a4544e77eed3207214b9545987ba085542a90a3328cc2d8d1c703cbdf,613
|
|
30
33
|
psiutils/icons/send.png,sha256=e0f49456df0d00a2c8c58118a5d3101cd8a099f8f25122fc540b0c066071c663,968
|
|
31
34
|
psiutils/icons/start.png,sha256=9738baa1c709257297951a058f1efa875621432da52e4f48a827fec4329a7437,1936
|
|
@@ -38,10 +41,10 @@ psiutils/images/icon-query.png,sha256=7b5f21aa47b0e1e3b1001bc408a9fb0463b65531d3
|
|
|
38
41
|
psiutils/known_paths.py,sha256=3f9011e3cdb2fbd6108cbff8554c787144cf6217df893ad62c4a901982f6e11e,9158
|
|
39
42
|
psiutils/menus.py,sha256=dcf647898ee98e8b2d01f56b80927df370d37ac82ecf2e5cb0b09402390b6883,1485
|
|
40
43
|
psiutils/messagebox.py,sha256=d785b82b3120f058b538288e5fdcd9be89a84aa89b018362a50a5af794dca393,4969
|
|
41
|
-
psiutils/text.py,sha256=
|
|
44
|
+
psiutils/text.py,sha256=b67bc67d180df70c67b57306f587a25af91318a249d3cc9e142e9249f520f483,738
|
|
42
45
|
psiutils/treeview.py,sha256=8ed4b32d6ae7148043595e58856351a19c205be2a3f3fed756a672bacafeae24,2826
|
|
43
46
|
psiutils/utilities.py,sha256=0f06fcd059d9973ae6fae72365504b89243216b7080b7542957db4d4bfee81de,3074
|
|
44
47
|
psiutils/widgets.py,sha256=a28180cb4214ddcb7d69eaa706a314af6015caa83fcca1c6f059bd1a6f969f96,11114
|
|
45
|
-
psiutils-0.1.
|
|
46
|
-
psiutils-0.1.
|
|
47
|
-
psiutils-0.1.
|
|
48
|
+
psiutils-0.1.67.dist-info/WHEEL,sha256=b6dc288e80aa2d1b1518ddb3502fd5b53e8fd6cb507ed2a4f932e9e6088b264a,78
|
|
49
|
+
psiutils-0.1.67.dist-info/METADATA,sha256=3c7de705c26bfdc987ffb9b629383652d1db899dc0e8e0139c67ddf879c5258c,1745
|
|
50
|
+
psiutils-0.1.67.dist-info/RECORD,,
|