pyegeria 5.3.4.1__py3-none-any.whl → 5.3.4.3__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.
Files changed (395) hide show
  1. pyegeria/.DS_Store +0 -0
  2. pyegeria/__init__.py +70 -68
  3. pyegeria/_client.py +8 -8
  4. pyegeria/_exceptions.py +55 -46
  5. pyegeria/_globals.py +0 -1
  6. pyegeria/_validators.py +5 -5
  7. pyegeria/asset_catalog_omvs.py +5 -4
  8. pyegeria/automated_curation_omvs.py +6 -2
  9. pyegeria/classification_manager_omvs.py +6 -4
  10. pyegeria/collection_manager_omvs.py +5 -5
  11. pyegeria/commands/.DS_Store +0 -0
  12. pyegeria/commands/__init__.py +13 -11
  13. pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  14. pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
  15. pyegeria/commands/cat/__init__.py +1 -1
  16. pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
  17. pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
  18. pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
  19. pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
  20. pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
  21. pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
  22. pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
  23. pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
  24. pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
  25. pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc +0 -0
  26. pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
  27. pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
  28. pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
  29. pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
  30. pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
  31. pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
  32. pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc +0 -0
  33. pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
  34. pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
  35. pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
  36. pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
  37. pyegeria/commands/cat/exp_list_glossaries.py +1 -2
  38. pyegeria/commands/cat/get_asset_graph.py +2 -2
  39. pyegeria/commands/cat/get_collection.py +4 -5
  40. pyegeria/commands/cat/get_project_dependencies.py +3 -5
  41. pyegeria/commands/cat/get_project_structure.py +3 -5
  42. pyegeria/commands/cat/get_tech_type_elements.py +11 -13
  43. pyegeria/commands/cat/glossary_actions.py +3 -4
  44. pyegeria/commands/cat/list_assets.py +7 -4
  45. pyegeria/commands/cat/list_cert_types.py +4 -4
  46. pyegeria/commands/cat/list_collections.py +1 -1
  47. pyegeria/commands/cat/list_deployed_catalogs.py +7 -6
  48. pyegeria/commands/cat/list_deployed_database_schemas.py +7 -6
  49. pyegeria/commands/cat/list_deployed_databases.py +7 -6
  50. pyegeria/commands/cat/list_glossaries.py +1 -1
  51. pyegeria/commands/cat/list_projects.py +3 -3
  52. pyegeria/commands/cat/list_servers_deployed_imp.py +1 -1
  53. pyegeria/commands/cat/list_tech_type_elements.py +1 -1
  54. pyegeria/commands/cat/list_tech_types.py +2 -2
  55. pyegeria/commands/cat/list_terms.py +2 -3
  56. pyegeria/commands/cat/list_todos.py +1 -1
  57. pyegeria/commands/cat/list_user_ids.py +7 -6
  58. pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  59. pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc +0 -0
  60. pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
  61. pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
  62. pyegeria/commands/cli/egeria.py +77 -69
  63. pyegeria/commands/cli/egeria_cat.py +9 -16
  64. pyegeria/commands/cli/egeria_login_tui.py +12 -14
  65. pyegeria/commands/cli/egeria_my.py +3 -6
  66. pyegeria/commands/cli/egeria_ops.py +7 -9
  67. pyegeria/commands/cli/egeria_tech.py +48 -34
  68. pyegeria/commands/cli/ops_config.py +5 -4
  69. pyegeria/commands/doc/.DS_Store +0 -0
  70. pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
  71. pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
  72. pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
  73. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
  74. pyegeria/commands/doc/glossary/.DS_Store +0 -0
  75. pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
  76. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
  77. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
  78. pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
  79. pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
  80. pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
  81. pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
  82. pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
  83. pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
  84. pyegeria/commands/my/list_my_profile.py +4 -4
  85. pyegeria/commands/my/list_my_roles.py +2 -2
  86. pyegeria/commands/my/monitor_my_todos.py +4 -4
  87. pyegeria/commands/my/monitor_open_todos.py +4 -4
  88. pyegeria/commands/my/todo_actions.py +1 -0
  89. pyegeria/commands/ops/__init__.py +1 -0
  90. pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
  91. pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
  92. pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
  93. pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
  94. pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
  95. pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
  96. pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
  97. pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
  98. pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
  99. pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
  100. pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
  101. pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
  102. pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
  103. pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
  104. pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
  105. pyegeria/commands/ops/gov_server_actions.py +3 -2
  106. pyegeria/commands/ops/list_archives.py +5 -4
  107. pyegeria/commands/ops/list_catalog_targets.py +2 -2
  108. pyegeria/commands/ops/load_archive.py +2 -0
  109. pyegeria/commands/ops/monitor_asset_events.py +6 -5
  110. pyegeria/commands/ops/monitor_engine_activity.py +1 -2
  111. pyegeria/commands/ops/monitor_engine_activity_c.py +2 -2
  112. pyegeria/commands/ops/monitor_gov_eng_status.py +1 -1
  113. pyegeria/commands/ops/monitor_integ_daemon_status.py +14 -8
  114. pyegeria/commands/ops/monitor_platform_status.py +2 -1
  115. pyegeria/commands/ops/monitor_server_startup.py +5 -5
  116. pyegeria/commands/ops/monitor_server_status.py +6 -4
  117. pyegeria/commands/ops/orig_monitor_server_status.py +1 -1
  118. pyegeria/commands/tech/.DS_Store +0 -0
  119. pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
  120. pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
  121. pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
  122. pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
  123. pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
  124. pyegeria/commands/tech/__pycache__/list_all_om_type_elements.cpython-312.pyc +0 -0
  125. pyegeria/commands/tech/__pycache__/list_all_om_type_elements_x.cpython-312.pyc +0 -0
  126. pyegeria/commands/tech/__pycache__/list_all_related_elements.cpython-312.pyc +0 -0
  127. pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc +0 -0
  128. pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
  129. pyegeria/commands/tech/__pycache__/list_elements_by_classification_by_property_value.cpython-312.pyc +0 -0
  130. pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc +0 -0
  131. pyegeria/commands/tech/__pycache__/list_elements_by_property_value_x.cpython-312.pyc +0 -0
  132. pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
  133. pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
  134. pyegeria/commands/tech/__pycache__/list_information_supply_chains.cpython-312.pyc +0 -0
  135. pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
  136. pyegeria/commands/tech/__pycache__/list_related_elements_with_prop_value.cpython-312.pyc +0 -0
  137. pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
  138. pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
  139. pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
  140. pyegeria/commands/tech/__pycache__/list_solution_blueprints.cpython-312.pyc +0 -0
  141. pyegeria/commands/tech/__pycache__/list_solution_components.cpython-312.pyc +0 -0
  142. pyegeria/commands/tech/__pycache__/list_solution_roles.cpython-312.pyc +0 -0
  143. pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
  144. pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
  145. pyegeria/commands/tech/get_element_info.py +3 -5
  146. pyegeria/commands/tech/get_guid_info.py +2 -3
  147. pyegeria/commands/tech/get_tech_details.py +6 -7
  148. pyegeria/commands/tech/get_tech_type_template.py +2 -2
  149. pyegeria/commands/tech/list_all_om_type_elements.py +7 -6
  150. pyegeria/commands/tech/list_all_om_type_elements_x.py +8 -9
  151. pyegeria/commands/tech/list_all_related_elements.py +8 -6
  152. pyegeria/commands/tech/list_anchored_elements.py +2 -2
  153. pyegeria/commands/tech/list_asset_types.py +2 -2
  154. pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +38 -24
  155. pyegeria/commands/tech/list_elements_by_property_value.py +26 -21
  156. pyegeria/commands/tech/list_elements_by_property_value_x.py +18 -13
  157. pyegeria/commands/tech/list_elements_for_classification.py +8 -6
  158. pyegeria/commands/tech/list_gov_action_processes.py +3 -4
  159. pyegeria/commands/tech/list_information_supply_chains.py +19 -24
  160. pyegeria/commands/tech/list_registered_services.py +1 -1
  161. pyegeria/commands/tech/list_related_elements_with_prop_value.py +27 -13
  162. pyegeria/commands/tech/list_related_specification.py +1 -1
  163. pyegeria/commands/tech/list_relationship_types.py +2 -3
  164. pyegeria/commands/tech/list_relationships.py +1 -1
  165. pyegeria/commands/tech/list_solution_blueprints.py +40 -37
  166. pyegeria/commands/tech/list_solution_components.py +49 -36
  167. pyegeria/commands/tech/list_solution_roles.py +44 -37
  168. pyegeria/commands/tech/list_tech_templates.py +1 -1
  169. pyegeria/commands/tech/list_valid_metadata_values.py +3 -4
  170. pyegeria/commands/tech/table_tech_templates.py +14 -11
  171. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Automated Manufacturing Control.html +1 -1
  172. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Clinical Trial Management Solution Blueprint.html +1 -1
  173. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Employee Management Solution Blueprint.html +1 -1
  174. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Hazardous Material Management Solution Blueprint.html +1 -1
  175. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Inventory Management.html +1 -1
  176. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Personalized Medicine Order Fulfillment Solution Blueprint.html +1 -1
  177. pyegeria/commands/tech/work/mermaid_graphs/blueprints/Sustainability Reporting Solution Blueprint.html +1 -1
  178. pyegeria/commands/tech/work/mermaid_graphs/blueprints/{{displayName}}.html +1 -1
  179. pyegeria/commands/tech/work/mermaid_graphs/components/Accounting ledgers.html +1 -1
  180. pyegeria/commands/tech/work/mermaid_graphs/components/Analyse Patient Data.html +1 -1
  181. pyegeria/commands/tech/work/mermaid_graphs/components/Assemble Treatment Assessment Report.html +1 -1
  182. pyegeria/commands/tech/work/mermaid_graphs/components/Certify Hospital.html +1 -1
  183. pyegeria/commands/tech/work/mermaid_graphs/components/Employee Expense Tool.html +1 -1
  184. pyegeria/commands/tech/work/mermaid_graphs/components/Goods Inventory.html +1 -1
  185. pyegeria/commands/tech/work/mermaid_graphs/components/Hazardous Materials (HazMat) Inventory.html +1 -1
  186. pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Landing Area Folder.html +1 -1
  187. pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Processes.html +1 -1
  188. pyegeria/commands/tech/work/mermaid_graphs/components/Landing Folder Cataloguer.html +1 -1
  189. pyegeria/commands/tech/work/mermaid_graphs/components/Nominate Hospital.html +1 -1
  190. pyegeria/commands/tech/work/mermaid_graphs/components/Onboard Hospital.html +1 -1
  191. pyegeria/commands/tech/work/mermaid_graphs/components/Populate Sandbox.html +1 -1
  192. pyegeria/commands/tech/work/mermaid_graphs/components/Set up Data Lake Folder.html +1 -1
  193. pyegeria/commands/tech/work/mermaid_graphs/components/Set up clinical trial.html +1 -1
  194. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Calculators.html +1 -1
  195. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Dashboards.html +1 -1
  196. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Operational Data Store (ODS).html +1 -1
  197. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Assessment Report Validation and Delivery.html +1 -1
  198. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Efficacy Evidence.html +1 -1
  199. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Validation Sandbox.html +1 -1
  200. pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Data Lake Folder.html +1 -1
  201. pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Onboarding Pipeline.html +1 -1
  202. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DC-LEADER.html +1 -1
  203. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DEPOT-LEADER.html +1 -1
  204. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-LAB-LEADER.html +1 -1
  205. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-OFFICE-LEADER.html +1 -1
  206. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-SITE-LEADER.html +1 -1
  207. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-DC-LEADER.html +1 -1
  208. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-FACTORY-LEADER.html +1 -1
  209. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-OFFICE-LEADER.html +1 -1
  210. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-SITE-LEADER.html +1 -1
  211. pyegeria/commands/tech/work/mermaid_graphs/roles/C-TRL-SUSTAINABILITY-CHAMP.html +1 -1
  212. pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-CT:ProjectManager.html +1 -1
  213. pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-MM:ProjectManager.html +1 -1
  214. pyegeria/commands/tech/work/mermaid_graphs/roles/CertifiedDataEngineer.html +1 -1
  215. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialManager.html +1 -1
  216. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospital.html +1 -1
  217. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospitalCoordinator.html +1 -1
  218. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialSponsor.html +1 -1
  219. pyegeria/commands/tech/work/mermaid_graphs/roles/Community Leader.html +1 -1
  220. pyegeria/commands/tech/work/mermaid_graphs/roles/CommunityMember.html +1 -1
  221. pyegeria/commands/tech/work/mermaid_graphs/roles/DIST-SUSTAINABILITY-CHAMP.html +1 -1
  222. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DC-LEADER.html +1 -1
  223. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DEPOT-LEADER.html +1 -1
  224. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-FACTORY-LEADER.html +1 -1
  225. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-OFFICE-LEADER.html +1 -1
  226. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-SITE-LEADER.html +1 -1
  227. pyegeria/commands/tech/work/mermaid_graphs/roles/FIN-SUSTAINABILITY-CHAMP.html +1 -1
  228. pyegeria/commands/tech/work/mermaid_graphs/roles/GOVERNANCE_LEADER.html +1 -1
  229. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:0.html +1 -1
  230. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:1.html +1 -1
  231. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:2.html +1 -1
  232. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:3.html +1 -1
  233. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:4.html +1 -1
  234. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:5.html +1 -1
  235. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:6.html +1 -1
  236. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:7.html +1 -1
  237. pyegeria/commands/tech/work/mermaid_graphs/roles/HR-SUSTAINABILITY-CHAMP.html +1 -1
  238. pyegeria/commands/tech/work/mermaid_graphs/roles/IT-SUSTAINABILITY-CHAMP.html +1 -1
  239. pyegeria/commands/tech/work/mermaid_graphs/roles/KC-DEPOT-LEADER.html +1 -1
  240. pyegeria/commands/tech/work/mermaid_graphs/roles/KC-OFFICE-LEADER.html +1 -1
  241. pyegeria/commands/tech/work/mermaid_graphs/roles/KC-SITE-LEADER.html +1 -1
  242. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-DC-LEADER.html +1 -1
  243. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-LAB-LEADER.html +1 -1
  244. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-OFFICE-LEADER.html +1 -1
  245. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-SITE-LEADER.html +1 -1
  246. pyegeria/commands/tech/work/mermaid_graphs/roles/MFG-SUSTAINABILITY-CHAMP.html +1 -1
  247. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-DC-LEADER.html +1 -1
  248. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-LAB-LEADER.html +1 -1
  249. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-OFFICE-LEADER.html +1 -1
  250. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-SITE-LEADER.html +1 -1
  251. pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentDataScientist.html +1 -1
  252. pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentResearcher.html +1 -1
  253. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-001:ProjectManager.html +1 -1
  254. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-002:ProjectManager.html +1 -1
  255. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-003:ProjectManager.html +1 -1
  256. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF:ProjectManager.html +1 -1
  257. pyegeria/commands/tech/work/mermaid_graphs/roles/RES-SUSTAINABILITY-CHAMP.html +1 -1
  258. pyegeria/commands/tech/work/mermaid_graphs/roles/SALES-SUSTAINABILITY-CHAMP.html +1 -1
  259. pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-LEAD.html +1 -1
  260. pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-TECH-LEAD.html +1 -1
  261. pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityChampion.html +1 -1
  262. pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityExecutive.html +1 -1
  263. pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityLeader.html +1 -1
  264. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0001.html +1 -1
  265. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0002.html +1 -1
  266. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0003.html +1 -1
  267. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0004.html +1 -1
  268. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0005.html +1 -1
  269. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0006.html +1 -1
  270. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0007.html +1 -1
  271. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0008.html +1 -1
  272. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0009.html +1 -1
  273. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0010.html +1 -1
  274. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0011.html +1 -1
  275. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0012.html +1 -1
  276. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0013.html +1 -1
  277. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0014.html +1 -1
  278. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0015.html +1 -1
  279. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0016.html +1 -1
  280. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0017.html +1 -1
  281. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0018.html +1 -1
  282. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0019.html +1 -1
  283. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0020.html +1 -1
  284. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0021.html +1 -1
  285. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0022.html +1 -1
  286. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0023.html +1 -1
  287. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0024.html +1 -1
  288. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2343.html +1 -1
  289. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2373.html +1 -1
  290. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3067.html +1 -1
  291. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3082.html +1 -1
  292. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4051.html +1 -1
  293. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4302.html +1 -1
  294. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4332.html +1 -1
  295. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:5656.html +1 -1
  296. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6788.html +1 -1
  297. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6877.html +1 -1
  298. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:7432.html +1 -1
  299. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9657.html +1 -1
  300. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9992.html +1 -1
  301. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9993.html +1 -1
  302. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9994.html +1 -1
  303. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9995.html +1 -1
  304. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9996.html +1 -1
  305. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9997.html +1 -1
  306. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9998.html +1 -1
  307. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9999.html +1 -1
  308. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0001.html +1 -1
  309. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0002.html +1 -1
  310. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0003.html +1 -1
  311. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0004.html +1 -1
  312. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0005.html +1 -1
  313. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0006.html +1 -1
  314. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0007.html +1 -1
  315. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0008.html +1 -1
  316. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0009.html +1 -1
  317. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0010.html +1 -1
  318. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0011.html +1 -1
  319. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0012.html +1 -1
  320. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0013.html +1 -1
  321. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0014.html +1 -1
  322. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0015.html +1 -1
  323. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0016.html +1 -1
  324. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0017.html +1 -1
  325. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0018.html +1 -1
  326. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0019.html +1 -1
  327. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0020.html +1 -1
  328. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0021.html +1 -1
  329. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0022.html +1 -1
  330. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0023.html +1 -1
  331. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0024.html +1 -1
  332. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2343.html +1 -1
  333. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2373.html +1 -1
  334. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3067.html +1 -1
  335. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3082.html +1 -1
  336. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4051.html +1 -1
  337. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4302.html +1 -1
  338. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4332.html +1 -1
  339. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:5656.html +1 -1
  340. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6788.html +1 -1
  341. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6877.html +1 -1
  342. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:7432.html +1 -1
  343. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9657.html +1 -1
  344. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9992.html +1 -1
  345. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9993.html +1 -1
  346. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9994.html +1 -1
  347. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9995.html +1 -1
  348. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9996.html +1 -1
  349. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9997.html +1 -1
  350. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9998.html +1 -1
  351. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9999.html +1 -1
  352. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DC-LEADER.html +1 -1
  353. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DEPOT-LEADER.html +1 -1
  354. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-FACTORY-LEADER.html +1 -1
  355. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-OFFICE-LEADER.html +1 -1
  356. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-SITE-LEADER.html +1 -1
  357. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Clinical Trial Subject Onboarding.html +1 -1
  358. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Clinical Trial Treatment Validation.html +1 -1
  359. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Employee Expense Payment.html +1 -1
  360. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/New Drug Product Information Distribution.html +1 -1
  361. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/New Employee Onboarding.html +1 -1
  362. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Personalized Treatment Ordering.html +1 -1
  363. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Physical Inventory Tracking.html +1 -1
  364. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Sustainability Reporting.html +1 -1
  365. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/{{displayName}}.html +1 -1
  366. pyegeria/commands/tech/x_list_related_elements.py +4 -2
  367. pyegeria/core_omag_server_config.py +1 -1
  368. pyegeria/create_tech_guid_lists.py +3 -1
  369. pyegeria/egeria_cat_client.py +5 -8
  370. pyegeria/egeria_client.py +17 -20
  371. pyegeria/egeria_config_client.py +2 -1
  372. pyegeria/egeria_my_client.py +4 -4
  373. pyegeria/egeria_tech_client.py +29 -20
  374. pyegeria/full_omag_server_config.py +5 -3
  375. pyegeria/glossary_browser_omvs.py +2 -5
  376. pyegeria/glossary_manager_omvs.py +4 -7
  377. pyegeria/mermaid_utilities.py +13 -11
  378. pyegeria/metadata_explorer_omvs.py +4 -5
  379. pyegeria/my_profile_omvs.py +2 -1
  380. pyegeria/platform_services.py +4 -4
  381. pyegeria/project_manager_omvs.py +2 -4
  382. pyegeria/runtime_manager_omvs.py +5 -8
  383. pyegeria/server_operations.py +1 -1
  384. pyegeria/solution_architect_omvs.py +136 -120
  385. pyegeria/template_manager_omvs.py +4 -9
  386. pyegeria/utils.py +3 -1
  387. pyegeria/valid_metadata_omvs.py +1 -0
  388. pyegeria/x_action_author_omvs.py +2 -5
  389. {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/METADATA +1 -1
  390. pyegeria-5.3.4.3.dist-info/RECORD +522 -0
  391. {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/entry_points.txt +0 -1
  392. pyegeria/commands/cat/link-check.py +0 -185
  393. pyegeria-5.3.4.1.dist-info/RECORD +0 -437
  394. {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/LICENSE +0 -0
  395. {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/WHEEL +0 -0
@@ -11,7 +11,7 @@ import argparse
11
11
  import os
12
12
  import time
13
13
 
14
- from rich import print, box
14
+ from rich import box, print
15
15
  from rich.console import Console
16
16
  from rich.markdown import Markdown
17
17
  from rich.panel import Panel
@@ -20,18 +20,16 @@ from rich.table import Table
20
20
  from rich.text import Text
21
21
  from rich.tree import Tree
22
22
 
23
- from pyegeria.mermaid_utilities import EGERIA_MERMAID_FOLDER
24
- from pyegeria.solution_architect_omvs import SolutionArchitect
25
23
  from pyegeria import (
24
+ InvalidParameterException,
26
25
  ProjectManager,
27
- UserNotAuthorizedException,
28
26
  PropertyServerException,
29
- InvalidParameterException, save_mermaid_html,
30
- )
31
-
32
- from pyegeria._exceptions import (
33
- print_exception_response,
27
+ UserNotAuthorizedException,
28
+ save_mermaid_html,
34
29
  )
30
+ from pyegeria._exceptions import print_exception_response
31
+ from pyegeria.mermaid_utilities import EGERIA_MERMAID_FOLDER
32
+ from pyegeria.solution_architect_omvs import SolutionArchitect
35
33
 
36
34
  disable_ssl_warnings = True
37
35
  EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
@@ -50,6 +48,7 @@ EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
50
48
  EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "150"))
51
49
  EGERIA_MERMAID_FOLDER = os.environ.get("EGERIA_MERMAID_FOLDER", "work/mermaid_graphs")
52
50
 
51
+
53
52
  def solution_role_list(
54
53
  search_string: str,
55
54
  server_name: str,
@@ -75,10 +74,12 @@ def solution_role_list(
75
74
  box=box.ROUNDED,
76
75
  caption=f"View Server '{server_name}' @ Platform - {platform_url}",
77
76
  expand=True,
78
- )
77
+ )
79
78
  table.add_column("Role Id / Diagram Link", justify="center", no_wrap=False)
80
79
  table.add_column("Title / Type / Scope / HeadCount", justify="center")
81
- table.add_column("Qualified Name / GUID", justify="center", width=38, no_wrap=False)
80
+ table.add_column(
81
+ "Qualified Name / GUID", justify="center", width=38, no_wrap=False
82
+ )
82
83
  table.add_column("Description / HeadCount", justify="center")
83
84
  table.add_column("Solution Components", justify="center")
84
85
 
@@ -87,38 +88,43 @@ def solution_role_list(
87
88
  return "No Roles found"
88
89
 
89
90
  for role in roles:
90
- role_name = role["properties"].get("roleId", '---')
91
+ role_name = role["properties"].get("roleId", "---")
91
92
 
92
- role_title = role["properties"].get("title", '---')
93
- role_scope = role["properties"].get("scope", '---')
94
- role_type = role["properties"].get("typeName", '---')
95
- role_headcount = role["properties"].get("extendedProperties", {}).get("headCount", '---')
96
- role_info = (f"Title: {role_title}\n\n--\n\nType: {role_type}\n\n--\n\n"
97
- f"Scope: {role_scope}\n\n--\n\nHeadCount: {role_headcount}")
93
+ role_title = role["properties"].get("title", "---")
94
+ role_scope = role["properties"].get("scope", "---")
95
+ role_type = role["properties"].get("typeName", "---")
96
+ role_headcount = (
97
+ role["properties"].get("extendedProperties", {}).get("headCount", "---")
98
+ )
99
+ role_info = (
100
+ f"Title: {role_title}\n\n--\n\nType: {role_type}\n\n--\n\n"
101
+ f"Scope: {role_scope}\n\n--\n\nHeadCount: {role_headcount}"
102
+ )
98
103
 
99
- role_qname = role["properties"].get("qualifiedName", '---')
104
+ role_qname = role["properties"].get("qualifiedName", "---")
100
105
  role_guid = role["elementHeader"]["guid"]
101
106
  role_unique_name = f"{role_qname}\n\n--\n\n{role_guid}"
102
107
 
103
- role_desc = role["properties"].get("description",'---')
108
+ role_desc = role["properties"].get("description", "---")
104
109
 
105
-
106
- role_mermaid = role.get("mermaidGraph",'---')
107
- if role_mermaid != '---':
108
- link = save_mermaid_html(role_name, role_mermaid, f"{EGERIA_MERMAID_FOLDER}/roles" )
110
+ role_mermaid = role.get("mermaidGraph", "---")
111
+ if role_mermaid != "---":
112
+ link = save_mermaid_html(
113
+ role_name, role_mermaid, f"{EGERIA_MERMAID_FOLDER}/roles"
114
+ )
109
115
  link = f"file://:{link}"
110
- role_mermaid = Text(link, style="blue link " + link)
116
+ role_mermaid = Text(link, style="blue link " + link)
111
117
 
112
118
  role_mermaid_label = Text(f"{role_name}\n\n--\n\n{role_mermaid}")
113
119
 
114
- role_components = role.get("solutionComponents",[])
115
- comp_props_md=""
120
+ role_components = role.get("solutionComponents", [])
121
+ comp_props_md = ""
116
122
  first_comp = True
117
123
  for component in role_components:
118
- comp = component.get("relatedElement","")
119
- if isinstance(comp,dict) is False:
124
+ comp = component.get("relatedElement", "")
125
+ if isinstance(comp, dict) is False:
120
126
  continue
121
- comp_props = comp.get("properties",{})
127
+ comp_props = comp.get("properties", {})
122
128
  comp_props_md = ""
123
129
  for prop in comp_props.keys():
124
130
  comp_props_md += f"* **{prop}**: {comp_props[prop]}\n"
@@ -129,13 +135,16 @@ def solution_role_list(
129
135
  comp_props_md += "\n\n---\n\n"
130
136
 
131
137
  comp_props_out = Markdown(comp_props_md)
132
- table.add_row(role_mermaid_label, role_info, role_unique_name, role_desc, comp_props_out)
138
+ table.add_row(
139
+ role_mermaid_label,
140
+ role_info,
141
+ role_unique_name,
142
+ role_desc,
143
+ comp_props_out,
144
+ )
133
145
 
134
146
  return table
135
147
 
136
-
137
-
138
-
139
148
  try:
140
149
  console = Console(width=width, force_terminal=not jupyter)
141
150
  with console.pager():
@@ -164,9 +173,7 @@ def main():
164
173
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
165
174
 
166
175
  try:
167
- search_string = Prompt.ask(
168
- "Enter a search string:", default="*"
169
- )
176
+ search_string = Prompt.ask("Enter a search string:", default="*")
170
177
  solution_role_list(search_string, server, url, userid, user_pass)
171
178
  except KeyboardInterrupt:
172
179
  pass
@@ -13,8 +13,8 @@ from rich.prompt import Prompt
13
13
  from rich.table import Table
14
14
  from textual.widgets import DataTable
15
15
 
16
- from pyegeria import AutomatedCuration
17
16
  from pyegeria import (
17
+ AutomatedCuration,
18
18
  InvalidParameterException,
19
19
  PropertyServerException,
20
20
  UserNotAuthorizedException,
@@ -9,13 +9,12 @@ Unit tests for the Utils helper functions using the Pytest framework.
9
9
 
10
10
  A simple display for glossary terms
11
11
  """
12
- import os
13
12
  import argparse
14
13
  import json
14
+ import os
15
15
  import time
16
16
 
17
- from rich import box
18
- from rich import print
17
+ from rich import box, print
19
18
  from rich.console import Console
20
19
  from rich.prompt import Prompt
21
20
  from rich.table import Table
@@ -24,9 +23,9 @@ from pyegeria import (
24
23
  InvalidParameterException,
25
24
  PropertyServerException,
26
25
  UserNotAuthorizedException,
26
+ ValidMetadataManager,
27
27
  print_exception_response,
28
28
  )
29
- from pyegeria import ValidMetadataManager
30
29
 
31
30
  EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
32
31
  EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
@@ -1,27 +1,30 @@
1
1
  """This creates a templates guid file from the core metadata archive"""
2
- from rich.markdown import Markdown
3
- from rich.prompt import Prompt
4
- import os
5
- from pyegeria import AutomatedCuration, _client
6
- from datetime import datetime
2
+
7
3
  import argparse
8
- import time
4
+ import asyncio
5
+ import os
9
6
  import sys
7
+ import time
8
+ from datetime import datetime
9
+ from typing import Union
10
+
11
+ import nest_asyncio
10
12
  from rich import box
11
13
  from rich.console import Console
14
+ from rich.markdown import Markdown
15
+ from rich.prompt import Prompt
12
16
  from rich.table import Table
13
- import asyncio
14
- import nest_asyncio
15
- from typing import Union
17
+ from textual.widgets import DataTable
16
18
 
17
19
  from pyegeria import (
20
+ AutomatedCuration,
18
21
  InvalidParameterException,
19
22
  PropertyServerException,
23
+ RegisteredInfo,
20
24
  UserNotAuthorizedException,
25
+ _client,
21
26
  print_exception_response,
22
- RegisteredInfo,
23
27
  )
24
- from textual.widgets import DataTable
25
28
 
26
29
  console = Console()
27
30
  EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
@@ -80,7 +80,7 @@ style e18d64ca-1982-4c66-ba5a-40e8fdc55352 color:#000000, fill:#F9F7ED, stroke:#
80
80
  doPan = true;
81
81
  mousepos = {x: ev.clientX, y: ev.clientY}
82
82
  }
83
- ;
83
+
84
84
  }
85
85
 
86
86
  , mouseMoveHandler: function (ev) {
@@ -172,7 +172,7 @@ style fb32bef2-e79f-4893-b500-2e547f24d482 color:#FFFFFF, fill:#838cc7, stroke:#
172
172
  doPan = true;
173
173
  mousepos = {x: ev.clientX, y: ev.clientY}
174
174
  }
175
- ;
175
+
176
176
  }
177
177
 
178
178
  , mouseMoveHandler: function (ev) {
@@ -83,7 +83,7 @@ style 02cdce9a-7630-479a-90de-fd7698d098f1 color:#FFFFFF, fill:#838cc7, stroke:#
83
83
  doPan = true;
84
84
  mousepos = {x: ev.clientX, y: ev.clientY}
85
85
  }
86
- ;
86
+
87
87
  }
88
88
 
89
89
  , mouseMoveHandler: function (ev) {
@@ -83,7 +83,7 @@ style 208efbf3-f126-4a61-a461-bcbcf55b41be color:#000000, fill:#F9F7ED, stroke:#
83
83
  doPan = true;
84
84
  mousepos = {x: ev.clientX, y: ev.clientY}
85
85
  }
86
- ;
86
+
87
87
  }
88
88
 
89
89
  , mouseMoveHandler: function (ev) {
@@ -83,7 +83,7 @@ style 4cd7474e-3e46-4f7d-853a-d9074d06b9f9 color:#000000, fill:#F9F7ED, stroke:#
83
83
  doPan = true;
84
84
  mousepos = {x: ev.clientX, y: ev.clientY}
85
85
  }
86
- ;
86
+
87
87
  }
88
88
 
89
89
  , mouseMoveHandler: function (ev) {
@@ -83,7 +83,7 @@ style 2c0f5a4e-bb02-4081-a80e-3072ca99a1aa color:#FFFFFF, fill:#838cc7, stroke:#
83
83
  doPan = true;
84
84
  mousepos = {x: ev.clientX, y: ev.clientY}
85
85
  }
86
- ;
86
+
87
87
  }
88
88
 
89
89
  , mouseMoveHandler: function (ev) {
@@ -108,7 +108,7 @@ style 2c0f5a4e-bb02-4081-a80e-3072ca99a1aa color:#FFFFFF, fill:#838cc7, stroke:#
108
108
  doPan = true;
109
109
  mousepos = {x: ev.clientX, y: ev.clientY}
110
110
  }
111
- ;
111
+
112
112
  }
113
113
 
114
114
  , mouseMoveHandler: function (ev) {
@@ -80,7 +80,7 @@ style a59066a7-f699-404d-b8fb-d1db8301c5fa color:#000000, fill:#F9F7ED, stroke:#
80
80
  doPan = true;
81
81
  mousepos = {x: ev.clientX, y: ev.clientY}
82
82
  }
83
- ;
83
+
84
84
  }
85
85
 
86
86
  , mouseMoveHandler: function (ev) {
@@ -80,7 +80,7 @@ style 0d2b12e9-02b2-4e40-bb43-2e1c1082dd26 color:#000000, fill:#F9F7ED, stroke:#
80
80
  doPan = true;
81
81
  mousepos = {x: ev.clientX, y: ev.clientY}
82
82
  }
83
- ;
83
+
84
84
  }
85
85
 
86
86
  , mouseMoveHandler: function (ev) {
@@ -92,7 +92,7 @@ style 9c4907e4-57c5-401f-b0aa-eb923dafbc84 color:#000000, fill:#F9F7ED, stroke:#
92
92
  doPan = true;
93
93
  mousepos = {x: ev.clientX, y: ev.clientY}
94
94
  }
95
- ;
95
+
96
96
  }
97
97
 
98
98
  , mouseMoveHandler: function (ev) {
@@ -88,7 +88,7 @@ style 72a86eec-9734-4bc0-babb-4fec0aa7c9ff color:#FFFFFF, fill:#838cc7, stroke:#
88
88
  doPan = true;
89
89
  mousepos = {x: ev.clientX, y: ev.clientY}
90
90
  }
91
- ;
91
+
92
92
  }
93
93
 
94
94
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style f37f3735-28a1-4e03-9ff5-3fe2f137f661 color:#FFFFFF, fill:#AA00FF, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -80,7 +80,7 @@ style 9cd9cc78-5add-4476-a718-6575f0e95536 color:#000000, fill:#F9F7ED, stroke:#
80
80
  doPan = true;
81
81
  mousepos = {x: ev.clientX, y: ev.clientY}
82
82
  }
83
- ;
83
+
84
84
  }
85
85
 
86
86
  , mouseMoveHandler: function (ev) {
@@ -80,7 +80,7 @@ style 50768e61-43b6-4241-96a3-4c413582ec1f color:#FFFFFF, fill:#838cc7, stroke:#
80
80
  doPan = true;
81
81
  mousepos = {x: ev.clientX, y: ev.clientY}
82
82
  }
83
- ;
83
+
84
84
  }
85
85
 
86
86
  , mouseMoveHandler: function (ev) {
@@ -80,7 +80,7 @@ style 25fd5be7-692d-4752-9dc7-30068a7d665e color:#FFFFFF, fill:#838cc7, stroke:#
80
80
  doPan = true;
81
81
  mousepos = {x: ev.clientX, y: ev.clientY}
82
82
  }
83
- ;
83
+
84
84
  }
85
85
 
86
86
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -88,7 +88,7 @@ style ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec color:#FFFFFF, fill:#838cc7, stroke:#
88
88
  doPan = true;
89
89
  mousepos = {x: ev.clientX, y: ev.clientY}
90
90
  }
91
- ;
91
+
92
92
  }
93
93
 
94
94
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style 07705e15-efff-4f80-8992-f04ac85e0ef1 color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style 11c7c850-c67c-41cc-9423-d74db47cbf3a color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style e9c2f911-ffcb-40c6-aeee-8c4d43811576 color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style a5d4d638-6836-47e5-99d0-fdcde637e13f color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -86,7 +86,7 @@ style cfe4af65-990f-45fc-aee7-880a6248620d color:#000000, fill:#F9F7ED, stroke:#
86
86
  doPan = true;
87
87
  mousepos = {x: ev.clientX, y: ev.clientY}
88
88
  }
89
- ;
89
+
90
90
  }
91
91
 
92
92
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style 849b0b42-f465-452b-813c-477d6398e082 color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style 7957025f-9f97-4055-aee1-58b065ef374e color:#000000, fill:#F9F7ED, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style fc55ef2d-a88d-44ee-94cb-3fca9b9af8b4 color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -100,7 +100,7 @@ style 2c0f5a4e-bb02-4081-a80e-3072ca99a1aa color:#FFFFFF, fill:#838cc7, stroke:#
100
100
  doPan = true;
101
101
  mousepos = {x: ev.clientX, y: ev.clientY}
102
102
  }
103
- ;
103
+
104
104
  }
105
105
 
106
106
  , mouseMoveHandler: function (ev) {
@@ -88,7 +88,7 @@ style 72a86eec-9734-4bc0-babb-4fec0aa7c9ff color:#FFFFFF, fill:#838cc7, stroke:#
88
88
  doPan = true;
89
89
  mousepos = {x: ev.clientX, y: ev.clientY}
90
90
  }
91
- ;
91
+
92
92
  }
93
93
 
94
94
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style b5c8da4c-f925-4cf1-8294-e43cd2c1a584 color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style 26c07ca4-3b8e-484b-812b-36c1ace4b275 color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -84,7 +84,7 @@ style a5d4d638-6836-47e5-99d0-fdcde637e13f color:#FFFFFF, fill:#838cc7, stroke:#
84
84
  doPan = true;
85
85
  mousepos = {x: ev.clientX, y: ev.clientY}
86
86
  }
87
- ;
87
+
88
88
  }
89
89
 
90
90
  , mouseMoveHandler: function (ev) {
@@ -92,7 +92,7 @@ style 07705e15-efff-4f80-8992-f04ac85e0ef1 color:#FFFFFF, fill:#838cc7, stroke:#
92
92
  doPan = true;
93
93
  mousepos = {x: ev.clientX, y: ev.clientY}
94
94
  }
95
- ;
95
+
96
96
  }
97
97
 
98
98
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style 956ef689-6ca5-415b-9c18-6fbd79661497 color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style 7dee2fd6-5685-466b-83b4-1ddd0e971c69 color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style a9e79f9c-1f15-41f3-a01b-279d8ed4bbbf color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style c915a463-7f0b-4a3e-a558-f78a06a1f8eb color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style eddb5841-6a99-4bd4-85e1-3f596d39ead2 color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style 6aae4446-4b8f-44d9-9f5d-9d228e470736 color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style 02489c45-836f-4d97-8d09-4f680beb77a4 color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style 9409739a-e273-4df9-b1a9-7170616d57f3 color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {
@@ -77,7 +77,7 @@ style 3941cc99-cb8d-4d48-94cc-f72d57e36b0e color:#FFFFFF, fill:#AA00FF, stroke:#
77
77
  doPan = true;
78
78
  mousepos = {x: ev.clientX, y: ev.clientY}
79
79
  }
80
- ;
80
+
81
81
  }
82
82
 
83
83
  , mouseMoveHandler: function (ev) {