pyegeria 0.2.4__py3-none-any.whl → 5.3.0.dev3__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 (239) hide show
  1. pyegeria/README.md +35 -0
  2. pyegeria/__init__.py +345 -14
  3. pyegeria/_client.py +376 -126
  4. pyegeria/_deprecated_gov_engine.py +451 -0
  5. pyegeria/_exceptions.py +6 -6
  6. pyegeria/_globals.py +7 -1
  7. pyegeria/_validators.py +9 -6
  8. pyegeria/asset_catalog_omvs.py +807 -0
  9. pyegeria/automated_curation_omvs.py +3760 -0
  10. pyegeria/classification_manager_omvs.py +5238 -0
  11. pyegeria/collection_manager_omvs.py +2727 -0
  12. pyegeria/commands/README.md +47 -0
  13. pyegeria/commands/__init__.py +22 -0
  14. pyegeria/commands/cat/README.md +16 -0
  15. pyegeria/commands/cat/__init__.py +1 -0
  16. pyegeria/commands/cat/exp_list_glossaries.py +156 -0
  17. pyegeria/commands/cat/get_asset_graph.py +319 -0
  18. pyegeria/commands/cat/get_collection.py +148 -0
  19. pyegeria/commands/cat/get_project_dependencies.py +168 -0
  20. pyegeria/commands/cat/get_project_structure.py +168 -0
  21. pyegeria/commands/cat/get_tech_type_elements.py +174 -0
  22. pyegeria/commands/cat/glossary_actions.py +362 -0
  23. pyegeria/commands/cat/list_assets.py +176 -0
  24. pyegeria/commands/cat/list_cert_types.py +194 -0
  25. pyegeria/commands/cat/list_collections.py +162 -0
  26. pyegeria/commands/cat/list_deployed_catalogs.py +217 -0
  27. pyegeria/commands/cat/list_deployed_database_schemas.py +251 -0
  28. pyegeria/commands/cat/list_deployed_databases.py +202 -0
  29. pyegeria/commands/cat/list_glossaries.py +150 -0
  30. pyegeria/commands/cat/list_projects.py +221 -0
  31. pyegeria/commands/cat/list_servers_deployed_imp.py +158 -0
  32. pyegeria/commands/cat/list_tech_type_elements.py +190 -0
  33. pyegeria/commands/cat/list_tech_types.py +140 -0
  34. pyegeria/commands/cat/list_terms.py +242 -0
  35. pyegeria/commands/cat/list_todos.py +189 -0
  36. pyegeria/commands/cat/list_user_ids.py +145 -0
  37. pyegeria/commands/cli/__init__.py +13 -0
  38. pyegeria/commands/cli/egeria.py +1844 -0
  39. pyegeria/commands/cli/egeria_cat.py +638 -0
  40. pyegeria/commands/cli/egeria_login_tui.py +313 -0
  41. pyegeria/commands/cli/egeria_my.py +248 -0
  42. pyegeria/commands/cli/egeria_ops.py +502 -0
  43. pyegeria/commands/cli/egeria_tech.py +618 -0
  44. pyegeria/commands/cli/ops_config.py +45 -0
  45. pyegeria/commands/cli/txt_custom_v2.tcss +19 -0
  46. pyegeria/commands/doc/README.md +145 -0
  47. pyegeria/commands/doc/Visual Command Reference/README.md +511 -0
  48. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
  49. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
  50. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
  51. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
  52. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png +0 -0
  53. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
  54. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
  55. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
  56. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
  57. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
  58. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
  59. pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
  60. pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
  61. pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
  62. pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
  63. pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
  64. pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
  65. pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
  66. pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
  67. pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
  68. pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
  69. pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
  70. pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
  71. pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
  72. pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
  73. pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
  74. pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
  75. pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
  76. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png +0 -0
  77. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
  78. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png +0 -0
  79. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
  80. pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png +0 -0
  81. pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
  82. pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
  83. pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
  84. pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png +0 -0
  85. pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
  86. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
  87. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png +0 -0
  88. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
  89. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png +0 -0
  90. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png +0 -0
  91. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png +0 -0
  92. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
  93. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
  94. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
  95. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png +0 -0
  96. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
  97. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
  98. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
  99. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
  100. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png +0 -0
  101. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png +0 -0
  102. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
  103. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png +0 -0
  104. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
  105. pyegeria/commands/doc/glossary/basic-glossary-tui.md +109 -0
  106. pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
  107. pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
  108. pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
  109. pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
  110. pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
  111. pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
  112. pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
  113. pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
  114. pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
  115. pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
  116. pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
  117. pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
  118. pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
  119. pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
  120. pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
  121. pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
  122. pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
  123. pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
  124. pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
  125. pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
  126. pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
  127. pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
  128. pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
  129. pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
  130. pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
  131. pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
  132. pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
  133. pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
  134. pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
  135. pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
  136. pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
  137. pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
  138. pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
  139. pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
  140. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md +346 -0
  141. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
  142. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
  143. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
  144. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
  145. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
  146. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png +0 -0
  147. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png +0 -0
  148. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png +0 -0
  149. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png +0 -0
  150. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
  151. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
  152. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
  153. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png +0 -0
  154. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png +0 -0
  155. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
  156. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png +0 -0
  157. pyegeria/commands/my/README.md +17 -0
  158. pyegeria/commands/my/__init__.py +0 -0
  159. pyegeria/commands/my/list_my_profile.py +163 -0
  160. pyegeria/commands/my/list_my_roles.py +151 -0
  161. pyegeria/commands/my/monitor_my_todos.py +205 -0
  162. pyegeria/commands/my/monitor_open_todos.py +175 -0
  163. pyegeria/commands/my/todo_actions.py +242 -0
  164. pyegeria/commands/ops/README.md +24 -0
  165. pyegeria/commands/ops/__init__.py +22 -0
  166. pyegeria/commands/ops/gov_server_actions.py +177 -0
  167. pyegeria/commands/ops/list_archives.py +161 -0
  168. pyegeria/commands/ops/list_catalog_targets.py +203 -0
  169. pyegeria/commands/ops/load_archive.py +75 -0
  170. pyegeria/commands/ops/monitor_asset_events.py +107 -0
  171. pyegeria/commands/ops/monitor_engine_activity.py +270 -0
  172. pyegeria/commands/ops/monitor_engine_activity_c.py +286 -0
  173. pyegeria/commands/ops/monitor_gov_eng_status.py +288 -0
  174. pyegeria/commands/ops/monitor_integ_daemon_status.py +321 -0
  175. pyegeria/commands/ops/monitor_platform_status.py +188 -0
  176. pyegeria/commands/ops/monitor_server_startup.py +117 -0
  177. pyegeria/commands/ops/monitor_server_status.py +182 -0
  178. pyegeria/commands/ops/orig_monitor_server_list.py +140 -0
  179. pyegeria/commands/ops/orig_monitor_server_status.py +124 -0
  180. pyegeria/commands/ops/refresh_integration_daemon.py +83 -0
  181. pyegeria/commands/ops/restart_integration_daemon.py +82 -0
  182. pyegeria/commands/ops/table_integ_daemon_status.py +237 -0
  183. pyegeria/commands/ops/x_engine_actions.py +76 -0
  184. pyegeria/commands/tech/README.md +24 -0
  185. pyegeria/commands/tech/__init__.py +0 -0
  186. pyegeria/commands/tech/get_element_info.py +144 -0
  187. pyegeria/commands/tech/get_guid_info.py +134 -0
  188. pyegeria/commands/tech/get_tech_details.py +173 -0
  189. pyegeria/commands/tech/get_tech_type_template.py +166 -0
  190. pyegeria/commands/tech/list_anchored_elements.py +205 -0
  191. pyegeria/commands/tech/list_asset_types.py +123 -0
  192. pyegeria/commands/tech/list_elements.py +168 -0
  193. pyegeria/commands/tech/list_elements_for_classification.py +171 -0
  194. pyegeria/commands/tech/list_elements_x.py +191 -0
  195. pyegeria/commands/tech/list_gov_action_processes.py +139 -0
  196. pyegeria/commands/tech/list_registered_services.py +180 -0
  197. pyegeria/commands/tech/list_related_elements.py +207 -0
  198. pyegeria/commands/tech/list_related_specification.py +169 -0
  199. pyegeria/commands/tech/list_relationship_types.py +164 -0
  200. pyegeria/commands/tech/list_relationships.py +179 -0
  201. pyegeria/commands/tech/list_tech_templates.py +360 -0
  202. pyegeria/commands/tech/list_valid_metadata_values.py +178 -0
  203. pyegeria/commands/tech/table_tech_templates.py +238 -0
  204. pyegeria/commands/tech/x_list_related_elements.py +165 -0
  205. pyegeria/core_omag_server_config.py +550 -313
  206. pyegeria/create_tech_guid_lists.py +105 -0
  207. pyegeria/egeria_cat_client.py +78 -0
  208. pyegeria/egeria_client.py +117 -0
  209. pyegeria/egeria_config_client.py +45 -0
  210. pyegeria/egeria_my_client.py +56 -0
  211. pyegeria/egeria_tech_client.py +93 -0
  212. pyegeria/feedback_manager_omvs.py +4573 -0
  213. pyegeria/full_omag_server_config.py +1337 -0
  214. pyegeria/glossary_browser_omvs.py +2507 -0
  215. pyegeria/glossary_manager_omvs.py +3597 -0
  216. pyegeria/mermaid_utilities.py +218 -0
  217. pyegeria/metadata_explorer_omvs.py +2371 -0
  218. pyegeria/my_profile_omvs.py +1021 -0
  219. pyegeria/platform_services.py +259 -218
  220. pyegeria/project_manager_omvs.py +1854 -0
  221. pyegeria/registered_info.py +111 -108
  222. pyegeria/runtime_manager_omvs.py +2299 -0
  223. pyegeria/server_operations.py +178 -71
  224. pyegeria/template_manager_omvs.py +1414 -0
  225. pyegeria/utils.py +75 -85
  226. pyegeria/valid_metadata_omvs.py +1911 -0
  227. pyegeria/x_action_author_omvs.py +200 -0
  228. pyegeria-5.3.0.dev3.dist-info/METADATA +70 -0
  229. pyegeria-5.3.0.dev3.dist-info/RECORD +232 -0
  230. {pyegeria-0.2.4.dist-info → pyegeria-5.3.0.dev3.dist-info}/WHEEL +1 -1
  231. pyegeria-5.3.0.dev3.dist-info/entry_points.txt +81 -0
  232. pyegeria/config.toml +0 -11
  233. pyegeria/curation_omvs.py +0 -458
  234. pyegeria/exceptions.py +0 -382
  235. pyegeria/glossary_omvs.py +0 -639
  236. pyegeria/gov_engine.py +0 -573
  237. pyegeria-0.2.4.dist-info/METADATA +0 -57
  238. pyegeria-0.2.4.dist-info/RECORD +0 -19
  239. {pyegeria-0.2.4.dist-info/licenses → pyegeria-5.3.0.dev3.dist-info}/LICENSE +0 -0
