pyegeria 5.4.7.3__py3-none-any.whl → 5.4.7.4__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/cat/dr_egeria_md.py +1 -1
- commands/cat/list_format_set.py +6 -1
- commands/ops/list_catalog_targets.py +17 -14
- commands/ops/monitor_engine_activity.py +1 -1
- commands/ops/monitor_engine_activity_c.py +1 -1
- commands/tech/list_gov_action_processes.py +4 -8
- md_processing/dr_egeria.py +1 -1
- md_processing/md_commands/ext_ref_commands.py +1 -2
- md_processing/md_commands/glossary_commands.py +1 -2
- md_processing/md_commands/project_commands.py +1 -2
- pyegeria/__init__.py +3 -95
- pyegeria/_client_new.py +390 -10
- pyegeria/_globals.py +95 -1
- pyegeria/_output_formats.py +1 -1
- pyegeria/asset_catalog_omvs.py +1 -1
- pyegeria/automated_curation.py +33 -92
- pyegeria/classification_manager.py +5636 -0
- pyegeria/classification_manager_omvs.py +1989 -1853
- pyegeria/collection_manager.py +14 -2
- pyegeria/data_designer.py +1 -2
- pyegeria/egeria_tech_client.py +3 -0
- pyegeria/format_set_executor.py +8 -9
- pyegeria/full_omag_server_config.py +1 -1
- pyegeria/mcp_adapter.py +1 -1
- pyegeria/mcp_server.py +36 -21
- pyegeria/md_processing_utils.py +3 -3
- pyegeria/md_processing_utils_orig.py +3 -3
- pyegeria/mermaid_utilities.py +0 -152
- pyegeria/models.py +5 -0
- pyegeria/output_formatter.py +1 -1
- pyegeria/runtime_manager_omvs.py +1 -1
- pyegeria/solution_architect.py +1 -1
- {pyegeria-5.4.7.3.dist-info → pyegeria-5.4.7.4.dist-info}/METADATA +1 -1
- {pyegeria-5.4.7.3.dist-info → pyegeria-5.4.7.4.dist-info}/RECORD +38 -38
- pyegeria/md_processing_helpers.py +0 -58
- {pyegeria-5.4.7.3.dist-info → pyegeria-5.4.7.4.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.7.3.dist-info → pyegeria-5.4.7.4.dist-info}/entry_points.txt +0 -0
- {pyegeria-5.4.7.3.dist-info → pyegeria-5.4.7.4.dist-info}/licenses/LICENSE +0 -0
- {pyegeria-5.4.7.3.dist-info → pyegeria-5.4.7.4.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@ commands/cat/Dr-Egeria_md-orig.py,sha256=ZX20BvRo0fIFisvy5Z-VJDLVyKbQoud89-CUV2S
|
|
3
3
|
commands/cat/__init__.py,sha256=l4CImkjEiTQKS7QR-RQwzHIgRpfP032Mn_NZEuIILwg,98
|
4
4
|
commands/cat/dr_egeria_command_help.py,sha256=_HOJd1IplnYhoQm1cwsROS9SxVKILLUf9YNlGMvvdF4,15359
|
5
5
|
commands/cat/dr_egeria_jupyter.py,sha256=rfLVV_84Q8Pqcq1flmijKvZ7sEZFy7JAcAP_NAbb46Y,5656
|
6
|
-
commands/cat/dr_egeria_md.py,sha256=
|
6
|
+
commands/cat/dr_egeria_md.py,sha256=ScLyowXI7Iop0gy4JoBBJ0vtIGNXHeC4CBf_KDtXZfI,4888
|
7
7
|
commands/cat/exp_list_glossaries.py,sha256=dC6Bnfm3YSMTKPP146qeslIFRiZnGu5b7iDYE07p4iU,5817
|
8
8
|
commands/cat/get_asset_graph.py,sha256=xnXJfpDTVH1TJ2TwE3dtjaXU36Di6-N6JAyhothzz2o,12461
|
9
9
|
commands/cat/get_collection.py,sha256=kXPcP8u-SMWfrVyyBhNoxG8mcgB7EV_5i9N9w_IBU7o,5379
|
@@ -20,7 +20,7 @@ commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVPzhF-hKQep
|
|
20
20
|
commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
|
21
21
|
commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
|
22
22
|
commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
|
23
|
-
commands/cat/list_format_set.py,sha256=
|
23
|
+
commands/cat/list_format_set.py,sha256=FP-2wbVQso_bXABShZrD5uzDowUXIZd3TuWwrXhMWSE,19454
|
24
24
|
commands/cat/list_glossaries.py,sha256=ilac-SpeizOV78-OWgPLY-Xew5RTd4TjRgtdYNFfH_w,7623
|
25
25
|
commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
|
26
26
|
commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
|
@@ -45,11 +45,11 @@ commands/my/todo_actions.py,sha256=daio-D1dVDkAXIcz15bVogJ-nWA_bMGKrpvkK7tc3cQ,8
|
|
45
45
|
commands/ops/__init__.py,sha256=v7u-zC3gr8soVbYV0Izc2wuEcGCovO00j5v-IhLg3xs,450
|
46
46
|
commands/ops/gov_server_actions.py,sha256=OCff2cajMbZOy_nwG6xIiIX1seiu3tLxn-uP_CPrpTM,5685
|
47
47
|
commands/ops/list_archives.py,sha256=jKm_easQUjJNRkuasILvuVpQBFuyyBlBHE-L0i0FGgQ,5456
|
48
|
-
commands/ops/list_catalog_targets.py,sha256=
|
48
|
+
commands/ops/list_catalog_targets.py,sha256=oVPYozPGZjMaXgOb7AaeA3l8ciY6XeFAmDjDD18dVVU,7688
|
49
49
|
commands/ops/load_archive.py,sha256=5GvwYKHFbmKuxbqTLe2fpUVptlmlmYU-4vMfNcYiZe4,2878
|
50
50
|
commands/ops/monitor_asset_events.py,sha256=5XXWt5yvl9mGq1Lve9gdrWT0dvvTWpFr_lFWO-_WdaU,3883
|
51
|
-
commands/ops/monitor_engine_activity.py,sha256=
|
52
|
-
commands/ops/monitor_engine_activity_c.py,sha256=
|
51
|
+
commands/ops/monitor_engine_activity.py,sha256=AVSOtxlKBSM5yrh9YsOk5agevZMhLGPjT8j0uaVWjqU,9897
|
52
|
+
commands/ops/monitor_engine_activity_c.py,sha256=OlN72BaK_Abgp_HlYWa-aF8jhL0JqhZl7wFK9_QvzwY,10774
|
53
53
|
commands/ops/monitor_gov_eng_status.py,sha256=gK5HXewXKnLEjCBRkbEyzbGtWs998P-AoFKaMCAQBLs,9917
|
54
54
|
commands/ops/monitor_integ_daemon_status.py,sha256=N09KaP1eA3OiGfRS4GgbjKxnkheMYK6oQojNbuO6KRo,11828
|
55
55
|
commands/ops/monitor_platform_status.py,sha256=5Vn8C-vDth9qgzEswqwzR2on3Up1mdFp9oVEudMj5PU,7247
|
@@ -76,7 +76,7 @@ commands/tech/list_elements_by_classification_by_property_value.py,sha256=aCNSpQ
|
|
76
76
|
commands/tech/list_elements_by_property_value.py,sha256=ZObsaQ0jXXN88pVoO68_NVsSXN2CnGjLsOhCuYDzINs,6489
|
77
77
|
commands/tech/list_elements_by_property_value_x.py,sha256=rk0cY3fKUE0zEvHe42OYUvXItzl8EqW4euvjbk8vSd0,7011
|
78
78
|
commands/tech/list_elements_for_classification.py,sha256=4Opb_dp-p4jR4jO6ZaA3Lc3bapojT95iLkvLN9ehNK0,6216
|
79
|
-
commands/tech/list_gov_action_processes.py,sha256=
|
79
|
+
commands/tech/list_gov_action_processes.py,sha256=F5qUdLa_3EpGl-bk92sp5681mAvSHUPgo_WugPaEAy8,4410
|
80
80
|
commands/tech/list_information_supply_chains.py,sha256=QWD9jBhvi0pGMWd2HtUTYxCO_aNWKqY6r1GlMXUHM9w,6323
|
81
81
|
commands/tech/list_registered_services.py,sha256=yH0C_ge5ZYylrPhKaT0VWFkBMaLJopTzL2ZhJJcAiSE,6548
|
82
82
|
commands/tech/list_related_elements_with_prop_value.py,sha256=jNfpfdWmgNsSFKqKfKHTYhrPTu6m0LeOUkmc6DeupdE,8224
|
@@ -91,18 +91,18 @@ commands/tech/list_valid_metadata_values.py,sha256=_zgOdq2N6s7GjLd8iEc5xVfplKfOn
|
|
91
91
|
commands/tech/table_tech_templates.py,sha256=jI1c9YKa3KirArMNXeCRKeaiVdwQSN-ztPqkag6jdZs,9500
|
92
92
|
commands/tech/x_list_related_elements.py,sha256=ynaw792VnbMZ9IXBi5mmG7xBfC0kn0esKiFTsjvLGzc,5900
|
93
93
|
md_processing/__init__.py,sha256=B3hBAEI84SsAVFDCSHqoiVnBwSVbuxpeJuX3Jfe5B6U,7327
|
94
|
-
md_processing/dr_egeria.py,sha256=
|
94
|
+
md_processing/dr_egeria.py,sha256=hajmZOSxZ2AvrupoKGLQMJDpgpFpXDC__IjsQi-XXuw,20685
|
95
95
|
md_processing/data/commands-working.json,sha256=uCo_azcuuYqGm7QffJeCGj7PyZuZRGdu7kKf4XWmMoA,1162560
|
96
96
|
md_processing/data/commands.json,sha256=_J0WEfekVTBv994aV6rXdnyWy__WvoYdUJOPhSkPY4I,1759456
|
97
97
|
md_processing/data/generated_format_sets.json,sha256=TXvGK_Gm5ieq9i6u9M1j4CaNPzoV2m0hisKK2fWCtIM,98502
|
98
98
|
md_processing/data/generated_format_sets.py,sha256=2BfRzb5G5n8Cz6VwirQXlBq1fHBISIh4x7jquXg6QEw,36402
|
99
99
|
md_processing/md_commands/__init__.py,sha256=ssEojzFlSYtY2bHqqOoKo8PFaANZ_kq_gIbtlXnuc2s,93
|
100
100
|
md_processing/md_commands/data_designer_commands.py,sha256=WGCDlTPmGhcETdmus89w6Y8a3EhyQJ86SJURvphnM24,65516
|
101
|
-
md_processing/md_commands/ext_ref_commands.py,sha256=
|
102
|
-
md_processing/md_commands/glossary_commands.py,sha256=
|
101
|
+
md_processing/md_commands/ext_ref_commands.py,sha256=vrUDcDiCIDC2MdG8ghIaQC2AxOkhxn2bHoYcwl_7Ygg,23124
|
102
|
+
md_processing/md_commands/glossary_commands.py,sha256=g0SHac8Gu_rtaUcscJYZHEbKDlK_NLqL2G_dno_Vhpk,33391
|
103
103
|
md_processing/md_commands/governance_officer_commands.py,sha256=c7SnJqQooPr3zCebDzeztAM8wZq9G7ZB4EpJ-uR5moI,26479
|
104
104
|
md_processing/md_commands/product_manager_commands.py,sha256=4YKKdd_2tI5ekZlSJBiJJGqFISD7X6m0rfEd2wEL_PY,57790
|
105
|
-
md_processing/md_commands/project_commands.py,sha256=
|
105
|
+
md_processing/md_commands/project_commands.py,sha256=GXipp2o40o1syakH8pJ8lFO2y5mrZw4UZVcjTSPiIF8,17107
|
106
106
|
md_processing/md_commands/solution_architect_commands.py,sha256=4Ghb8j2wlDdWtHoSCrx5jCJFEJfqII4mnFJ_tqduRKI,52569
|
107
107
|
md_processing/md_commands/view_commands.py,sha256=bIOSw0GVluOcpZMQNioeO1Srr4Y_84YNz-VHMKpPfVE,12092
|
108
108
|
md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL9vgToRIeJW8N-Ifs,80
|
@@ -116,62 +116,62 @@ md_processing/md_processing_utils/generate_md_cmd_templates.py,sha256=mFenxe9Jq8
|
|
116
116
|
md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8aG-ppHGTu25obOSn4ZzSg7V21k9jo,3547
|
117
117
|
md_processing/md_processing_utils/md_processing_constants.py,sha256=_j8FSsB1mZ2SsmDaQWaPH8iWKy1ZHYYjzOgcdIoLZPE,21108
|
118
118
|
md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
|
119
|
-
pyegeria/__init__.py,sha256=
|
119
|
+
pyegeria/__init__.py,sha256=elcY2ZJdfk6zcXYY6DS58IqFQZVG3ZzLifgmb-9-IBQ,4604
|
120
120
|
pyegeria/_client.py,sha256=hJHn5pD8sbelP_M9dK-M5Z2CYqpRXzXfg1UCgAdQ6dQ,33416
|
121
|
-
pyegeria/_client_new.py,sha256=
|
121
|
+
pyegeria/_client_new.py,sha256=VwHgWjrZAogVODrHo2_TU0u_AZeUkMU7ZzT2eyl_eTk,85784
|
122
122
|
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
123
123
|
pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
124
124
|
pyegeria/_exceptions_new.py,sha256=srmrlqoWy7VvOJOhPcYFKW32MCIovgEg5J7PrYDxzQA,19706
|
125
|
-
pyegeria/_globals.py,sha256=
|
125
|
+
pyegeria/_globals.py,sha256=EY4IR6wnET11GgoxFIllj8fXFrMWBZwl2vsbl1zAfAQ,8520
|
126
126
|
pyegeria/_output_format_models.py,sha256=p9fTYaIa5KyTMIR4-JAbE9g66_gGMPTnUqjIq20Zr1o,14494
|
127
|
-
pyegeria/_output_formats.py,sha256=
|
127
|
+
pyegeria/_output_formats.py,sha256=0IXO8ol5nuZAtttBfQPYoUyEa3qX1RlkMLons2Xrmi8,184307
|
128
128
|
pyegeria/_validators.py,sha256=pNxND0dN2qvyuGE52N74l1Ezfrh2p9Hao2ziR_t1ENI,7425
|
129
|
-
pyegeria/asset_catalog_omvs.py,sha256=
|
130
|
-
pyegeria/automated_curation.py,sha256=
|
131
|
-
pyegeria/
|
132
|
-
pyegeria/
|
129
|
+
pyegeria/asset_catalog_omvs.py,sha256=sBXPgkRe_ZFOunZ-xoZe4qndILf9L0dPRHpQb_95bHw,29030
|
130
|
+
pyegeria/automated_curation.py,sha256=GI3TWQ-f67U7y9OV8xXTQl8rs1EdBlsAQabHl09amqY,141200
|
131
|
+
pyegeria/classification_manager.py,sha256=k-CEUcDSr2RE_s_JLj962J8WKoaaVNPhB7IwmcN_leA,193180
|
132
|
+
pyegeria/classification_manager_omvs.py,sha256=QkcH33BmdoOnyM9Ojwi084ULC3BaesZV6_a-pNyYkcU,184192
|
133
|
+
pyegeria/collection_manager.py,sha256=kNIo1XXoG5b7tQpSZWNnkjZ8lp8X8pTamyvGZmmkqe8,239194
|
133
134
|
pyegeria/collection_models.py,sha256=d3DdWONqDdAeuUQgussiCNfvhKIDFpaI35cdW_Tv4_0,5315
|
134
135
|
pyegeria/config.py,sha256=N-qHq74GN29Mwfp8MbXvj7uEsKCIXotL7MDwFcj3nIU,29380
|
135
136
|
pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
|
136
137
|
pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
|
137
|
-
pyegeria/data_designer.py,sha256=
|
138
|
+
pyegeria/data_designer.py,sha256=idmc18nVoz_fruRIZXToQB5aJCNd4DhU0TVTTy1m7b8,188528
|
138
139
|
pyegeria/egeria_cat_client.py,sha256=H4V3Qm52Vhfh16kwf2gTibtsT5PZwdjxTKOnNef1rbs,3088
|
139
140
|
pyegeria/egeria_client.py,sha256=N_CvaUgb8tQtRLsy8dfLNJ2lPPiCrfW-AFiLBxqIlyI,6102
|
140
141
|
pyegeria/egeria_config_client.py,sha256=YkgndiZ6-CfhwVeBW9ErS7l95SIrd0G9--H8kAfeBJY,2479
|
141
142
|
pyegeria/egeria_my_client.py,sha256=3dSBUlrivzih75hodNHe-2BM9pGB8AQVLru-_NbhYNE,3186
|
142
|
-
pyegeria/egeria_tech_client.py,sha256=
|
143
|
+
pyegeria/egeria_tech_client.py,sha256=zHuhLe6s3wihS9LMqu3pIm_fLjL9wXqdRpkOW-LyrjI,4863
|
143
144
|
pyegeria/external_references.py,sha256=WQycWk68nvcQ9WDRum9hI61QbuFCG3iehLhB5eWnBd0,74759
|
144
145
|
pyegeria/feedback_manager_omvs.py,sha256=0xBs0p54vmdfVYYgQ8pOanLC4fxfgTk1Z61Y6D1U7_I,152978
|
145
|
-
pyegeria/format_set_executor.py,sha256=
|
146
|
-
pyegeria/full_omag_server_config.py,sha256=
|
146
|
+
pyegeria/format_set_executor.py,sha256=schuaWyb1q9XjGV28gLArsI1rWx0OuItzfJhaeQLmac,11571
|
147
|
+
pyegeria/full_omag_server_config.py,sha256=flOFSG_W-J84F1YIvFQPHR5wmZFyrj8pwqyeWmLfRyY,47492
|
147
148
|
pyegeria/glossary_manager.py,sha256=0oqD09iP-7ZsibJZEMDwPHqjxqHQW4dlikDuBzwv9qQ,106790
|
148
149
|
pyegeria/governance_officer.py,sha256=OYEewhoe3HBcxTR6kGdKNkwLT4gkQDRGKfFIsVlD5oI,109203
|
149
150
|
pyegeria/load_config.py,sha256=XDwPAHB3MvGRuoP8kg1lJJAI4BgMWZ3TYxfxYROgJj4,1188
|
150
151
|
pyegeria/logging_configuration.py,sha256=BxTQRN-7OOdk5t1f1xSn8gKU8iT-MfWEgbn6cYWrRsY,7674
|
151
|
-
pyegeria/mcp_adapter.py,sha256=
|
152
|
-
pyegeria/mcp_server.py,sha256=
|
153
|
-
pyegeria/
|
154
|
-
pyegeria/
|
155
|
-
pyegeria/
|
156
|
-
pyegeria/mermaid_utilities.py,sha256=w_zED21bLCeXtfpBoGpPoG3kQlJDXwrLznLIuugvXzM,54285
|
152
|
+
pyegeria/mcp_adapter.py,sha256=GGyHmXLI6TxVh5vlm8x2ldzyIkStU9WGEFPvXNaQrCs,4971
|
153
|
+
pyegeria/mcp_server.py,sha256=nycijG18RiabYJ-iY6D079sboYbcy29-vaUI7dcjg4Y,8349
|
154
|
+
pyegeria/md_processing_utils.py,sha256=U0a07f-yeopDb06PW3G9jwotewm2FJT3yLU64jG2QYc,99106
|
155
|
+
pyegeria/md_processing_utils_orig.py,sha256=CCZ7IPdHtf_o1oeGTf8K-yc_tzGwNkxxhTVUEeA_Yno,52599
|
156
|
+
pyegeria/mermaid_utilities.py,sha256=HMmikLQwQbg1X3rWeL_YN_LD5fTuSw5zJKiBdhuoMdE,48054
|
157
157
|
pyegeria/metadata_explorer_omvs.py,sha256=xHnZTQKbd6XwOhYia-RiIisrvZcqHi0SL1l6OCf04Gk,86911
|
158
|
-
pyegeria/models.py,sha256=
|
158
|
+
pyegeria/models.py,sha256=Ar7Yg26vODjsITT1kxJz26G8m2-W5S9AC0OtczYIT0A,20580
|
159
159
|
pyegeria/my_profile_omvs.py,sha256=d0oJYCJG7pS9BINPuGciVa00ac0jwPHNANXDCLginEc,34720
|
160
|
-
pyegeria/output_formatter.py,sha256=
|
160
|
+
pyegeria/output_formatter.py,sha256=huSGkVyve8hd3OocvxI_5Vz-44eoiZ4UY5FjVER1Ztc,43676
|
161
161
|
pyegeria/platform_services.py,sha256=AJNa8n2mKfAMK68q886YCD-p5bpCxIlCxBsRdr0R9O4,41708
|
162
162
|
pyegeria/project_manager.py,sha256=BrI23_fWIM4FE1y5zRqo3651iaDJ1BI_aNBpZ7D6nJQ,65887
|
163
163
|
pyegeria/reference_data.py,sha256=nKI_fxrSi3t0ay4wdAachvYw1-vpgKN_F9yB8XAklbk,41847
|
164
164
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
165
|
-
pyegeria/runtime_manager_omvs.py,sha256=
|
165
|
+
pyegeria/runtime_manager_omvs.py,sha256=k0lwSuOrbql_UoJ7Rf4fgh-SQQbiii4CQbvOUlaejyM,80302
|
166
166
|
pyegeria/server_operations.py,sha256=dTqUEmX1B77b0x61OSU0aonsW8KwIpfzb3eioRpwaiI,16832
|
167
|
-
pyegeria/solution_architect.py,sha256=
|
167
|
+
pyegeria/solution_architect.py,sha256=WQtbAJLOPeU2db9wT6IoOJikoTAmxASVw2fgath-QUc,233700
|
168
168
|
pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDTM-rQ,42755
|
169
169
|
pyegeria/utils.py,sha256=xOTxk9PH8ZGZmgIwz_a6rczTVLADLEjucr10ZJTUnY4,9272
|
170
170
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
171
171
|
pyegeria/x_action_author_omvs.py,sha256=XyRsUgN-xnWR-cJayzo5RtY4Xv1uBDML4pwaKHrwC1w,6430
|
172
|
-
pyegeria-5.4.7.
|
173
|
-
pyegeria-5.4.7.
|
174
|
-
pyegeria-5.4.7.
|
175
|
-
pyegeria-5.4.7.
|
176
|
-
pyegeria-5.4.7.
|
177
|
-
pyegeria-5.4.7.
|
172
|
+
pyegeria-5.4.7.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
173
|
+
pyegeria-5.4.7.4.dist-info/METADATA,sha256=cXqe_slpxw7vOgnQ4gdZGiqcy8ioM7JsYcnJs0iRxQo,5898
|
174
|
+
pyegeria-5.4.7.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
175
|
+
pyegeria-5.4.7.4.dist-info/entry_points.txt,sha256=Ig9cZyl-nq_RohLvahgWXzZbcpHzLS3Zdc1A8qvdPG0,6595
|
176
|
+
pyegeria-5.4.7.4.dist-info/top_level.txt,sha256=48Mt-O3p8yO7jiEv6-Y9bUsryqJn9BQsiyV0BqSn8tk,32
|
177
|
+
pyegeria-5.4.7.4.dist-info/RECORD,,
|
@@ -1,58 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# from typing import List, Optional
|
3
|
-
#
|
4
|
-
# import os
|
5
|
-
# import re
|
6
|
-
#
|
7
|
-
# from rich import box, print
|
8
|
-
# from rich.console import Console
|
9
|
-
# from rich.markdown import Markdown
|
10
|
-
#
|
11
|
-
# from pyegeria import body_slimmer
|
12
|
-
# from pyegeria._globals import NO_TERMS_FOUND, NO_GLOSSARIES_FOUND, NO_TERMS_FOUND, NO_ELEMENTS_FOUND, NO_PROJECTS_FOUND, NO_CATEGORIES_FOUND
|
13
|
-
# from pyegeria.egeria_tech_client import EgeriaTech
|
14
|
-
# from pyegeria.md_processing_utils import extract_attribute, get_element_by_name, process_element_identifiers
|
15
|
-
# from pyegeria.project_manager_omvs import ProjectManager
|
16
|
-
# from pyegeria.glossary_manager_omvs import GlossaryManager
|
17
|
-
# ERROR = "ERROR-> "
|
18
|
-
# INFO = "INFO- "
|
19
|
-
# WARNING = "WARNING-> "
|
20
|
-
# pre_command = "\n---\n==> Processing object_action:"
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
# def process_q_name_list(egeria_client: EgeriaTech, element_type:str, txt:str )-> tuple[str | None,list | None,str | None,bool,bool]:
|
25
|
-
# msg = ""
|
26
|
-
# known_guid = None
|
27
|
-
# valid = True
|
28
|
-
# exists = False
|
29
|
-
# elements = ""
|
30
|
-
# new_element_list = []
|
31
|
-
#
|
32
|
-
# elements_txt = extract_attribute(txt, [element_type])
|
33
|
-
#
|
34
|
-
# if elements_txt is None:
|
35
|
-
# msg += f"* {INFO}No {element_type}s found\n"
|
36
|
-
#
|
37
|
-
# else:
|
38
|
-
# element_list = re.split(r'[,\n]+', elements_txt)
|
39
|
-
#
|
40
|
-
# for element in element_list:
|
41
|
-
# element_el = element.strip()
|
42
|
-
#
|
43
|
-
# # Get the element using the generalized function
|
44
|
-
# known_q_name, known_guid, status_msg, el_valid, el_exists = get_element_by_name(
|
45
|
-
# egeria_client, element_type,txt)
|
46
|
-
# msg += status_msg
|
47
|
-
# if exists and valid:
|
48
|
-
# elements = f"{element_el}, {elements}" # list of the input names
|
49
|
-
# new_element_list.append(known_q_name) # list of qualified names
|
50
|
-
# valid = valid and el_valid
|
51
|
-
# exists = exists and el_exists
|
52
|
-
#
|
53
|
-
# if elements:
|
54
|
-
# elements += "\n"
|
55
|
-
# msg += f"* {INFO}Found {element_type}s: {elements}"
|
56
|
-
# else:
|
57
|
-
# msg += f"* {INFO}List contains one or more invalid elements.\n"
|
58
|
-
# return elements,new_element_list, msg, valid, exists
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|