pyegeria 0.7.31__py3-none-any.whl → 0.7.33__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.
- examples/widgets/ops/monitor_engine_activity.py +6 -5
- examples/widgets/ops/monitor_engine_activity_c.py +6 -5
- examples/widgets/ops/monitor_platform_status.py +51 -28
- examples/widgets/ops/monitor_server_list.py +61 -30
- pyegeria/__init__.py +22 -2
- pyegeria/automated_curation_omvs.py +2197 -1399
- {pyegeria-0.7.31.dist-info → pyegeria-0.7.33.dist-info}/METADATA +1 -1
- {pyegeria-0.7.31.dist-info → pyegeria-0.7.33.dist-info}/RECORD +11 -11
- {pyegeria-0.7.31.dist-info → pyegeria-0.7.33.dist-info}/entry_points.txt +2 -0
- {pyegeria-0.7.31.dist-info → pyegeria-0.7.33.dist-info}/LICENSE +0 -0
- {pyegeria-0.7.31.dist-info → pyegeria-0.7.33.dist-info}/WHEEL +0 -0
@@ -39,12 +39,12 @@ examples/widgets/ops/list_catalog_targets.py,sha256=0FIZqZu7DSh7tnrme6EOhNiVvK8w
|
|
39
39
|
examples/widgets/ops/load_archive.py,sha256=duf3wq2ANRBiOj9KTFsw8TseEkJLKdzITAeTCjsMvI0,2453
|
40
40
|
examples/widgets/ops/monitor_asset_events.py,sha256=cjdlVqE0XYnoRW3aorNbsVkjByDXefPBnllaZLelGls,3838
|
41
41
|
examples/widgets/ops/monitor_coco_status.py,sha256=ERz3OJ0TXImNKHGD4gJvgT3pl2gS23ewAdUuYVLUhEE,3299
|
42
|
-
examples/widgets/ops/monitor_engine_activity.py,sha256=
|
43
|
-
examples/widgets/ops/monitor_engine_activity_c.py,sha256=
|
42
|
+
examples/widgets/ops/monitor_engine_activity.py,sha256=m18OSnRoo5ut0WKKOWNoFGXJW_npjp6hzHK3RUQG8T0,8479
|
43
|
+
examples/widgets/ops/monitor_engine_activity_c.py,sha256=8YVZJ-ssEJNc_RxLqY7t-Gq90EapIvUFqJqxJpW_Qnw,8596
|
44
44
|
examples/widgets/ops/monitor_gov_eng_status.py,sha256=QwSIzXDn81gJr36jTgJ-3JR0iAV6BPDfP1b7K9eCZlE,6162
|
45
45
|
examples/widgets/ops/monitor_integ_daemon_status.py,sha256=u15-tvGveO7_yV7JJmYkxiEDnq5KBk8J4hkw0id_LFA,9224
|
46
|
-
examples/widgets/ops/monitor_platform_status.py,sha256=
|
47
|
-
examples/widgets/ops/monitor_server_list.py,sha256=
|
46
|
+
examples/widgets/ops/monitor_platform_status.py,sha256=hn96QuOjCndSDWl1-DAzk9O8D68YoRP1ALOlVfWVQgo,6400
|
47
|
+
examples/widgets/ops/monitor_server_list.py,sha256=Uhtn8lv7QVXJBi9DSR3Nelmz8TB0vOsat10nFS6Nu20,4637
|
48
48
|
examples/widgets/ops/monitor_server_status.py,sha256=A-8hMDfbscdcq-b1OD4wKn0tphumX8WIK-Hz8uPoFkc,3974
|
49
49
|
examples/widgets/ops/refresh_integration_daemon.py,sha256=QDB3dpAlLY8PhrGhAZG4tWKzx_1R0bOOM048N68RQ4w,2712
|
50
50
|
examples/widgets/ops/restart_integration_daemon.py,sha256=fID7qGFL5RD6rfn9PgXf5kwI4MU0Ho_IGXnDVbKT5nU,2710
|
@@ -63,7 +63,7 @@ examples/widgets/tech/list_tech_templates.py,sha256=RiyA8a4fIL9BGeGf37Bkk471mK5E
|
|
63
63
|
examples/widgets/tech/list_valid_metadata_values.py,sha256=64z5tr-0VD-mPTFmr6FT76gj4MXJZLWTxT4oeIiUaiU,6043
|
64
64
|
examples/widgets/tech/x_list_related_elements.py,sha256=hDiPThI9FLI63yoWEy7j7k_zLPBSlZIXYSaixiY_YAY,5785
|
65
65
|
pyegeria/Xloaded_resources_omvs.py,sha256=cseWZTIwNhkzhZ0fhujI66DslNAQcjuwsz_p1GRmSPQ,3392
|
66
|
-
pyegeria/__init__.py,sha256=
|
66
|
+
pyegeria/__init__.py,sha256=huvFOnZ4abPU8_neP9Cvl2SVZ_KiarZvw3b2_y5MyV0,9087
|
67
67
|
pyegeria/_client.py,sha256=mTK3qqaxwrwn4OiIKZkSkMVEsHPJsHxKmfz1LK_FgEg,26308
|
68
68
|
pyegeria/_deprecated_gov_engine.py,sha256=_DAEHsksnTKGqL9-TaaMVrfnNOrvatNACfg7pJ-ZX4w,17600
|
69
69
|
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
@@ -71,7 +71,7 @@ pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
|
|
71
71
|
pyegeria/_validators.py,sha256=DQuMsATRGxGSBtOrVtXlCgWXGhj6Nh-uqPtCsrUGLxk,12703
|
72
72
|
pyegeria/action_author_omvs.py,sha256=m0wsfmyO-VxRDaPpACeIDw8eVAFu3RVbo45RPCUel9M,6340
|
73
73
|
pyegeria/asset_catalog_omvs.py,sha256=Rlr0RxdJlU6MaapPMGxjqlIqdo46TzNShwx66lTJZvo,25631
|
74
|
-
pyegeria/automated_curation_omvs.py,sha256=
|
74
|
+
pyegeria/automated_curation_omvs.py,sha256=N8L6FaANuQwx3m6xQZzA6ouzACtzK_EdTn7EANBrsX0,150052
|
75
75
|
pyegeria/classification_manager_omvs.py,sha256=PzdFm5Sp69QsWeiZ4DAtOfe2BvUXLdSNcj700WEMFgk,184475
|
76
76
|
pyegeria/collection_manager_omvs.py,sha256=aGtzC3P8_YgY2KEzhtO19_H9drStE0hW5hUj-dA7bLo,112649
|
77
77
|
pyegeria/core_omag_server_config.py,sha256=16ld7aBTgO3gGhvFs-_yzwqPsatdCAiKYi005_2evZU,93096
|
@@ -89,8 +89,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
|
|
89
89
|
pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
|
90
90
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
91
91
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
92
|
-
pyegeria-0.7.
|
93
|
-
pyegeria-0.7.
|
94
|
-
pyegeria-0.7.
|
95
|
-
pyegeria-0.7.
|
96
|
-
pyegeria-0.7.
|
92
|
+
pyegeria-0.7.33.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
93
|
+
pyegeria-0.7.33.dist-info/METADATA,sha256=V1KQuAsDG20QXVqHKZorKcQFFttzwaj1mMnguCPhn8Y,2818
|
94
|
+
pyegeria-0.7.33.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
95
|
+
pyegeria-0.7.33.dist-info/entry_points.txt,sha256=2pQNMVDxO5PZRFREMmI0WzZd6UhWTTK5rnylNQse6N4,3754
|
96
|
+
pyegeria-0.7.33.dist-info/RECORD,,
|
@@ -22,6 +22,7 @@ list_catalog_targets=examples.widgets.ops.list_catalog_targets:main
|
|
22
22
|
list_cert_types=examples.widgets.cat.list_cert_types:main
|
23
23
|
list_elements=examples.widgets.tech.list_elements:main
|
24
24
|
list_engine_activity=examples.widgets.ops.monitor_engine_activity:main_paging
|
25
|
+
list_engine_activity_compressed=examples.widgets.ops.monitor_engine_activity_c:main_paging
|
25
26
|
list_glossary=examples.widgets.cat.list_glossary:main
|
26
27
|
list_gov_eng_status=examples.widgets.ops.monitor_gov_eng_status:main_paging
|
27
28
|
list_integ_daemon_status=examples.widgets.ops.monitor_integ_daemon_status:main_paging
|
@@ -42,6 +43,7 @@ mark_todo_complete=examples.widgets.my.todo_actions:mark_todo_complete
|
|
42
43
|
monitor_asset_events=examples.widgets.ops.monitor_asset_events:main
|
43
44
|
monitor_coco_status=examples.widgets.ops.monitor_coco_status:main
|
44
45
|
monitor_engine_activity=examples.widgets.ops.monitor_engine_activity:main_live
|
46
|
+
monitor_engine_activity_compressed=examples.widgets.ops.monitor_engine_activity_c:main_live
|
45
47
|
monitor_gov_eng_status=examples.widgets.ops.monitor_gov_eng_status:main_live
|
46
48
|
monitor_integ_daemon_status=examples.widgets.ops.monitor_integ_daemon_status:main_live
|
47
49
|
monitor_my_todos=examples.widgets.my.monitor_my_todos:main
|
File without changes
|
File without changes
|