pyegeria 1.5.1.1.57__tar.gz → 1.5.1.1.59__tar.gz

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 (237) hide show
  1. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/PKG-INFO +1 -1
  2. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/asset_catalog_omvs.py +3 -3
  3. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_assets.py +60 -39
  4. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/egeria.py +61 -20
  5. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/egeria_cat.py +7 -6
  6. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/egeria_tech.py +53 -12
  7. pyegeria-1.5.1.1.59/pyegeria/commands/doc/command-overview.md +99 -0
  8. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/hey_egeria: overview.md +42 -2
  9. pyegeria-1.5.1.1.59/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
  10. pyegeria-1.5.1.1.59/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
  11. pyegeria-1.5.1.1.57/pyegeria/commands/tech/get_element_graph.py → pyegeria-1.5.1.1.59/pyegeria/commands/tech/list_element_graph.py +2 -2
  12. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/core_omag_server_config.py +46 -0
  13. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyproject.toml +2 -2
  14. pyegeria-1.5.1.1.57/pyegeria/.DS_Store +0 -0
  15. pyegeria-1.5.1.1.57/pyegeria/commands/.DS_Store +0 -0
  16. pyegeria-1.5.1.1.57/pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  17. pyegeria-1.5.1.1.57/pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
  18. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
  19. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
  20. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
  21. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
  22. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
  23. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
  24. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
  25. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
  26. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
  27. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
  28. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
  29. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
  30. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
  31. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
  32. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
  33. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
  34. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
  35. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
  36. pyegeria-1.5.1.1.57/pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
  37. pyegeria-1.5.1.1.57/pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  38. pyegeria-1.5.1.1.57/pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
  39. pyegeria-1.5.1.1.57/pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
  40. pyegeria-1.5.1.1.57/pyegeria/commands/doc/.DS_Store +0 -0
  41. pyegeria-1.5.1.1.57/pyegeria/commands/doc/command-overview.md +0 -97
  42. pyegeria-1.5.1.1.57/pyegeria/commands/doc/glossary/.DS_Store +0 -0
  43. pyegeria-1.5.1.1.57/pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
  44. pyegeria-1.5.1.1.57/pyegeria/commands/doc/glossary/images/CleanShot 2024-11-12 out-integ-status-live 2024-11-12 at 16.44.12at 16.44.12@2x.png +0 -0
  45. pyegeria-1.5.1.1.57/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
  46. pyegeria-1.5.1.1.57/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
  47. pyegeria-1.5.1.1.57/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-12 at 20.38.43@2x.png +0 -0
  48. pyegeria-1.5.1.1.57/pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
  49. pyegeria-1.5.1.1.57/pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
  50. pyegeria-1.5.1.1.57/pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
  51. pyegeria-1.5.1.1.57/pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
  52. pyegeria-1.5.1.1.57/pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
  53. pyegeria-1.5.1.1.57/pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
  54. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
  55. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
  56. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
  57. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
  58. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
  59. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
  60. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
  61. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
  62. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
  63. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
  64. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
  65. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
  66. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
  67. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
  68. pyegeria-1.5.1.1.57/pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
  69. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
  70. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
  71. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
  72. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
  73. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
  74. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
  75. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_elements.cpython-312.pyc +0 -0
  76. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
  77. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
  78. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
  79. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_related_elements.cpython-312.pyc +0 -0
  80. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
  81. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
  82. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
  83. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
  84. pyegeria-1.5.1.1.57/pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
  85. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/LICENSE +0 -0
  86. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/README.md +0 -0
  87. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/README.md +0 -0
  88. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/__init__.py +0 -0
  89. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/_client.py +0 -0
  90. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/_deprecated_gov_engine.py +0 -0
  91. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/_exceptions.py +0 -0
  92. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/_globals.py +0 -0
  93. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/_validators.py +0 -0
  94. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/automated_curation_omvs.py +0 -0
  95. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/classification_manager_omvs.py +0 -0
  96. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/collection_manager_omvs.py +0 -0
  97. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/README.md +0 -0
  98. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/__init__.py +0 -0
  99. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/README.md +0 -0
  100. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/__init__.py +0 -0
  101. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/get_asset_graph.py +0 -0
  102. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/get_collection.py +0 -0
  103. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/get_project_dependencies.py +0 -0
  104. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/get_project_structure.py +0 -0
  105. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/get_tech_type_elements.py +0 -0
  106. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/glossary_actions.py +0 -0
  107. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_cert_types.py +0 -0
  108. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_deployed_catalogs.py +0 -0
  109. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_deployed_database_schemas.py +0 -0
  110. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_deployed_databases.py +0 -0
  111. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_glossaries.py +0 -0
  112. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_projects.py +0 -0
  113. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_servers_deployed_imp.py +0 -0
  114. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_tech_types.py +0 -0
  115. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_terms.py +0 -0
  116. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_todos.py +0 -0
  117. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cat/list_user_ids.py +0 -0
  118. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/__init__.py +0 -0
  119. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/egeria_my.py +0 -0
  120. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/egeria_ops.py +0 -0
  121. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/cli/ops_config.py +0 -0
  122. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/basic-glossary-tui.md +0 -0
  123. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
  124. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
  125. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
  126. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
  127. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
  128. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
  129. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
  130. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
  131. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
  132. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
  133. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
  134. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
  135. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
  136. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
  137. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
  138. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
  139. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
  140. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
  141. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
  142. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
  143. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
  144. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
  145. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
  146. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
  147. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
  148. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
  149. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
  150. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
  151. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
  152. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
  153. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
  154. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
  155. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
  156. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
  157. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
  158. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
  159. {pyegeria-1.5.1.1.57/pyegeria/commands/doc/glossary → pyegeria-1.5.1.1.59/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface}/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
  160. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  161. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  162. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  163. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  164. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
  165. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
  166. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  167. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  168. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
  169. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/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
  170. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/README.md +0 -0
  171. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/__init__.py +0 -0
  172. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/list_my_profile.py +0 -0
  173. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/list_my_roles.py +0 -0
  174. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/monitor_my_todos.py +0 -0
  175. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/monitor_open_todos.py +0 -0
  176. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/my/todo_actions.py +0 -0
  177. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/README.md +0 -0
  178. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/__init__.py +0 -0
  179. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/gov_server_actions.py +0 -0
  180. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/list_archives.py +0 -0
  181. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/list_catalog_targets.py +0 -0
  182. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/load_archive.py +0 -0
  183. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_asset_events.py +0 -0
  184. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_engine_activity.py +0 -0
  185. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_engine_activity_c.py +0 -0
  186. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_gov_eng_status.py +0 -0
  187. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_integ_daemon_status.py +0 -0
  188. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_platform_status.py +0 -0
  189. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_server_startup.py +0 -0
  190. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/monitor_server_status.py +0 -0
  191. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/orig_monitor_server_list.py +0 -0
  192. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/orig_monitor_server_status.py +0 -0
  193. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/refresh_integration_daemon.py +0 -0
  194. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/restart_integration_daemon.py +0 -0
  195. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/table_integ_daemon_status.py +0 -0
  196. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/ops/x_engine_actions.py +0 -0
  197. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/README.md +0 -0
  198. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/__init__.py +0 -0
  199. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/get_element_info.py +0 -0
  200. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/get_guid_info.py +0 -0
  201. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/get_tech_details.py +0 -0
  202. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/get_tech_type_template.py +0 -0
  203. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_asset_types.py +0 -0
  204. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_elements.py +0 -0
  205. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_elements_for_classification.py +0 -0
  206. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_elements_x.py +0 -0
  207. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_gov_action_processes.py +0 -0
  208. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_registered_services.py +0 -0
  209. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_related_elements.py +0 -0
  210. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_related_specification.py +0 -0
  211. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_relationship_types.py +0 -0
  212. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_relationships.py +0 -0
  213. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_tech_templates.py +0 -0
  214. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/list_valid_metadata_values.py +0 -0
  215. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/table_tech_templates.py +0 -0
  216. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/commands/tech/x_list_related_elements.py +0 -0
  217. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/create_tech_guid_lists.py +0 -0
  218. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/egeria_cat_client.py +0 -0
  219. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/egeria_client.py +0 -0
  220. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/egeria_config_client.py +0 -0
  221. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/egeria_my_client.py +0 -0
  222. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/egeria_tech_client.py +0 -0
  223. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/feedback_manager_omvs.py +0 -0
  224. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/full_omag_server_config.py +0 -0
  225. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/glossary_browser_omvs.py +0 -0
  226. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/glossary_manager_omvs.py +0 -0
  227. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/mermaid_utilities.py +0 -0
  228. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/my_profile_omvs.py +0 -0
  229. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/platform_services.py +0 -0
  230. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/project_manager_omvs.py +0 -0
  231. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/registered_info.py +0 -0
  232. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/runtime_manager_omvs.py +0 -0
  233. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/server_operations.py +0 -0
  234. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/template_manager_omvs.py +0 -0
  235. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/utils.py +0 -0
  236. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/valid_metadata_omvs.py +0 -0
  237. {pyegeria-1.5.1.1.57 → pyegeria-1.5.1.1.59}/pyegeria/x_action_author_omvs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 1.5.1.1.57
