xenoslib 0.4.1__py3-none-any.whl → 0.4.2__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.
- xenoslib/about.py +1 -1
- xenoslib/base.py +2 -1
- {xenoslib-0.4.1.dist-info → xenoslib-0.4.2.dist-info}/METADATA +1 -1
- {xenoslib-0.4.1.dist-info → xenoslib-0.4.2.dist-info}/RECORD +7 -7
- {xenoslib-0.4.1.dist-info → xenoslib-0.4.2.dist-info}/WHEEL +0 -0
- {xenoslib-0.4.1.dist-info → xenoslib-0.4.2.dist-info}/licenses/LICENSE +0 -0
- {xenoslib-0.4.1.dist-info → xenoslib-0.4.2.dist-info}/top_level.txt +0 -0
xenoslib/about.py
CHANGED
xenoslib/base.py
CHANGED
|
@@ -302,6 +302,7 @@ class SingletonWithArgs:
|
|
|
302
302
|
|
|
303
303
|
class ArgMethodBase:
|
|
304
304
|
"""auto generator arguments by static methods"""
|
|
305
|
+
result = True
|
|
305
306
|
|
|
306
307
|
def __init__(self, epilog=None):
|
|
307
308
|
"""initialize arguments parser"""
|
|
@@ -324,7 +325,7 @@ class ArgMethodBase:
|
|
|
324
325
|
elif self.__run_command__(**vars(args)) is False:
|
|
325
326
|
print(color("ERROR", "RED"), file=sys.stderr)
|
|
326
327
|
exit(-1)
|
|
327
|
-
|
|
328
|
+
elif self.result:
|
|
328
329
|
print(color("OK", "GREEN"), file=sys.stderr)
|
|
329
330
|
|
|
330
331
|
def __run_command__(self, command, **args):
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
xenoslib/__init__.py,sha256=GbqgKQY6EksVq0kDvxEPbbhQ42L3__NI-fk-IdArIrE,344
|
|
2
2
|
xenoslib/__main__.py,sha256=UpD3pl4l5ZUFxK6FzNMWRb1AZpEnwerulSFoPb_Pdgw,307
|
|
3
|
-
xenoslib/about.py,sha256=
|
|
4
|
-
xenoslib/base.py,sha256=
|
|
3
|
+
xenoslib/about.py,sha256=5I6h9yFfuRU8RHZSysiMWh5bbzix2uwpss1DNKDs8e0,228
|
|
4
|
+
xenoslib/base.py,sha256=NGAV9hdQc4dZhzeSVtbXvJosY8QecKXdou7z9fJknFA,13797
|
|
5
5
|
xenoslib/dev.py,sha256=R6iwKuu-xvaYiBOUyP2gpePyvXss17TOZaCmQEihPCw,1236
|
|
6
6
|
xenoslib/extend.py,sha256=Vl5d8carSGy6ERE2EjTmB9lOo2uIBWs1iz-fKm_TX-M,5947
|
|
7
7
|
xenoslib/linux.py,sha256=EFCQBq_JsmNJc3wGlJlzH9W0tjOA7sSwx0u62R5Ut2k,1318
|
|
@@ -13,8 +13,8 @@ xenoslib/win_trayicon.py,sha256=7GJwX3c2CS1XWQjsyDK5EfM-MmEHdzPJCTX2sGpWmuU,1311
|
|
|
13
13
|
xenoslib/windows.py,sha256=lUTD7TowaPqYHgIL6b-GM9PLd-VyJNNGzkzC3K9vOxo,4080
|
|
14
14
|
xenoslib/tools/__init__.py,sha256=D1qP5tD2ZukXHgjKUh0fFl8jUipM3KaPBZBi0vGPypQ,48
|
|
15
15
|
xenoslib/tools/config_loader.py,sha256=GWEcgdgYQyaq9rt1txYO5qaFOvqxB4i3kv5AIazquYk,11077
|
|
16
|
-
xenoslib-0.4.
|
|
17
|
-
xenoslib-0.4.
|
|
18
|
-
xenoslib-0.4.
|
|
19
|
-
xenoslib-0.4.
|
|
20
|
-
xenoslib-0.4.
|
|
16
|
+
xenoslib-0.4.2.dist-info/licenses/LICENSE,sha256=lF6hjufhiR-xAje_Wo7ogxV5phz2d5TgkfL5SGshujg,1066
|
|
17
|
+
xenoslib-0.4.2.dist-info/METADATA,sha256=X_TxPWQRR51NdO7mYLsv41Te7Id-hCCTYI0LMxVLEE8,910
|
|
18
|
+
xenoslib-0.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
xenoslib-0.4.2.dist-info/top_level.txt,sha256=Rfm4GdW0NyA2AHDNUF2wFQOfAo53mAPibddSHGd3X60,9
|
|
20
|
+
xenoslib-0.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|