pyegeria 0.8.4.36__py3-none-any.whl → 0.8.4.38__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.
- commands/ops/load_archive.py +0 -2
- pyegeria/asset_catalog_omvs.py +9 -9
- pyegeria/automated_curation_omvs.py +5 -5
- pyegeria/classification_manager_omvs.py +193 -407
- pyegeria/collection_manager_omvs.py +160 -280
- pyegeria/core_omag_server_config.py +77 -72
- pyegeria/egeria_cat_client.py +11 -6
- pyegeria/egeria_client.py +3 -2
- pyegeria/egeria_config_client.py +5 -0
- pyegeria/egeria_my_client.py +9 -4
- pyegeria/egeria_tech_client.py +1 -1
- pyegeria/feedback_manager_omvs.py +92 -333
- pyegeria/full_omag_server_config.py +54 -50
- pyegeria/glossary_browser_omvs.py +128 -284
- pyegeria/glossary_manager_omvs.py +132 -451
- pyegeria/my_profile_omvs.py +57 -153
- pyegeria/platform_services.py +1 -1
- pyegeria/project_manager_omvs.py +110 -197
- pyegeria/registered_info.py +13 -13
- pyegeria/valid_metadata_omvs.py +75 -227
- pyegeria/x_action_author_omvs.py +1 -1
- {pyegeria-0.8.4.36.dist-info → pyegeria-0.8.4.38.dist-info}/METADATA +1 -1
- {pyegeria-0.8.4.36.dist-info → pyegeria-0.8.4.38.dist-info}/RECORD +26 -26
- {pyegeria-0.8.4.36.dist-info → pyegeria-0.8.4.38.dist-info}/LICENSE +0 -0
- {pyegeria-0.8.4.36.dist-info → pyegeria-0.8.4.38.dist-info}/WHEEL +0 -0
- {pyegeria-0.8.4.36.dist-info → pyegeria-0.8.4.38.dist-info}/entry_points.txt +0 -0
pyegeria/x_action_author_omvs.py
CHANGED
@@ -50,7 +50,7 @@ class ActionAuthor(AutomatedCuration):
|
|
50
50
|
AutomatedCuration.__init__(
|
51
51
|
self, server_name, platform_url, user_id, user_pwd, token=token
|
52
52
|
)
|
53
|
-
self.
|
53
|
+
self.action_command_root = f"{platform_url}/servers/"
|
54
54
|
|
55
55
|
async def _async_create_element_from_template(
|
56
56
|
self, body: str, server: str = None
|
@@ -34,7 +34,7 @@ commands/ops/__init__.py,sha256=SCfzF3-aMx8EpqLWmH7JQf13gTmMAtHRbg69oseLvi8,480
|
|
34
34
|
commands/ops/engine_actions.py,sha256=00s_wkzs0zlZ6PyZ0J5J9lHhw4Viyzbeox7b1K1lmyc,4609
|
35
35
|
commands/ops/gov_server_actions.py,sha256=xF0QWSP7JtxpcA-L8DfbVjtgHgqBocgBN5qIE5Rmm9A,5631
|
36
36
|
commands/ops/list_catalog_targets.py,sha256=0FIZqZu7DSh7tnrme6EOhNiVvK8wyvN1iTZKEDuwTmw,6620
|
37
|
-
commands/ops/load_archive.py,sha256=
|
37
|
+
commands/ops/load_archive.py,sha256=3-w1IUDz0xYW254KCLQ8Bs0LgcfFzfYT1trZnIkucJc,2453
|
38
38
|
commands/ops/monitor_asset_events.py,sha256=cjdlVqE0XYnoRW3aorNbsVkjByDXefPBnllaZLelGls,3838
|
39
39
|
commands/ops/monitor_engine_activity.py,sha256=m18OSnRoo5ut0WKKOWNoFGXJW_npjp6hzHK3RUQG8T0,8479
|
40
40
|
commands/ops/monitor_engine_activity_c.py,sha256=rSEUD3elhsiYdUhQRn613OM_R4VecFb0uq39MhYhltQ,9371
|
@@ -66,33 +66,33 @@ pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8Md
|
|
66
66
|
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
67
67
|
pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
|
68
68
|
pyegeria/_validators.py,sha256=rnZelHJnjHaLZ8UhUTDyB59MfIUJifhALtkYoHBaos4,12736
|
69
|
-
pyegeria/asset_catalog_omvs.py,sha256=
|
70
|
-
pyegeria/automated_curation_omvs.py,sha256=
|
71
|
-
pyegeria/classification_manager_omvs.py,sha256=
|
72
|
-
pyegeria/collection_manager_omvs.py,sha256=
|
73
|
-
pyegeria/core_omag_server_config.py,sha256=
|
69
|
+
pyegeria/asset_catalog_omvs.py,sha256=fffZsSukOrG-xszD6uEPf2IX4p0IK63T0_w7_6BpG1Q,21075
|
70
|
+
pyegeria/automated_curation_omvs.py,sha256=TQfA1_Evy6oQECtxYULeZUuPPRiSxwSMXcid2qytcHI,133257
|
71
|
+
pyegeria/classification_manager_omvs.py,sha256=vqKZXp8XW0UKnMdkYrBCr81XdFdhPiREWsq4-mlftT4,186351
|
72
|
+
pyegeria/collection_manager_omvs.py,sha256=kye2kjthNnmwxMZhHQKV0xoHbxcNPWjNzRAYOItj_gY,99201
|
73
|
+
pyegeria/core_omag_server_config.py,sha256=EtHaPKyc9d6pwTgbnQqGwe5lSBMPIfJOlbJEa1zg1JA,94946
|
74
74
|
pyegeria/create_tech_guid_lists.py,sha256=HHkC6HW58EN1BiolrYSRqSE0JhPbTepOFzwtdwBxVaU,4640
|
75
|
-
pyegeria/egeria_cat_client.py,sha256=
|
76
|
-
pyegeria/egeria_client.py,sha256=
|
77
|
-
pyegeria/egeria_config_client.py,sha256=
|
78
|
-
pyegeria/egeria_my_client.py,sha256=
|
79
|
-
pyegeria/egeria_tech_client.py,sha256=
|
80
|
-
pyegeria/feedback_manager_omvs.py,sha256=
|
81
|
-
pyegeria/full_omag_server_config.py,sha256=
|
82
|
-
pyegeria/glossary_browser_omvs.py,sha256=
|
83
|
-
pyegeria/glossary_manager_omvs.py,sha256=
|
75
|
+
pyegeria/egeria_cat_client.py,sha256=NzwDbdi5OBHOOA7JzIQC5LqJJ7xtEwHA5yaKrGkDFnc,2022
|
76
|
+
pyegeria/egeria_client.py,sha256=gZjo_Z8n7r05KJnQgJuQibGOvCA90JCDlzyFRGkZV-I,3366
|
77
|
+
pyegeria/egeria_config_client.py,sha256=Zm31u4e7o8mXTV93qD0IHluQuG73jYbArPFqypjaMso,1328
|
78
|
+
pyegeria/egeria_my_client.py,sha256=XHwbFmSZXJClKDBFV8_fyK9CWaap2FndurRjywKPQiU,1549
|
79
|
+
pyegeria/egeria_tech_client.py,sha256=7NfqpJFft5GR4NPRDVDw22L9caHbXB8fhx0TAf6qEoo,2440
|
80
|
+
pyegeria/feedback_manager_omvs.py,sha256=yvZ36nA_AIFsqyU-lysMWHHgqEnucti3ztfkqMxDCT0,152929
|
81
|
+
pyegeria/full_omag_server_config.py,sha256=LBnqUiz1ofBdlKBzECFs_pQbdJwcWigAukWHGJRR2nU,47340
|
82
|
+
pyegeria/glossary_browser_omvs.py,sha256=AnBRp6KKw0507ABz_WmknVL94zLzYzJ4saXrghFlpmw,93455
|
83
|
+
pyegeria/glossary_manager_omvs.py,sha256=VaPUROcVR5AjgkXeFx63e_10h0QzUeMt3JppHrhlq2M,111926
|
84
84
|
pyegeria/mermaid_utilities.py,sha256=GXiS-subb5nJcDqlThZWX2T8WspU1neFfhf4TxRoMh4,8344
|
85
|
-
pyegeria/my_profile_omvs.py,sha256=
|
86
|
-
pyegeria/platform_services.py,sha256=
|
87
|
-
pyegeria/project_manager_omvs.py,sha256=
|
88
|
-
pyegeria/registered_info.py,sha256=
|
85
|
+
pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,34666
|
86
|
+
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
87
|
+
pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
|
88
|
+
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
89
89
|
pyegeria/runtime_manager_omvs.py,sha256=aDLJauaRKoZP8ike-NiMH71zRVFmLC5-mCZEzM7cgLM,74149
|
90
90
|
pyegeria/server_operations.py,sha256=ciH890hYT85YQ6OpByn4w7s3a7TtvWZpIG5rkRqbcI0,16766
|
91
91
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
92
|
-
pyegeria/valid_metadata_omvs.py,sha256=
|
93
|
-
pyegeria/x_action_author_omvs.py,sha256=
|
94
|
-
pyegeria-0.8.4.
|
95
|
-
pyegeria-0.8.4.
|
96
|
-
pyegeria-0.8.4.
|
97
|
-
pyegeria-0.8.4.
|
98
|
-
pyegeria-0.8.4.
|
92
|
+
pyegeria/valid_metadata_omvs.py,sha256=raBU_bK0oMhOqjOUTSbU_OZuGKsYqRoiFbtUwz4OtZI,29060
|
93
|
+
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
94
|
+
pyegeria-0.8.4.38.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
95
|
+
pyegeria-0.8.4.38.dist-info/METADATA,sha256=P-ouAO_QVuOuzKDCaBsp7p7ipcbMeNCF1vHAlfYu7D0,2868
|
96
|
+
pyegeria-0.8.4.38.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
97
|
+
pyegeria-0.8.4.38.dist-info/entry_points.txt,sha256=R8sNzclWZN542SufuVlx9HDia23PlSVnJioUkzCWg4I,3349
|
98
|
+
pyegeria-0.8.4.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|