3
+ Version: 1.5.1.1.59
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -302,7 +302,7 @@ class AssetCatalog(Client):
302
302
  # Engine Actions
303
303
  #
304
304
 
305
- async def _async_find_assets_in_domain(
305
+ async def _async_find_in_asset_domain(
306
306
  self,
307
307
  search_string: str,
308
308
  start_from: int = 0,
@@ -367,7 +367,7 @@ class AssetCatalog(Client):
367
367
  response = await self._async_make_request("POST", url, body, time_out=time_out)
368
368
  return response.json().get("searchMatches", "no assets found")
369
369
 
370
- def find_assets_in_domain(
370
+ def find_in_asset_domain(
371
371
  self,
372
372
  search_string: str,
373
373
  start_from: int = 0,
@@ -416,7 +416,7 @@ class AssetCatalog(Client):
416
416
  """
417
417
  loop = asyncio.get_event_loop()
418
418
  response = loop.run_until_complete(
419
- self._async_find_assets_in_domain(
419
+ self._async_find_in_asset_domain(
420
420
  search_string,
421
421
  start_from,
422
422
  page_size,
@@ -24,35 +24,47 @@ from pyegeria import (
24
24
  PropertyServerException,
25
25
  UserNotAuthorizedException,
26
26
  print_exception_response,
27
- AssetCatalog
27
+ AssetCatalog,
28
28
  )
29
+
29
30
  EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
30
- EGERIA_KAFKA_ENDPOINT = os.environ.get('KAFKA_ENDPOINT', 'localhost:9092')
31
- EGERIA_PLATFORM_URL = os.environ.get('EGERIA_PLATFORM_URL', 'https://localhost:9443')
32
- EGERIA_VIEW_SERVER = os.environ.get('VIEW_SERVER', 'view-server')
33
- EGERIA_VIEW_SERVER_URL = os.environ.get('EGERIA_VIEW_SERVER_URL', 'https://localhost:9443')
34
- EGERIA_INTEGRATION_DAEMON = os.environ.get('INTEGRATION_DAEMON', 'integration-daemon')
35
- EGERIA_ADMIN_USER = os.environ.get('ADMIN_USER', 'garygeeke')
36
- EGERIA_ADMIN_PASSWORD = os.environ.get('ADMIN_PASSWORD', 'secret')
37
- EGERIA_USER = os.environ.get('EGERIA_USER', 'erinoverview')
38
- EGERIA_USER_PASSWORD = os.environ.get('EGERIA_USER_PASSWORD', 'secret')
39
- EGERIA_JUPYTER = bool(os.environ.get('EGERIA_JUPYTER', 'False'))
40
- EGERIA_WIDTH = int(os.environ.get('EGERIA_WIDTH', '200'))
31
+ EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
32
+ EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
33
+ EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
34
+ EGERIA_VIEW_SERVER_URL = os.environ.get(
35
+ "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
36
+ )
37
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
38
+ EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
39
+ EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
40
+ EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
41
+ EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
42
+ EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
43
+ EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
41
44
 
42
45
 
43
46
  disable_ssl_warnings = True
44
47
 
45
48
 
46
- def display_assets(search_string: str, server: str, url: str, username: str, user_password: str, time_out: int = 60,
47
- jupyter: bool = EGERIA_JUPYTER, width: int = EGERIA_WIDTH):
49
+ def display_assets(
50
+ search_string: str,
51
+ server: str,
52
+ url: str,
53
+ username: str,
54
+ user_password: str,
55
+ time_out: int = 60,
56
+ jupyter: bool = EGERIA_JUPYTER,
57
+ width: int = EGERIA_WIDTH,
58
+ ):
48
59
  console = Console(width=width, force_terminal=not jupyter, soft_wrap=True)
49
60
  if (search_string is None) or (len(search_string) < 3):
50
- raise ValueError("Invalid Search String - must be greater than four characters long")
61
+ raise ValueError(
62
+ "Invalid Search String - must be greater than four characters long"
63
+ )
51
64
  g_client = AssetCatalog(server, url, username)
52
65
  token = g_client.create_egeria_bearer_token(username, user_password)
53
66
 
54
-
55
- def generate_table(search_string:str = None) -> Table:
67
+ def generate_table(search_string: str = None) -> Table:
56
68
  """Make a new table."""
57
69
  table = Table(
58
70
  title=f"Assets containing the string {search_string} @ {time.asctime()}",
@@ -64,7 +76,7 @@ def display_assets(search_string: str, server: str, url: str, username: str, use
64
76
  show_lines=True,
65
77
  box=box.ROUNDED,
66
78
  caption=f"View Server '{server}' @ Platform - {url}",
67
- expand=True
79
+ expand=True,
68
80
  )
69
81
  table.add_column("Display Name", max_width=15)
70
82
  table.add_column("Type Name")
@@ -73,21 +85,26 @@ def display_assets(search_string: str, server: str, url: str, username: str, use
73
85
  # table.add_column("Qualified Name",max_width=15)
74
86
  table.add_column("Matching Elements")
75
87
 
76
-
77
- assets = g_client.find_assets_in_domain(search_string, starts_with=True,
78
- ends_with=False, ignore_case=True, page_size=100, time_out=time_out)
88
+ assets = g_client.find_in_asset_domain(
89
+ search_string,
90
+ starts_with=True,
91
+ ends_with=False,
92
+ ignore_case=True,
93
+ page_size=100,
94
+ time_out=time_out,
95
+ )
79
96
  if type(assets) is str:
80
97
  return table
81
98
 
82
99
  for element in assets:
83
- properties = element['properties']
84
- header = element['elementHeader']
85
- nested = element.get('matchingElements','---')
100
+ properties = element["properties"]
101
+ header = element["elementHeader"]
102
+ nested = element.get("matchingElements", "---")
86
103
 
87
- display_name = properties.get("displayName",'---')
104
+ display_name = properties.get("displayName", "---")
88
105
  # qualified_name = properties["qualifiedName"] # we decided that qualified name wasn't useful
89
106
  type_name = header["type"]["typeName"]
90
- tech_type = properties.get("deployedImplementationType",'---')
107
+ tech_type = properties.get("deployedImplementationType", "---")
91
108
  guid = header["guid"]
92
109
  #### We decided that path wasn't useful
93
110
  # path_name = element.get("extendedProperties", None)
@@ -103,20 +120,17 @@ def display_assets(search_string: str, server: str, url: str, username: str, use
103
120
  match_tab.add_column("Properties")
104
121
 
105
122
  for match_t in nested:
106
- match = match_t['elementHeader']
107
- match_type_name = match['type']['typeName']
108
- matching_guid = match['guid']
109
- match_props = match_t['properties']
123
+ match = match_t["elementHeader"]
124
+ match_type_name = match["type"]["typeName"]
125
+ matching_guid = match["guid"]
126
+ match_props = match_t["properties"]
110
127
  match_details_md = ""
111
128
  for key in match_props.keys():
112
129
  match_details_md += f"* {key}: {match_props[key]}\n"
113
130
  match_details_out = Markdown(match_details_md)
114
131
  match_tab.add_row(match_type_name, matching_guid, match_details_out)
115
132
 
116
-
117
- table.add_row(
118
- display_name, type_name,guid, tech_type, match_tab
119
- )
133
+ table.add_row(display_name, type_name, guid, tech_type, match_tab)
120
134
 
121
135
  g_client.close_session()
122
136
  return table
@@ -130,13 +144,18 @@ def display_assets(search_string: str, server: str, url: str, username: str, use
130
144
  with console.pager(styles=True):
131
145
  console.print(generate_table(search_string), soft_wrap=True)
132
146
 
133
-
134
- except (InvalidParameterException, PropertyServerException, UserNotAuthorizedException) as e:
147
+ except (
148
+ InvalidParameterException,
149
+ PropertyServerException,
150
+ UserNotAuthorizedException,
151
+ ) as e:
135
152
  console.print_exception()
136
153
  sys.exit(1)
137
154
 
138
155
  except ValueError as e:
139
- console.print(f"\n\n====> Invalid Search String - must be greater than four characters long")
156
+ console.print(
157
+ f"\n\n====> Invalid Search String - must be greater than four characters long"
158
+ )
140
159
  sys.exit(1)
141
160
 
142
161
 
@@ -158,7 +177,9 @@ def main():
158
177
  try:
159
178
  search_string = Prompt.ask("Enter an asset search string:", default="")
160
179
  display_assets(search_string, server, url, userid, user_pass, time_out)
161
- except(KeyboardInterrupt):
180
+ except KeyboardInterrupt:
162
181
  pass
182
+
183
+
163
184
  if __name__ == "__main__":
164
- main()
185
+ main()
@@ -23,6 +23,8 @@ from pyegeria.commands.cat.list_assets import display_assets
23
23
  from pyegeria.commands.cat.list_cert_types import display_certifications
24
24
  from pyegeria.commands.cat.list_terms import display_glossary_terms
25
25
  from pyegeria.commands.cat.list_projects import display_project_list
26
+ from pyegeria.commands.tech.list_element_graph import display_element_graph
27
+ from pyegeria.commands.tech.list_elements_x import list_elements_x
26
28
  from pyegeria.commands.tech.list_relationships import list_relationships
27
29
  from pyegeria.commands.cat.list_tech_types import display_tech_types
28
30
  from pyegeria.commands.cat.list_todos import display_to_dos as list_todos
@@ -382,6 +384,27 @@ def show_guid_infos(ctx, guid):
382
384
  display_guid(guid, c.server, c.url, c.userid, c.password, c.jupyter, c.width)
383
385
 
384
386
 
387
+ @show_elements.command("element-graph")
388
+ @click.pass_context
389
+ @click.option("--search-string", help="value we are searching for")
390
+ @click.option(
391
+ "--prop-list", default="anchorTypeName", help="List of properties we are searching"
392
+ )
393
+ def list_element_graph(ctx, search_string: str, prop_list: str):
394
+ """List elements with the specified properties"""
395
+ c = ctx.obj
396
+ display_element_graph(
397
+ search_string,
398
+ prop_list,
399
+ c.view_server,
400
+ c.view_server_url,
401
+ c.userid,
402
+ c.password,
403
+ c.jupyter,
404
+ c.width,
405
+ )
406
+
407
+
385
408
  @show_elements.command("related-specifications")
386
409
  @click.pass_context
387
410
  @click.argument("element-guid")
@@ -664,19 +687,36 @@ def valid_metadata_values(ctx, property, type_name):
664
687
 
665
688
  @show_elements.command("elements")
666
689
  @click.pass_context
690
+ @click.option(
691
+ "--extended",
692
+ is_flag=True,
693
+ default=False,
694
+ help="If True, feedback information is displayed",
695
+ )
667
696
  @click.option("--om_type", default="Organization", help="Metadata type to query")
668
- def list_element_info(ctx, om_type):
669
- """Display the valid metadata values for a property and type"""
697
+ def list_element_info(ctx, om_type, extended):
698
+ """Display elements of a specific Open Metadata Type"""
670
699
  c = ctx.obj
671
- list_elements(
672
- om_type,
673
- c.view_server,
674
- c.view_server_url,
675
- c.userid,
676
- c.password,
677
- c.jupyter,
678
- c.width,
679
- )
700
+ if extended:
701
+ list_elements_x(
702
+ om_type,
703
+ c.view_server,
704
+ c.view_server_url,
705
+ c.userid,
706
+ c.password,
707
+ c.jupyter,
708
+ c.width,
709
+ )
710
+ else:
711
+ list_elements(
712
+ om_type,
713
+ c.view_server,
714
+ c.view_server_url,
715
+ c.userid,
716
+ c.password,
717
+ c.jupyter,
718
+ c.width,
719
+ )
680
720
 
681
721
 
682
722
  @show_tech_info.command("processes")
@@ -699,7 +739,7 @@ def list_element_info(ctx):
699
739
  @click.pass_context
700
740
  @click.option("--om_type", default="Project", help="Metadata type to query")
701
741
  def get_element_info(ctx, om_type):
702
- """Display the elements for an Open Metadata Type"""
742
+ """Display a table of elements for an Open Metadata Type"""
703
743
  c = ctx.obj
704
744
  display_elements(
705
745
  om_type,
@@ -941,7 +981,7 @@ def show_certification_types(ctx, search_string):
941
981
  @show_cat_info.command("asset-types")
942
982
  @click.pass_context
943
983
  def show_asset_types(ctx):
944
- """Display engine-host status information"""
984
+ """Display known asset types"""
945
985
  c = ctx.obj
946
986
  display_asset_types(
947
987
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -1023,7 +1063,7 @@ def show_todos(ctx, search_string, status):
1023
1063
  @show_cat_info.command("user-ids")
1024
1064
  @click.pass_context
1025
1065
  def show_todos(ctx):
1026
- """Display a tree graph of information about an asset"""
1066
+ """Display a list of known user ids"""
1027
1067
  c = ctx.obj
1028
1068
  list_user_ids(
1029
1069
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -1045,6 +1085,7 @@ def deployed_data(ctx):
1045
1085
  )
1046
1086
  @click.pass_context
1047
1087
  def show_deployed_servers(ctx, search_string):
1088
+ """Display deployed servers"""
1048
1089
  c = ctx.obj
1049
1090
  display_servers_by_dep_imp(
1050
1091
  search_string,
@@ -1061,7 +1102,7 @@ def show_deployed_servers(ctx, search_string):
1061
1102
  @click.option("--catalog", default="*", help="What database or catalog to search")
1062
1103
  @click.pass_context
1063
1104
  def deployed_schemas(ctx, catalog):
1064
- """Display a tree graph of information about an asset"""
1105
+ """Display deployed schemas"""
1065
1106
  c = ctx.obj
1066
1107
  list_deployed_database_schemas(
1067
1108
  catalog,
@@ -1078,7 +1119,7 @@ def deployed_schemas(ctx, catalog):
1078
1119
  @click.option("--search_server", default="*", help="Server to search for catalogs")
1079
1120
  @click.pass_context
1080
1121
  def list_catalogs(ctx, search_server):
1081
- """Display a tree graph of information about an asset"""
1122
+ """Display deployed catalogs"""
1082
1123
  c = ctx.obj
1083
1124
  list_deployed_catalogs(
1084
1125
  search_server,
@@ -1094,7 +1135,7 @@ def list_catalogs(ctx, search_server):
1094
1135
  @deployed_data.command("databases")
1095
1136
  @click.pass_context
1096
1137
  def list_databases(ctx):
1097
- """Display a tree graph of information about an asset"""
1138
+ """Display deployed databases"""
1098
1139
  c = ctx.obj
1099
1140
  list_deployed_databases(
1100
1141
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -1293,7 +1334,7 @@ def show_tech_type_elements(ctx, tech_type):
1293
1334
  )
1294
1335
  @click.pass_context
1295
1336
  def show_asset_graph(ctx, root_collection):
1296
- """Display a tree graph of information about an asset"""
1337
+ """Display information about a collection"""
1297
1338
  c = ctx.obj
1298
1339
  collection_viewer(
1299
1340
  root_collection,
@@ -1354,8 +1395,8 @@ def show_todos(ctx, search_string, status):
1354
1395
 
1355
1396
  @show_cat_info.command("user-ids")
1356
1397
  @click.pass_context
1357
- def show_todos(ctx):
1358
- """Display a tree graph of information about an asset"""
1398
+ def show_user_ids(ctx):
1399
+ """Display table of known user ids"""
1359
1400
  c = ctx.obj
1360
1401
  list_user_ids(
1361
1402
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -328,7 +328,7 @@ def show_terms(ctx, search_string, glossary_guid, glossary_name):
328
328
  @click.option("--search_string", default="*", help="Name to search for glossaries")
329
329
  @click.pass_context
330
330
  def glossaries(ctx, search_string):
331
- """Display a tree graph of information about an asset"""
331
+ """Display information about a collection"""
332
332
  c = ctx.obj
333
333
  display_glossaries(
334
334
  search_string,
@@ -491,8 +491,8 @@ def show_asset_types(ctx):
491
491
 
492
492
  @info.command("user-ids")
493
493
  @click.pass_context
494
- def show_todos(ctx):
495
- """Display a tree graph of information about an asset"""
494
+ def show_user_ids(ctx):
495
+ """Display a list of known user ids"""
496
496
  c = ctx.obj
497
497
  list_user_ids(
498
498
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -514,6 +514,7 @@ def deployed_data(ctx):
514
514
  )
515
515
  @click.pass_context
516
516
  def show_deployed_servers(ctx, search_string):
517
+ """Display deployed servers"""
517
518
  c = ctx.obj
518
519
  display_servers_by_dep_imp(
519
520
  search_string,
@@ -530,7 +531,7 @@ def show_deployed_servers(ctx, search_string):
530
531
  @click.option("--catalog", default="*", help="What database or catalog to search")
531
532
  @click.pass_context
532
533
  def deployed_schemas(ctx, catalog):
533
- """Display a tree graph of information about an asset"""
534
+ """Display deployed schemas"""
534
535
  c = ctx.obj
535
536
  list_deployed_database_schemas(
536
537
  catalog,
@@ -547,7 +548,7 @@ def deployed_schemas(ctx, catalog):
547
548
  @click.option("--search_server", default="*", help="Server to search for catalogs")
548
549
  @click.pass_context
549
550
  def list_catalogs(ctx, search_server):
550
- """Display a tree graph of information about an asset"""
551
+ """Display deployed catalogs"""
551
552
  c = ctx.obj
552
553
  list_deployed_catalogs(
553
554
  search_server,
@@ -563,7 +564,7 @@ def list_catalogs(ctx, search_server):
563
564
  @deployed_data.command("databases")
564
565
  @click.pass_context
565
566
  def list_databases(ctx):
566
- """Display a tree graph of information about an asset"""
567
+ """Display deployed databases"""
567
568
  c = ctx.obj
568
569
  list_deployed_databases(
569
570
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -17,12 +17,15 @@ from pyegeria.commands.cli.ops_config import Config
17
17
  from pyegeria.commands.tech.get_guid_info import display_guid
18
18
  from pyegeria.commands.tech.get_tech_details import tech_details_viewer
19
19
  from pyegeria.commands.tech.list_asset_types import display_asset_types
20
+ from pyegeria.commands.tech.list_elements_x import list_elements_x
20
21
  from pyegeria.commands.tech.list_registered_services import display_registered_svcs
21
22
  from pyegeria.commands.tech.list_relationship_types import display_relationship_types
22
23
  from pyegeria.commands.tech.list_tech_templates import display_templates_spec
23
24
  from pyegeria.commands.tech.list_valid_metadata_values import display_metadata_values
24
25
  from pyegeria.commands.tech.get_tech_type_template import template_viewer
26
+ from pyegeria.commands.tech.list_element_graph import display_element_graph
25
27
  from pyegeria.commands.tech.list_elements import list_elements
28
+
26
29
  from pyegeria.commands.tech.get_element_info import display_elements
27
30
  from pyegeria.commands.tech.list_related_specification import (
28
31
  display_related_specification,
@@ -237,6 +240,27 @@ def show_related_specifications(ctx, element_guid):
237
240
  )
238
241
 
239
242
 
243
+ @show_elements.command("element-graph")
244
+ @click.pass_context
245
+ @click.option("--search-string", help="value we are searching for")
246
+ @click.option(
247
+ "--prop-list", default="anchorTypeName", help="List of properties we are searching"
248
+ )
249
+ def list_element_graph(ctx, search_string: str, prop_list: str):
250
+ """List elements with the specified properties"""
251
+ c = ctx.obj
252
+ display_element_graph(
253
+ search_string,
254
+ prop_list,
255
+ c.view_server,
256
+ c.view_server_url,
257
+ c.userid,
258
+ c.password,
259
+ c.jupyter,
260
+ c.width,
261
+ )
262
+
263
+
240
264
  @show_tech.command("tech-types")
241
265
  @click.option("--search-string", default="*", help="Tech type to search for")
242
266
  @click.pass_context
@@ -301,7 +325,7 @@ def show_tech_type_templates(ctx, tech_type):
301
325
  @show_info.command("asset-types")
302
326
  @click.pass_context
303
327
  def show_asset_types(ctx):
304
- """Display engine-host status information"""
328
+ """Display known asset types"""
305
329
  c = ctx.obj
306
330
  display_asset_types(
307
331
  c.view_server, c.view_server_url, c.userid, c.password, c.jupyter, c.width
@@ -499,19 +523,36 @@ def valid_metadata_values(ctx, property, type_name):
499
523
 
500
524
  @show_elements.command("elements")
501
525
  @click.pass_context
526
+ @click.option(
527
+ "--extended",
528
+ is_flag=True,
529
+ default=False,
530
+ help="If True, feedback information is displayed",
531
+ )
502
532
  @click.option("--om_type", default="Organization", help="Metadata type to query")
503
- def list_element_info(ctx, om_type):
504
- """Display the valid metadata values for a property and type"""
533
+ def list_element_info(ctx, om_type, extended):
534
+ """Display elements of a specific Open Metadata Type"""
505
535
  c = ctx.obj
506
- list_elements(
507
- om_type,
508
- c.view_server,
509
- c.view_server_url,
510
- c.userid,
511
- c.password,
512
- c.jupyter,
513
- c.width,
514
- )
536
+ if extended:
537
+ list_elements_x(
538
+ om_type,
539
+ c.view_server,
540
+ c.view_server_url,
541
+ c.userid,
542
+ c.password,
543
+ c.jupyter,
544
+ c.width,
545
+ )
546
+ else:
547
+ list_elements(
548
+ om_type,
549
+ c.view_server,
550
+ c.view_server_url,
551
+ c.userid,
552
+ c.password,
553
+ c.jupyter,
554
+ c.width,
555
+ )
515
556
 
516
557
 
517
558
  @show_info.command("processes")
@@ -0,0 +1,99 @@
1
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
2
+ <!-- Copyright Contributors to the Egeria project. -->
3
+ # Overview
4
+
5
+ # Command Line Interfaces
6
+
7
+ ## hey_egeria
8
+
9
+ ## hey_egeria_cat
10
+
11
+ ## hey_egeria_my
12
+
13
+ ## hey_egeria_ops
14
+
15
+ ## hey_egeria_tech
16
+
17
+ # Command Reference
18
+
19
+ | Command | Purpose | Cat | My | Ops | Tech | python |
20
+ |------------------------------------|-----------------------------------------------------|-----|----|-----|------|--------|
21
+ | change_todo_status | Update a ToDo item status | | ✓ | | | |
22
+ | create_glossary | Create a new glossary | ✓ | | | | |
23
+ | create_term | Create a new term | ✓ | | | | |
24
+ | create_todo | Create a new ToDo item | | ✓ | | | |
25
+ | delete_glossary | Delete the specified glossary | ✓ | | | | |
26
+ | delete_term | Delete the specified term | ✓ | | | | |
27
+ | export_terms_to_file | Export the specified glossary | ✓ | | | | |
28
+ | get_asset_graph | Display a tree graph of information about an asset | ✓ | | | | |
29
+ | get_collection | Display a information about a collection | ✓ | | | | |
30
+ | get_element_graph | Return a table of elements and matching elements | | | | ✓ | |
31
+ | get_element_info | Display elements of a specific Open Metadata Type | | | | ✓ | |
32
+ | get_guid_info | Display information about GUID specified object | | | | ✓ | |
33
+ | get_project_dependencies | Show the dependencies of a project from a root | ✓ | | | | |
34
+ | get_project_structure | Show the organization structure of a project | ✓ | | | | |
35
+ | get_tech_details | Show details about a particular technology type | | | | ✓ | |
36
+ | get_tech_type_elements | Display elements of a specific technology type | ✓ | | | | |
37
+ | get_tech_type_template | Display the templates defined for a technology type | ✓ | | | | |
38
+ | hey_egeria | Textual User Interface for the pyegeria commands | | | | | |
39
+ | hey_egeria_cat | Textual User Interface for catalog use | | | | | |
40
+ | hey_egeria_my | Textual User Interface for personal use | | | | | |
41
+ | hey_egeria_ops | Textual User Interface for operations use | | | | | |
42
+ | hey_egeria_tech | Textual User Interface for technical use | | | | | |
43
+ | list_archives | Display the available archives known to Egeria | ✓ | | | | |
44
+ | list_asset_types | List the types of assets known to Egeria | | | | ✓ | |
45
+ | list_assets | Find and display assets in a domain | ✓ | | | | |
46
+ | list_catalog_targets | List the catalog target details for a connection | | | ✓ | | ✓ |
47
+ | list_cert_types | List certification types | ✓ | | | | |
48
+ | list_deployed_catalogs | List deployed catalogs | ✓ | | | | ✓ |
49
+ | list_deployed_databases | List deployed databases | ✓ | | | | ✓ |
50
+ | list_deployed_schemas | List deployed schemas | ✓ | | | | ✓ |
51
+ | list_deployed_servers | List deployed servers | ✓ | | | | |
52
+ | list_elements | Display table of Elements of an Open Metadata type | | | | ✓ | |
53
+ | list_elements_for_classification | List the elements of a classification | | | | ✓ | |
54
+ | list_engine_activity | List engine activity | | | ✓ | | |
55
+ | list_engine_activity_compressed | Compressed view of engine activity | | | ✓ | | ✓ |
56
+ | list_glossaries | List glossaries | ✓ | | | | ✓ |
57
+ | list_gov_action_processes | List governance action processes | | | | ✓ | |
58
+ | list_gov_eng_status | List the status of the governance engines | | | ✓ | | ✓ |
59
+ | list_integ_daemon_status | List status of an integration daemon server | | | ✓ | | ✓ |
60
+ | list_my_profile | List the details of the current user profile | | ✓ | | | |
61
+ | list_my_roles | List the roles of the current user | | ✓ | | | |
62
+ | list_projects | List projects filtered by search string | ✓ | | | | |
63
+ | list_registered_services | List all registered Egeria services | | | | ✓ | |
64
+ | list_related_elements | List elements related to a specific element | | | | ✓ | |
65
+ | list_related_specification | List details of related elements | | | | ✓ | |
66
+ | list_relationship_types | List types of relationships and their attributes | | | | ✓ | |
67
+ | list_relationships | List relationships for elements of a given type | ✓ | | | | |
68
+ | list_tech_templates | | | | | ✓ | |
69
+ | list_tech_types | | ✓ | | | | |
70
+ | list_terms | | ✓ | | | | ✓ |
71
+ | list_todos | | ✓ | | | | |
72
+ | list_user_ids | Display table of known user ids | ✓ | | | | |
73
+ | list_valid_metadata_values | | | | | ✓ | |
74
+ | load_archive | | | | ✓ | | |
75
+ | load_archive_tui | | | | ✓ | | |
76
+ | load_terms_from_file | | ✓ | | | | |
77
+ | mark_todo_complete | | | ✓ | | | |
78
+ | monitor_asset_events | | | | ✓ | | |
79
+ | monitor_coco_status | | | | ✓ | | |
80
+ | monitor_engine_activity | | | | ✓ | | |
81
+ | monitor_engine_activity_compressed | | | | ✓ | | |
82
+ | monitor_gov_eng_status | | | | ✓ | | |
83
+ | monitor_integ_daemon_status | | | | ✓ | | |
84
+ | monitor_my_todos | | | ✓ | | | |
85
+ | monitor_open_todos | | | ✓ | | | |
86
+ | monitor_platform_status | | | | ✓ | | |
87
+ | monitor_server_list | | | | ✓ | | |
88
+ | monitor_server_startup | | | | ✓ | | |
89
+ | monitor_server_status | | | | ✓ | | |
90
+ | reassign_todo | | | ✓ | | | |
91
+ | refresh_gov_eng_config | | | | ✓ | | |
92
+ | refresh_integration_daemon | | | | ✓ | | |
93
+ | restart_integration_daemon | | | | ✓ | | |
94
+ | start_daemon | | | | ✓ | | |
95
+ | stop_daemon | | | | ✓ | | |
96
+
97
+ ----
98
+ License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
99
+ Copyright Contributors to the Egeria project.