@@ -0,0 +1,109 @@
1
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
2
+ <!-- Copyright Contributors to the Egeria project. -->
3
+
4
+ # Working with glossaries
5
+
6
+ ## Display glossary List
7
+ ### Entry - `hey_egeria_cat tui`
8
+
9
+ ![tui-show-glossaries 2024-11-07 at 20.00.05.png](images/tui-show-glossaries%202024-11-07%20at%2020.00.05.png)
10
+
11
+ ### Display
12
+ ![out-glossary-list example 2024-11-05 at 20.41.02@2x.png](images/out-glossary-list%20example%202024-11-05%20at%2020.41.02%402x.png)
13
+ ##### This shows three glossaries with their unique, Qualified Name and unique identifier (GUID). Language, Description and Usage are optional but highly recommended to help users find, use and manage glossaries.
14
+
15
+ ## Create a new Glossary
16
+ ### Entry
17
+ ![tui-create-glossary example 2024-11-05 at 20.34.24@2x.png](images/tui-create-glossary%20example%202024-11-05%20at%2020.34.24%402x.png)
18
+
19
+ ### Display
20
+ ##### The result of executing the create glossary command is displayed on the terminal. Note the GUID that is returned.
21
+ ![out-create-glossary example 2024-11-05 at 20.38.04@2x.png](images/out-create-glossary%20example%20%202024-11-05%20at%2020.38.04%402x.png)
22
+
23
+ ## Delete a glossary
24
+
25
+ ##### To demonstrate deleting a glossary we first list all glossaries, then perform the delete, and finally list glossaries again to validate that the glossary has been deleted.
26
+
27
+ ### 1. List available glossaries
28
+ ![delete-glossary-step1 2024-11-06 at 15.47.23@2x.png](images/delete-glossary-step1%202024-11-06%20at%2015.47.23%402x.png)
29
+
30
+ ### 2. Use TUI to delete a glossary, specifying a glossary GUID from the list glossaries command above
31
+ ![delete-glossary-step2 2024-11-06 at 15.51.29@2x.png](images/delete-glossary-step2%202024-11-06%20at%2015.51.29%402x.png)
32
+
33
+ ### 3. View the results of the delete glossary command
34
+ ![delete-glossary-step3 2024-11-06 at 15.53.19@2x.png](images/delete-glossary-step3%202024-11-06%20at%2015.53.19%402x.png)
35
+
36
+ ### 4. List glossaries again to see the remaining glossaries
37
+ ![delete-glossary-step4 2024-11-06 at 15.55.11@2x.png](images/delete-glossary-step4%202024-11-06%20at%2015.55.11%402x.png)
38
+
39
+ # Working with terms
40
+
41
+ ## Displaying terms
42
+
43
+ ### Display all terms across all visible glossaries
44
+
45
+ ![tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png](images/tui-show-glossary-terms%202024-11-05%20at%2019.37.53%402x.png)
46
+
47
+ ![out-list-all-terms 2024-11-06 at 16.22.20@2x.png](images/out-list-all-terms%20%202024-11-06%20at%2016.22.20%402x.png)
48
+
49
+ ### Display all terms for a specific glossary
50
+
51
+ ![tui-display-terms-for-example 2024-11-06 at 20.56.49.png](images/tui-display-terms-for-example%202024-11-06%20at%2020.56.49.png)
52
+
53
+ ![out-list-terms-for-example 2024-11-06 at 16.40.12.png](images/out-list-terms-for-example%202024-11-06%20at%2016.40.12.png)
54
+
55
+ ### Display terms starting with a specified search string
56
+
57
+ ![tui-list-terms-second 2024-11-06 at 16.46.34.png](images/tui-list-terms-second%202024-11-06%20at%2016.46.34.png)
58
+
59
+ ![out-list-terms-second 2024-11-06 at 16.45.13.png](images/out-list-terms-second%202024-11-06%20at%2016.45.13.png)
60
+
61
+ ## Create a new term
62
+
63
+ ![tui-create-term 2024-11-06 at 20.46.35.png](images/tui-create-term%202024-11-06%20at%2020.46.35.png)
64
+
65
+ ![out-create-term 2024-11-06 at 20.48.29.png](images/out-create-term%202024-11-06%20at%2020.48.29.png)
66
+
67
+ ![out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png](images/out-display-terms-for-glossary-test%202024-11-06%20at%2020.51.28.png)
68
+
69
+ ## Delete a term
70
+ ![tui-delete-term 2024-11-07 at 03.51.57.png](images/tui-delete-term%202024-11-07%20at%2003.51.57.png)
71
+
72
+ ![out-delete-term 2024-11-07 at 03.57.25.png](images/out-delete-term%202024-11-07%20at%2003.57.25.png)
73
+
74
+ ## Import & Export terms
75
+ #### We can import terms from a CSV formatted file and export terms to a CSV formatted file.
76
+
77
+ ### Import terms into example glossary
78
+
79
+ #### First we'll import terms from the file `Test1.om-terms`
80
+ ![tui-import-upsert-example 2024-11-07 at 10.08.37.png](images/tui-import-upsert-example%202024-11-07%20at%2010.08.37.png)
81
+
82
+ #### Because the *verbose* option is enabled, we will get back a JSON structure reflecting the import status for each row in the file. Note that there must be a blank row at the end of the file because we detect a missing term name and skip that row.
83
+ ![out-import-terms 2024-11-07 at 08.15.18.png](images/out-import-terms%202024-11-07%20at%2008.15.18.png)
84
+
85
+ #### Listing the glossary terms shows us the results of the import.
86
+
87
+ ![out-list-terms-for-example 2024-11-06 at 16.40.12.png](images/out-list-terms-for-example%202024-11-06%20at%2016.40.12.png)
88
+
89
+ ### Export terms to a CSV File
90
+ #### Now we will create a copy of this glossary to a CSV file to use it for further demonstrations.
91
+ ![![tui-export-example 2024-11-07 at 09.52.59.png](images/tui-export-example%202024-11-07%20at%2009.52.59.png)tui-export-glossary 2024-11-06 at 21.02.16.png](tui-export-glossary%202024-11-06%20at%2021.02.16.png)
92
+ ![out-export-example 2024-11-07 at 09.54.57.png](images/out-export-example%202024-11-07%20at%2009.54.57.png)
93
+
94
+ ![out-exported-terms 2024-11-06 at 21.06.32.png](images/out-exported-terms%202024-11-06%20at%2021.06.32.png)
95
+ ### Demonstrating upsert capability
96
+
97
+ #### We will copy the exported file to a new file called **upsert-example.om-terms** and modify the file by adding a fourth row and updating the description field of one of the terms.
98
+
99
+ ### Upsert
100
+
101
+ #### Importing **upsert-example.om-terms**.
102
+
103
+ ![tui-upsert 2024-11-07 at 11.49.04.png](images/tui-upsert%202024-11-07%20at%2011.49.04.png)
104
+
105
+ #### For rows in the file that contain a **Qualified Name**, any values provided on that row will over-write existing values. Rows that have a **Term Name** but do not have a **Qualified Name** will be appended to the glossary.
106
+ ![out-upsert-import 2024-11-07 at 19.37.00.png](images/out-upsert-import%202024-11-07%20at%2019.37.00.png)
107
+ ----
108
+ License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
109
+ Copyright Contributors to the Egeria project.
@@ -0,0 +1,346 @@
1
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
2
+ <!-- Copyright Contributors to the Egeria project. -->
3
+
4
+ # Introduction to Hey_Egeria
5
+
6
+ Hey_Egeria is a friendly, easy to use command line interface (CLI) to make using Egeria easier and more transparent.
7
+ It is implemented as a set of pyegeria commands that allows users to manage and inspect Egeria artifacts through a simple terminal interface.
8
+ There are currently about 70 commands available, but the functions continue to grow and evolve with the needs of the Egeria community.
9
+
10
+ Getting started is easy. The CLI runs in a standard terminal window operating in Mac, PC and Linux environments.
11
+ You will need to know some basic information about your Egeria environment, but if you are operating within a typical
12
+ Egeria development environment or Egeria Workspaces the pre-configured environment variables and defaults should just work without additional setup.
13
+
14
+ In this guide, we'll first review how to install hey_egeria, then go through how to use it from both the
15
+ TUI (Textual User Interface) as well as the command line. After walking through a number of basic examples,
16
+ we'll discuss how the CLI is organized, how to configure it and some advanced features. Let's get started!
17
+
18
+ # Installation & Upgrade
19
+
20
+ `hey_egeria` is written in python and is part of the the **__pyegeria package__** that can be found on [pypi](https://pypi.org).
21
+ To install and run the CLI we use the **pipx** utility [Installation - pipx](https://pipx.pypa.io/latest/installation/).
22
+ This utility creates operating system level commands from suitably configured python packages.
23
+ It installs the package in a private environment so that the python packages are isolated from the rest of your environment.
24
+ So the first step is to install pipx from a terminal window by following the directions in the link above.
25
+
26
+
27
+ Once **pipx** is installed, install **pyegeria** using pipx, this will create and configure all of the pyegeria commands.
28
+ Install pyegeria commands by entering into the terminal window:
29
+
30
+ `pipx install pyegeria`
31
+
32
+ This will result in a an output similar to:
33
+
34
+
35
+
36
+ ```➜ / pipx install pyegeria
37
+ installed package pyegeria 1.5.1.1.49, installed using Python 3.12.7
38
+ These apps are now globally available
39
+ - change_todo_status
40
+ - create_glossary
41
+ - create_term
42
+ - create_todo
43
+ - delete_glossary
44
+ - delete_todo
45
+ - export_terms_to_file
46
+ - get_asset_graph
47
+ - get_collection
48
+ - get_element_info
49
+ - get_guid_info
50
+ - get_project_dependencies
51
+ - get_project_structure
52
+ - get_tech_details
53
+ - get_tech_type_elements
54
+ - get_tech_type_template
55
+ - hey_egeria
56
+ - hey_egeria_cat
57
+ - hey_egeria_my
58
+ - hey_egeria_ops
59
+ - hey_egeria_per
60
+ - hey_egeria_tech
61
+ - list_archives
62
+ - list_asset_types
63
+ - list_assets
64
+ - list_catalog_targets
65
+ - list_cert_types
66
+ - list_deployed_catalogs
67
+ - list_deployed_databases
68
+ - list_deployed_schemas
69
+ - list_deployed_servers
70
+ - list_element_graph
71
+ - list_elements
72
+ - list_elements_for_classification
73
+ - list_engine_activity
74
+ - list_engine_activity_compressed
75
+ - list_glossaries
76
+ - list_glossary
77
+ - list_gov_action_processes
78
+ - list_gov_eng_status
79
+ - list_integ_daemon_status
80
+ - list_my_profile
81
+ - list_my_roles
82
+ - list_projects
83
+ - list_registered_services
84
+ - list_related_elements
85
+ - list_related_specification
86
+ - list_relationship_types
87
+ - list_relationships
88
+ - list_tech_templates
89
+ - list_tech_types
90
+ - list_terms
91
+ - list_todos
92
+ - list_user_ids
93
+ - list_valid_metadata_values
94
+ - load_archive
95
+ - load_archive_tui
96
+ - load_terms_from_file
97
+ - mark_todo_complete
98
+ - monitor_asset_events
99
+ - monitor_coco_status
100
+ - monitor_engine_activity
101
+ - monitor_engine_activity_compressed
102
+ - monitor_gov_eng_status
103
+ - monitor_integ_daemon_status
104
+ - monitor_my_todos
105
+ - monitor_open_todos
106
+ - monitor_platform_status
107
+ - monitor_server_list
108
+ - monitor_server_startup
109
+ - monitor_server_status
110
+ - reassign_todo
111
+ - refresh_gov_eng_config
112
+ - refresh_integration_daemon
113
+ - restart_integration_daemon
114
+ - start_daemon
115
+ - stop_daemon
116
+ done! ✨ 🌟 ✨
117
+ ```
118
+
119
+ There are a couple of interesting things to note in the output. The first is the version of pyegeria which can be helpful in determining if and when to upgrade. The second is the long list of pyegeria commands that are installed. Executing these commands directly can be a useful shortcut - especially within shell scripts - but for getting started and everyday use many people find that using the **hey_egeria** CLI is simpler. Hence, this document will focus more on using the CLI.
120
+
121
+ Uninstalling and upgrading pyegeria can also easily be done with pipx commands. Issuing:
122
+
123
+ `pipx -h`
124
+
125
+ Will provide a good overview.
126
+
127
+ ## First Use
128
+
129
+ A good first use is to validate that we are able to communicate with an Egeria platform and check the status of the running servers. We can do this by typing:
130
+
131
+ `hey_egeria ops show servers status`
132
+
133
+ Which should produce an output similar to:
134
+ ![out-server-status 2024-11-10 at 18.15.42@2x.png](images/out-server-status%20%202024-11-10%20at%2018.15.42%402x.png)
135
+ **N.B. if you are trying this out in your terminal, you may need to type either `ctrl-c` or `q` to quit the display.
136
+
137
+ We can also execute a variation of this command to display an extended version of this status.
138
+
139
+ `hey_egeria ops show servers status --full`
140
+ which will return much more descriptive information about the servers and their status:
141
+
142
+ ![out-server-status-full 2024-11-10 at 18.25.14@2x.png](images/out-server-status-full%202024-11-10%20at%2018.25.14%402x.png)
143
+
144
+ The general structure of the command is:
145
+
146
+ `hey_egeria` [area] [show/tell] [object] [command] [required parameters] [--optional parameters]
147
+
148
+ * `hey_egeria` - this is the shell level command
149
+ * [area] - there are currently four areas of commands that roughly correspond to user roles. They are:
150
+ * cat - for catalog users - this is for general usage of Egeria as a governance catalog.
151
+ * my - for individual information - these commands are relevant to an individual such as my_todos.
152
+ * ops - for Egeria operations - these commands are for working with the Egeria environment itself.
153
+ * tech - for technical users - these commands provide technical details and management.
154
+ * [show/tell] - **show** commands display something and **tell** commands instruct Egeria to do something.
155
+ For example, above we requested to be shown the status of Egeria servers on a platform. We could use a tell command to, create or delete a glossary term.
156
+ * [required parameters] - parameters are sometimes required by a command.
157
+ * [optional parameters] - most parameters are optional and have sensible defaults so that you don't have to type them in.
158
+
159
+ A more visual representation of **hey_egeria** is shown in the following two diagrams. The first shows the structure
160
+ and the second shows the structure and all the commands. **PLEASE NOTE** - **hey_egeria** continues to evolve; view all
161
+ images as representing a point-in-time representation. The principles will hold true but details may vary.
162
+
163
+ ![Xmind 1731421782704.png](images/Xmind%201731421782704.png)
164
+
165
+ ![Xmind 1731422134920.png](images/Xmind%201731422134920.png)
166
+
167
+ There is a lot of detail here that can seem a bit daunting to learn - so to make things easier, we have a TUI
168
+ (Textual User Interface) that allows us to browse through the commands with documentation and guidance about how to fill out each command - and then to execute the command. Here is what it looks like:
169
+
170
+ ![tui-hey-egeria.png](images/tui-hey-egeria.png)
171
+
172
+ Lets review the numbered annotations in the screenshot above:
173
+
174
+ 1) The left hand side is a scrollable list of commands organized as discussed above. Clicking on a command
175
+ will cause details to be displayed on the right hand pane.
176
+ 2) At the top of the right hand pane is a brief command description.
177
+ 3) Below this description is a search bar that allows you to search for parameters to fill out and review. You will notice
178
+ that the list of parameters is scrollable - often more than will fit in the space allocated - so search can be handy.
179
+ 4) The bottom command bar shows the equivalent shell command that is being built through your parameter selections in the TUI.
180
+ If you are going to use this command often, you could copy this command and create a shell alias for it - or just execute
181
+ it in the terminal window.
182
+ 5) Pressing this button or typing `ctrl-R` will execute the command that you are building and return you to the terminal window
183
+ to view the results.
184
+
185
+ ## Working with the TUI
186
+
187
+ We can return to the example above, this time using the TUI to help us fill out the parameters. Here is what the TUI
188
+ looks like to execute the same command:
189
+
190
+ ![tui-show-server-status 2024-11-10 at 18.52.01@2x.png](images/tui-show-server-status%202024-11-10%20at%2018.52.01%402x.png)
191
+ To show the full version of the server status we would select the check-box for --full as shown here:
192
+
193
+ ![tui-show-server-status-full 2024-11-10.png](images/tui-show-server-status-full%202024-11-10.png)
194
+ As you can see, the TUI provides visibility into the available command options as well as descriptive text explaining
195
+ what they are.
196
+
197
+ In addition to getting a quick overview of all of the servers, we often
198
+ want to see more details about a specific kind of server. For instance, to view a status of an Egeria integration server
199
+ we would use `hey_egeria ops show integrations status` which we could either type at the terminal or enter via the TUI.
200
+ The output of this command looks like:
201
+
202
+ ![out-integ-status-live 2024-11-12 at 16.44.12@2x.png](images/out-integ-status-live%202024-11-12%20at%2016.44.12%402x.png)
203
+
204
+ There are a few different styles of output. Some of the tables are **live monitors**. That is, the commands run until interrupted by either a failure or the user typing `ctrl-c`. They reflect the status of
205
+ the object they are monitoring. Quite useful for operational monitoring - but the number of rows displayed is limited by
206
+ your current screen size. There are different techniques we use to work around this limitation but the simplest is to
207
+ enable a **list** (also sometimes called **paging**) version of the command that allows you to page through all the results using a syntax similar to
208
+ the Unix style **more** or **less** commands. To enable this version of the command we can look for
209
+ the `list` flag in the parameter list of the TUI like this:
210
+
211
+ ![tui-integration-status-paging.png](images/tui-integration-status-paging.png)
212
+
213
+ The list view looks a bit different, but contains the same information.
214
+
215
+ ![out-integ-status-list 2024-11-12 at 16.45.26.png](images/out-integ-status-list%202024-11-12%20at%2016.45.26.png)
216
+
217
+ Pressing the `space-bar` will advance the page. You can exit the display by pressing `q`. There are other options
218
+ that generally follow the syntax of the `more` command.
219
+
220
+ ## Taking action
221
+
222
+ So far we have demonstrated how to display information with hey_egeria - but we can also tell it to perform a variety of actions.
223
+ These actions could be very simple (start a server) or more complex, requiring multiple fields of information such as
224
+ create a glossary term. If the user specified in the command has permissions then the action will be performed.
225
+
226
+ As an example, lets look at the command to load a content pack (or archive) into a repository. The
227
+ TUI page looks like this:
228
+ ![tui-load-archive 2024-11-10 at 19.19.09@2x.png](images/tui-load-archive%202024-11-10%20at%2019.19.09%402x.png)
229
+
230
+ Creating a glossary term looks like:
231
+ ![tui-create-term 2024-11-06 at 20.46.35.png](../glossary/images/tui-create-term%202024-11-06%20at%2020.46.35.png)
232
+
233
+ Building and managing glossaries is explained in more detail in a separate tutorial.
234
+
235
+ ## Working in a specific role
236
+
237
+ The number and variety of commands continues to expand. To make it a bit easier to find the right function
238
+ we also have subsets of **hey_egeria** available for the major roles/perspectives. There are:
239
+
240
+ * hey_egeria_cat - for catalog users
241
+ * hey_egeria_my - for personal tasks
242
+ * hey_egeria_ops - for operations
243
+ * hey_egeria_tech - for technical use
244
+
245
+ The structure and use of these is quite similar to **hey_egeria** - however, these commands can be a bit
246
+ simpler if you focus on one of the above areas.
247
+
248
+ ## When to upgrade - and how
249
+
250
+ **pyegeria** is in active development. New methods are added in conjunction with new capabilities in Egeria, methods
251
+ are updated to reflect Egeria's evolution and commands are added or updated to support the community. To support this
252
+ active lifecycle, are *moving* to a naming convention where the version of pyegeria is aligned with the version of
253
+ Egeria. Thus version 5.2 of Egeria will be aligned with version 5.2.x.x.x of pyegeria. The 3rd digit of the version will
254
+ be a 0 for SNAPSHOT (in-progress) releases of Egeria and non-zero for production releases.
255
+
256
+ # Adapting to your environment
257
+
258
+ Commands in the hey_egeria TUI have parameters to adapt to your environment. These parameters set
259
+ the endpoints, server names and user information for the commands to use. There is a default set of values that
260
+ matches the default environment for Egeria Workspaces [overview](https://egeria-project.org/try-egeria/overview/) as well
261
+ as many of our samples, labs and demos. These defaults can be easily changed; both in a shell environment, by changing
262
+ the values of the corresponding environment variables or in the TUI by over-riding defaults using the optional parameters.
263
+ Here is a list of the variables and their defaults:
264
+
265
+ | Environment Variable | Default | Command Option | Description |
266
+ |-------------------------------|------------------------|--------------------------|------------------------------------------------------------|
267
+ | EGERIA_JUPYTER | True | --jupyter | Set to True for better display in Jupyter notebooks |
268
+ | EGERIA_USER | erinoverview | --userid | A typical Egeria user |
269
+ | EGERIA_USER_PASSWORD | secret | --password | User password |
270
+ | EGERIA_ADMIN_USE | garygeeke | --admin_user | A user that configures and operates Egeria platform |
271
+ | EGERIA_ADMIN_PASSWORD | secret | --admin_user_password | Admin password |
272
+ | EGERIA_ENGINE_HOST | engine-host | --engine_host | Egeria Engine host to use for governance actions/processes |
273
+ | EGERIA_ENGINE_HOST_URL | https://localhost:9443 | --engine_host_url | Platform URL where Engine host is running |
274
+ | EGERIA_INTEGRATION_DAEMON | integration-daemon | --integration_daemon | Egeria integration daemon to use |
275
+ | EGERIA_INTEGRATION_DAEMON_URL | https://localhost:9443 | --integration_daemon_url | Platform URL where Integration daemon is running |
276
+ | EGERIA_VIEW_SERVER | view-server | --view_server | Egeria view server to use |
277
+ | EGERIA_VIEW_SERVER_URL | https://localhost:9443 | --view_server_url | Platform URL where view server is running |
278
+ | EGERIA_PLATFORM_URL | https://localhost:9443 | --url | Platform URL where chosen Egeria metadata store is running |
279
+ | EGERIA_METADATA_STORE | active-metadata-store | --server | Egeria metadata store to use |
280
+ | EGERIA_WIDTH | 200 | --width | Width of the terminal screen to use for displaying results |
281
+ | EGERIA_TIMEOUT | 60 | --timeout | Timeout for Egeria actions |
282
+
283
+ Egeria workspaces changes some of these defaults for the Docker environment it sets up. A kubernetes deployment may similarly alter the defaults
284
+ to accommodate deployment. Note that this is a very simplistic use of user identity and password. This can be augmented by using the
285
+ [Secrets Connector](https://egeria-project.org/concepts/secrets-store-connector).
286
+
287
+ # Advanced Use
288
+ This section briefly discusses some more advanced topics on the use and extension of the pyegeria commands and CLI.
289
+ ## Using the CLI from the command line
290
+ As we have shown, CLI commands can be used directly in a terminal window without using the TUI.
291
+ For frequently used commands this can be a bit quicker.
292
+
293
+ We start with a terminal window and type `hey_egeria` and we see that we get a lot of help information, the commands that
294
+ are available at this point and optional parameters that we can pass:
295
+ ![hey_egeria 2024-11-12 at 20.38.43.png](images/hey_egeria%20%202024-11-12%20at%2020.38.43.png)
296
+ We can add one of the commands to the end of the clause and see that the next set of commands to choose from. In the
297
+ following screenshot below we show incrementally building up the final command clause by clause. Till we finally have the
298
+ `hey_egeria cat show glossary glossaries`.
299
+ ![hey_egeria cat 2024-11-12 at 21.41.43.png](images/hey_egeria%20cat%202024-11-12%20at%2021.41.43.png)
300
+
301
+ Of course, if we remember the command we can just type it in and execute it.
302
+
303
+ ## Direct commands
304
+ Sometimes, especially when writing automation scripts, we may want to use a more terse set of commands.
305
+ Pyegeria has short-hand commands that are the rough equivalent of the CLI commands. For example,
306
+ the short-hand for:
307
+
308
+ `hey_egeria ops show servers status`
309
+
310
+ is
311
+
312
+ `monitor_server_status`
313
+
314
+ Each of these commands has a help option that lists the available parameters. For example:
315
+
316
+ ![short-cut commands 2024-11-12 at 22.22.13.png](images/short-cut%20commands%202024-11-12%20at%2022.22.13.png)
317
+
318
+ The full list of available short-cut commands can be found by typing `pipx list`. It is also shown above in the
319
+ installation section.
320
+
321
+ ## How this is implemented
322
+
323
+ The pyegeria commands are built in python using the [**click**](https://click.palletsprojects.com/en/stable/) package
324
+ for the CLI along with the [**Trogon**](https://github.com/Textualize/trogon) from Textualize to create the
325
+ CLI TUI. Most of the display commands make use of the [**Rich**](https://rich.readthedocs.io/en/stable/introduction.html)
326
+ library for visualization in a terminal environment.
327
+
328
+ ## Making changes
329
+ All of the code for the CLI and for the pyegeria library itself (along with this documentation) can be found
330
+ on Github in the **egeria-python** repo at [pyegeria](https://github.com/odpi/egeria-python). This code is
331
+ Open Source with an Apache 2 license. You are free to use, copy and extend this code. However, if you are
332
+ interested, we would very much value your participation in the Egeria Community. We look forward to hearing from you!
333
+
334
+ # Feedback
335
+
336
+ The pyegeria CLI and Command set offer an evolving set of capabilities. We use these features daily - but perhaps
337
+ there are aspects that you either love or wish were different? We'd love to hear from you and learn from your use cases!
338
+ Feel free to raise an issue in Github - or better yet, join our slack channel and participate in the community.
339
+
340
+
341
+
342
+
343
+
344
+ ----
345
+ License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
346
+ Copyright Contributors to the Egeria project.
@@ -0,0 +1,17 @@
1
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
2
+ <!-- Copyright Contributors to the Egeria project. -->
3
+
4
+ # Personal Organizer
5
+
6
+ These widgets display different kinds of information about the projects, tasks and todos. Widgets
7
+ will continue to be added over time to cover more facets of catalog use.
8
+
9
+ * get_my_profiles.py - gets profile information about an individual.
10
+ * list_projects.py - lists information about a specified project or projects containing the search string.
11
+ * list_todos.py - lists information about a specified todo item or all todos containing the search string
12
+ * view_my_todos.py - view live status information about an individual's todos.
13
+ * view_open_todos.py - view live status information about open todos.
14
+
15
+ ----
16
+ License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
17
+ Copyright Contributors to the Egeria project.
File without changes