pyegeria 1.5.1.1.37__tar.gz → 1.5.1.1.39__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 (173) hide show
  1. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/PKG-INFO +1 -1
  2. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/glossary_actions.py +26 -2
  3. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_glossaries.py +4 -2
  4. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_servers_deployed_imp.py +9 -3
  5. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_terms.py +11 -8
  6. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/egeria.py +15 -2
  7. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/egeria_cat.py +5 -1
  8. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/egeria_ops.py +10 -1
  9. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_engine_activity.py +45 -11
  10. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_engine_activity_c.py +17 -3
  11. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/glossary_manager_omvs.py +149 -54
  12. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyproject.toml +1 -1
  13. pyegeria-1.5.1.1.37/pyegeria/commands/.DS_Store +0 -0
  14. pyegeria-1.5.1.1.37/pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  15. pyegeria-1.5.1.1.37/pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
  16. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
  17. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
  18. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
  19. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
  20. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
  21. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
  22. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
  23. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
  24. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_archives.cpython-312.pyc +0 -0
  25. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
  26. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
  27. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
  28. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
  29. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
  30. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
  31. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
  32. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_relationships.cpython-312.pyc +0 -0
  33. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
  34. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
  35. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
  36. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
  37. pyegeria-1.5.1.1.37/pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
  38. pyegeria-1.5.1.1.37/pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  39. pyegeria-1.5.1.1.37/pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
  40. pyegeria-1.5.1.1.37/pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
  41. pyegeria-1.5.1.1.37/pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
  42. pyegeria-1.5.1.1.37/pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
  43. pyegeria-1.5.1.1.37/pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
  44. pyegeria-1.5.1.1.37/pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
  45. pyegeria-1.5.1.1.37/pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
  46. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
  47. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
  48. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
  49. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
  50. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
  51. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
  52. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
  53. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
  54. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
  55. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
  56. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
  57. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
  58. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
  59. pyegeria-1.5.1.1.37/pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
  60. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
  61. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
  62. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
  63. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
  64. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
  65. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_elements.cpython-312.pyc +0 -0
  66. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
  67. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
  68. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
  69. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
  70. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
  71. pyegeria-1.5.1.1.37/pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
  72. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/LICENSE +0 -0
  73. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/README.md +0 -0
  74. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/README.md +0 -0
  75. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/__init__.py +0 -0
  76. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/_client.py +0 -0
  77. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/_deprecated_gov_engine.py +0 -0
  78. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/_exceptions.py +0 -0
  79. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/_globals.py +0 -0
  80. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/_validators.py +0 -0
  81. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/asset_catalog_omvs.py +0 -0
  82. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/automated_curation_omvs.py +0 -0
  83. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/classification_manager_omvs.py +0 -0
  84. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/collection_manager_omvs.py +0 -0
  85. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/README.md +0 -0
  86. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/__init__.py +0 -0
  87. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/README.md +0 -0
  88. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/__init__.py +0 -0
  89. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/get_asset_graph.py +0 -0
  90. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/get_collection.py +0 -0
  91. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/get_project_dependencies.py +0 -0
  92. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/get_project_structure.py +0 -0
  93. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/get_tech_type_elements.py +0 -0
  94. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/get_tech_type_template.py +0 -0
  95. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_archives.py +0 -0
  96. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_assets.py +0 -0
  97. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_cert_types.py +0 -0
  98. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_deployed_catalogs.py +0 -0
  99. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_deployed_database_schemas.py +0 -0
  100. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_deployed_databases.py +0 -0
  101. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_projects.py +0 -0
  102. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_relationships.py +0 -0
  103. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_tech_types.py +0 -0
  104. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_todos.py +0 -0
  105. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cat/list_user_ids.py +0 -0
  106. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/__init__.py +0 -0
  107. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/egeria_my.py +0 -0
  108. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/egeria_tech.py +0 -0
  109. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/cli/ops_config.py +0 -0
  110. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/README.md +0 -0
  111. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/__init__.py +0 -0
  112. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/list_my_profile.py +0 -0
  113. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/list_my_roles.py +0 -0
  114. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/monitor_my_todos.py +0 -0
  115. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/monitor_open_todos.py +0 -0
  116. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/my/todo_actions.py +0 -0
  117. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/README.md +0 -0
  118. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/__init__.py +0 -0
  119. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/gov_server_actions.py +0 -0
  120. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/list_catalog_targets.py +0 -0
  121. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/load_archive.py +0 -0
  122. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_asset_events.py +0 -0
  123. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_gov_eng_status.py +0 -0
  124. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_integ_daemon_status.py +0 -0
  125. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_platform_status.py +0 -0
  126. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_server_startup.py +0 -0
  127. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/monitor_server_status.py +0 -0
  128. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/orig_monitor_server_list.py +0 -0
  129. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/orig_monitor_server_status.py +0 -0
  130. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/refresh_integration_daemon.py +0 -0
  131. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/restart_integration_daemon.py +0 -0
  132. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/table_integ_daemon_status.py +0 -0
  133. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/ops/x_engine_actions.py +0 -0
  134. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/README.md +0 -0
  135. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/__init__.py +0 -0
  136. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/get_element_graph.py +0 -0
  137. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/get_element_info.py +0 -0
  138. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/get_guid_info.py +0 -0
  139. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/get_tech_details.py +0 -0
  140. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_asset_types.py +0 -0
  141. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_elements.py +0 -0
  142. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_elements_for_classification.py +0 -0
  143. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_elements_x.py +0 -0
  144. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_gov_action_processes.py +0 -0
  145. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_registered_services.py +0 -0
  146. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_related_elements.py +0 -0
  147. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_related_specification.py +0 -0
  148. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_relationship_types.py +0 -0
  149. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_tech_templates.py +0 -0
  150. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/list_valid_metadata_values.py +0 -0
  151. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/table_tech_templates.py +0 -0
  152. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/commands/tech/x_list_related_elements.py +0 -0
  153. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/core_omag_server_config.py +0 -0
  154. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/create_tech_guid_lists.py +0 -0
  155. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/egeria_cat_client.py +0 -0
  156. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/egeria_client.py +0 -0
  157. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/egeria_config_client.py +0 -0
  158. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/egeria_my_client.py +0 -0
  159. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/egeria_tech_client.py +0 -0
  160. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/feedback_manager_omvs.py +0 -0
  161. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/full_omag_server_config.py +0 -0
  162. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/glossary_browser_omvs.py +0 -0
  163. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/mermaid_utilities.py +0 -0
  164. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/my_profile_omvs.py +0 -0
  165. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/platform_services.py +0 -0
  166. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/project_manager_omvs.py +0 -0
  167. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/registered_info.py +0 -0
  168. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/runtime_manager_omvs.py +0 -0
  169. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/server_operations.py +0 -0
  170. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/template_manager_omvs.py +0 -0
  171. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/utils.py +0 -0
  172. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/pyegeria/valid_metadata_omvs.py +0 -0
  173. {pyegeria-1.5.1.1.37 → pyegeria-1.5.1.1.39}/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.37
3
+ Version: 1.5.1.1.39
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -259,7 +259,7 @@ def create_term(
259
259
  def load_terms(
260
260
  glossary_name, file_name, verbose, upsert, server, url, userid, password, timeout
261
261
  ):
262
- """Delete the glossary specified"""
262
+ """Load terms from file into the glossary specified"""
263
263
  m_client = EgeriaTech(server, url, user_id=userid, user_pwd=password)
264
264
  token = m_client.create_egeria_bearer_token()
265
265
  try:
@@ -294,7 +294,7 @@ def load_terms(
294
294
  @click.option("--password", default=EGERIA_USER_PASSWORD, help="Egeria user password")
295
295
  @click.option("--timeout", default=60, help="Number of seconds to wait")
296
296
  def export_terms(glossary_guid, file_name, server, url, userid, password, timeout):
297
- """Delete the glossary specified"""
297
+ """Export the glossary specified"""
298
298
  m_client = EgeriaTech(server, url, user_id=userid, user_pwd=password)
299
299
  token = m_client.create_egeria_bearer_token()
300
300
  try:
@@ -308,3 +308,27 @@ def export_terms(glossary_guid, file_name, server, url, userid, password, timeou
308
308
  print_exception_response(e)
309
309
  finally:
310
310
  m_client.close_session()
311
+
312
+
313
+ @click.command("delete-term")
314
+ @click.option("--term-guid", help="Unique identity of term", required=True)
315
+ @click.option("--server", default=EGERIA_VIEW_SERVER, help="Egeria view server to use")
316
+ @click.option(
317
+ "--url", default=EGERIA_VIEW_SERVER_URL, help="URL of Egeria platform to connect to"
318
+ )
319
+ @click.option("--userid", default=EGERIA_USER, help="Egeria user")
320
+ @click.option("--password", default=EGERIA_USER_PASSWORD, help="Egeria user password")
321
+ @click.option("--timeout", default=60, help="Number of seconds to wait")
322
+ def delete_term(term_guid, server, url, userid, password, timeout):
323
+ """Delete the Term specified"""
324
+ m_client = EgeriaTech(server, url, user_id=userid, user_pwd=password)
325
+ token = m_client.create_egeria_bearer_token()
326
+ try:
327
+ m_client.delete_term(term_guid)
328
+
329
+ click.echo(f"Deleted term: {term_guid}")
330
+
331
+ except (InvalidParameterException, PropertyServerException) as e:
332
+ print_exception_response(e)
333
+ finally:
334
+ m_client.close_session()
@@ -87,7 +87,9 @@ def display_glossaries(
87
87
  expand=True,
88
88
  )
89
89
  table.add_column("Glossary Name")
90
- table.add_column("Qualified Name / GUID", width=38, no_wrap=True)
90
+ table.add_column(
91
+ "Qualified Name & GUID", width=38, no_wrap=True, justify="center"
92
+ )
91
93
  table.add_column("Language")
92
94
  table.add_column("Description")
93
95
  table.add_column("Usage")
@@ -101,7 +103,7 @@ def display_glossaries(
101
103
  display_name = glossary["glossaryProperties"]["displayName"]
102
104
  qualified_name = glossary["glossaryProperties"]["qualifiedName"]
103
105
  guid = glossary["elementHeader"]["guid"]
104
- q_name = f"{qualified_name}\n\n{guid}"
106
+ q_name = Text(f"{qualified_name}\n&\n{guid}", justify="center")
105
107
  language = glossary["glossaryProperties"]["language"]
106
108
  description = glossary["glossaryProperties"]["description"]
107
109
  usage = glossary["glossaryProperties"]["usage"]
@@ -81,10 +81,14 @@ def display_servers_by_dep_imp(
81
81
  table.add_column("Description")
82
82
  table.add_column("Qualified Name & GUID", no_wrap=True)
83
83
 
84
- server_list = p_client.get_servers_by_dep_impl_type(filter)
85
- if type(server_list) is str:
84
+ unsorted_server_list = p_client.get_servers_by_dep_impl_type(filter)
85
+ if type(unsorted_server_list) is str:
86
86
  print("No matching Software Servers found?")
87
87
  sys.exit(1)
88
+ server_list = sorted(
89
+ unsorted_server_list,
90
+ key=lambda x: x["properties"].get("displayName", "---").lower(),
91
+ )
88
92
 
89
93
  for server in server_list:
90
94
  display_name = server["properties"].get("displayName", "---")
@@ -144,7 +148,9 @@ def main():
144
148
  url = args.url if args.url is not None else EGERIA_PLATFORM_URL
145
149
  userid = args.userid if args.userid is not None else EGERIA_ADMIN_USER
146
150
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
147
- filter = Prompt.ask("Search string", default="*")
151
+ filter = Prompt.ask(
152
+ "Filter deployed for deployed implementation type by search string", default="*"
153
+ )
148
154
  display_servers_by_dep_imp(filter, server, url, userid, user_pass)
149
155
 
150
156
 
@@ -88,10 +88,7 @@ def display_glossary_terms(
88
88
  token = g_client.create_egeria_bearer_token()
89
89
  if (glossary_name is not None) and (glossary_name != "*"):
90
90
  glossary_guid = g_client.__get_guid__(
91
- glossary_guid,
92
- glossary_name,
93
- "qualifiedName",
94
- "Glossary",
91
+ glossary_guid, glossary_name, "qualifiedName", None, "Glossary"
95
92
  )
96
93
 
97
94
  def generate_table(search_string: str, glossary_guid: str = None) -> Table:
@@ -141,14 +138,20 @@ def display_glossary_terms(
141
138
  if props == "None":
142
139
  return table
143
140
 
144
- display_name = Text(props["displayName"], style=style)
141
+ display_name = Text(props["displayName"], style=style, justify="center")
145
142
  qualified_name = props["qualifiedName"]
146
143
  term_guid = term["elementHeader"]["guid"]
147
- q_name = Text(f"{qualified_name}\n\t\t&\n{term_guid}", style=style)
148
- abbrev = Text(props.get("abbreviation", " "), style=style)
144
+ q_name = Text(
145
+ f"{qualified_name}\n&\n{term_guid}", style=style, justify="center"
146
+ )
147
+ abbrev = Text(props.get("abbreviation", " "), style=style, justify="center")
149
148
  summary = Text(props.get("summary", " "), style=style)
150
149
  description = Text(props.get("description", " "), style=style)
151
- version = Text(props.get("publishVersionIdentifier", " "), style=style)
150
+ version = Text(
151
+ props.get("publishVersionIdentifier", " "),
152
+ style=style,
153
+ justify="center",
154
+ )
152
155
 
153
156
  classifications = term["elementHeader"]["classifications"]
154
157
  glossary_guid = None
@@ -43,6 +43,7 @@ from pyegeria.commands.cat.glossary_actions import (
43
43
  delete_glossary,
44
44
  create_term,
45
45
  load_terms,
46
+ delete_term,
46
47
  export_terms,
47
48
  )
48
49
  from pyegeria.commands.cat.list_glossaries import display_glossaries
@@ -936,7 +937,9 @@ def archives(ctx):
936
937
 
937
938
  @show.command("deployed-servers")
938
939
  @click.option(
939
- "--search-string", default="*", help="Filter deployed servers by search string"
940
+ "--search-string",
941
+ default="*",
942
+ help="Filter deployed for deployed implementation type by search string",
940
943
  )
941
944
  @click.pass_context
942
945
  def show_deployed_servers(ctx, search_string):
@@ -1035,6 +1038,7 @@ tell.add_command(reassign_todo)
1035
1038
  tell.add_command(delete_todo)
1036
1039
  tell.add_command(create_todo)
1037
1040
  tell.add_command(load_terms)
1041
+ tell.add_command(delete_term)
1038
1042
  tell.add_command(export_terms)
1039
1043
 
1040
1044
 
@@ -1180,6 +1184,13 @@ def gov_eng_status(ctx, engine_list, engine_host, list):
1180
1184
 
1181
1185
 
1182
1186
  @engine_host.command("activity")
1187
+ @click.option(
1188
+ "--rowlimit",
1189
+ default=0,
1190
+ type=int,
1191
+ show_default=True,
1192
+ help="If non-zero, limit the number of rows returned",
1193
+ )
1183
1194
  @click.option(
1184
1195
  "--list", is_flag=True, default=False, help="If True, a paged list will be shown"
1185
1196
  )
@@ -1191,11 +1202,12 @@ def gov_eng_status(ctx, engine_list, engine_host, list):
1191
1202
  help="Compressed combines some attributes into a single column",
1192
1203
  )
1193
1204
  @click.pass_context
1194
- def eng_activity_status(ctx, list, compressed):
1205
+ def eng_activity_status(ctx, rowlimit: int, list: bool, compressed: bool):
1195
1206
  """Show Governance Activity in engine-host"""
1196
1207
  c = ctx.obj
1197
1208
  if compressed:
1198
1209
  display_engine_activity_c(
1210
+ rowlimit,
1199
1211
  c.view_server,
1200
1212
  c.view_server_url,
1201
1213
  c.admin_user,
@@ -1206,6 +1218,7 @@ def eng_activity_status(ctx, list, compressed):
1206
1218
  )
1207
1219
  else:
1208
1220
  display_engine_activity(
1221
+ rowlimit,
1209
1222
  c.view_server,
1210
1223
  c.view_server_url,
1211
1224
  c.admin_user,
@@ -22,6 +22,7 @@ from pyegeria.commands.cat.glossary_actions import (
22
22
  create_glossary,
23
23
  delete_glossary,
24
24
  create_term,
25
+ delete_term,
25
26
  load_terms,
26
27
  export_terms,
27
28
  )
@@ -519,7 +520,9 @@ def list_archives(ctx):
519
520
 
520
521
  @show.command("deployed-servers")
521
522
  @click.option(
522
- "--search-string", default="*", help="Filter deployed servers by search string"
523
+ "--search-string",
524
+ default="*",
525
+ help="Filter deployed for deployed implementation type by search string",
523
526
  )
524
527
  @click.pass_context
525
528
  def show_deployed_servers(ctx, search_string):
@@ -615,6 +618,7 @@ tell.add_command(mark_todo_complete)
615
618
  tell.add_command(reassign_todo)
616
619
  tell.add_command(delete_todo)
617
620
  tell.add_command(create_todo)
621
+ tell.add_command(delete_term)
618
622
  tell.add_command(load_terms)
619
623
  tell.add_command(export_terms)
620
624
 
@@ -302,6 +302,13 @@ def gov_eng_status(ctx, engine_list, engine_host, list):
302
302
 
303
303
 
304
304
  @engine_host.command("activity")
305
+ @click.option(
306
+ "--rowlimit",
307
+ default=0,
308
+ type=int,
309
+ show_default=True,
310
+ help="If non-zero, limit the number of rows returned",
311
+ )
305
312
  @click.option(
306
313
  "--compressed",
307
314
  is_flag=True,
@@ -317,11 +324,12 @@ def gov_eng_status(ctx, engine_list, engine_host, list):
317
324
  help="If True, a paged list will be shown",
318
325
  )
319
326
  @click.pass_context
320
- def eng_activity_status(ctx, list, compressed):
327
+ def eng_activity_status(ctx, rowlimit: int, list: bool, compressed: bool):
321
328
  """Show Governance Activity in engine-host"""
322
329
  c = ctx.obj
323
330
  if compressed:
324
331
  display_engine_activity_c(
332
+ rowlimit,
325
333
  c.view_server,
326
334
  c.view_server_url,
327
335
  c.admin_user,
@@ -332,6 +340,7 @@ def eng_activity_status(ctx, list, compressed):
332
340
  )
333
341
  else:
334
342
  display_engine_activity(
343
+ rowlimit,
335
344
  c.view_server,
336
345
  c.view_server_url,
337
346
  c.admin_user,
@@ -51,20 +51,42 @@ disable_ssl_warnings = True
51
51
 
52
52
 
53
53
  def display_engine_activity(
54
- server: str,
55
- url: str,
56
- user: str,
57
- user_pass: str,
58
- paging: bool,
54
+ row_limit: int = 0,
55
+ view_server: str = EGERIA_VIEW_SERVER,
56
+ view_url: str = EGERIA_VIEW_SERVER_URL,
57
+ user: str = EGERIA_USER,
58
+ user_pass: str = EGERIA_USER_PASSWORD,
59
+ paging: bool = True,
59
60
  jupyter: bool = EGERIA_JUPYTER,
60
- width=EGERIA_WIDTH,
61
+ width: int = EGERIA_WIDTH,
61
62
  ):
62
- g_client = AutomatedCuration(server, url, user, user_pwd=user_pass)
63
+ """Display governance engine activity as a table.
64
+
65
+ Parameters
66
+ ----------
67
+ row_limit : int, opt, default = 0
68
+ If non-zero, limit the number of rows returned
69
+ view_server : str
70
+ The Egeria view server name.
71
+ view_url : str
72
+ The URL for the Egeria view server.
73
+ user : str
74
+ The user name for authenticating with the Egeria server.
75
+ user_pass : str
76
+ The user password for authenticating with the Egeria server.
77
+ paging : bool, default is True
78
+ Whether to enable paging mode when displaying the table.
79
+ jupyter : bool
80
+ Indicates if the environment is a Jupyter notebook.
81
+ width : int
82
+ The width of the console for table printing.
83
+ """
84
+ g_client = AutomatedCuration(view_server, view_url, user, user_pwd=user_pass)
63
85
 
64
86
  def generate_table() -> Table:
65
87
  """Make a new table."""
66
88
  table = Table(
67
- title=f"Engine Action Status for Platform {url} @ {time.asctime()}",
89
+ title=f"Engine Action Status for Platform {view_url} @ {time.asctime()}",
68
90
  style="bold white on black",
69
91
  row_styles=["bold white on black"],
70
92
  header_style="white on dark_blue",
@@ -72,7 +94,7 @@ def display_engine_activity(
72
94
  caption_style="white on black",
73
95
  show_lines=True,
74
96
  box=box.ROUNDED,
75
- caption=f"Engine Status for Server '{server}' @ Platform - {url}",
97
+ caption=f"Engine Status for Server '{view_server}' @ Platform - {view_url}",
76
98
  expand=True,
77
99
  )
78
100
  table.add_column("Requested Time")
@@ -105,7 +127,11 @@ def display_engine_activity(
105
127
  key=lambda i: i.get("requestedTime", time.asctime()),
106
128
  reverse=True,
107
129
  )
130
+ row_count = 0
108
131
  for action in sorted_action_status:
132
+ if row_limit > 0 and row_count >= row_limit:
133
+ break
134
+ row_count += 1
109
135
  requested_time = action.get("requestedTime", " ")
110
136
  start_time = action.get("startTime", " ")
111
137
  completion_time = action.get("completionTime", " ")
@@ -193,6 +219,9 @@ def display_engine_activity(
193
219
 
194
220
  def main_live():
195
221
  parser = argparse.ArgumentParser()
222
+ parser.add_argument(
223
+ "--rowlimit", default=0, help="Number of rows to return; 0 for all"
224
+ )
196
225
  parser.add_argument("--server", help="Name of the server to display status for")
197
226
  parser.add_argument("--url", help="URL Platform to connect to")
198
227
  parser.add_argument("--userid", help="User Id")
@@ -204,14 +233,18 @@ def main_live():
204
233
  url = args.url if args.url is not None else EGERIA_VIEW_SERVER_URL
205
234
  userid = args.userid if args.userid is not None else EGERIA_USER
206
235
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
236
+ rowlimit = int(args.rowlimit) if args.rowlimit is not None else 0
207
237
 
208
238
  display_engine_activity(
209
- server=server, url=url, user=userid, user_pass=user_pass, paging=False
239
+ rowlimit, server, url, user=userid, user_pass=user_pass, paging=False
210
240
  )
211
241
 
212
242
 
213
243
  def main_paging():
214
244
  parser = argparse.ArgumentParser()
245
+ parser.add_argument(
246
+ "--rowlimit", default=0, help="Number of rows to return; 0 for all"
247
+ )
215
248
  parser.add_argument("--server", help="Name of the server to display status for")
216
249
  parser.add_argument("--url", help="URL Platform to connect to")
217
250
  parser.add_argument("--userid", help="User Id")
@@ -223,9 +256,10 @@ def main_paging():
223
256
  url = args.url if args.url is not None else EGERIA_VIEW_SERVER_URL
224
257
  userid = args.userid if args.userid is not None else EGERIA_USER
225
258
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
259
+ rowlimit = int(args.rowlimit) if args.rowlimit is not None else 0
226
260
 
227
261
  display_engine_activity(
228
- server=server, url=url, user=userid, user_pass=user_pass, paging=True
262
+ rowlimit, server, url, user=userid, user_pass=user_pass, paging=True
229
263
  )
230
264
 
231
265
 
@@ -54,6 +54,7 @@ disable_ssl_warnings = True
54
54
 
55
55
 
56
56
  def display_engine_activity_c(
57
+ row_limit: int = 0,
57
58
  view_server: str = EGERIA_VIEW_SERVER,
58
59
  view_url: str = EGERIA_VIEW_SERVER_URL,
59
60
  user: str = EGERIA_USER,
@@ -66,6 +67,8 @@ def display_engine_activity_c(
66
67
 
67
68
  Parameters
68
69
  ----------
70
+ row_limit : int, opt, default = 0
71
+ If non-zero, limit the number of rows returned
69
72
  view_server : str
70
73
  The Egeria view server name.
71
74
  view_url : str
@@ -125,7 +128,11 @@ def display_engine_activity_c(
125
128
  key=lambda i: i.get("requestedTime", time.asctime()),
126
129
  reverse=True,
127
130
  )
131
+ row_count = 0
128
132
  for action in sorted_action_status:
133
+ if row_limit > 0 and row_count >= row_limit:
134
+ break
135
+ row_count += 1
129
136
  requested_time = action.get("requestedTime", " ")[:-10]
130
137
  start_time = action.get("startTime", " ")[:-10]
131
138
  completion_time = action.get("completionTime", " ")[:-10]
@@ -229,6 +236,9 @@ def display_engine_activity_c(
229
236
 
230
237
  def main_live():
231
238
  parser = argparse.ArgumentParser()
239
+ parser.add_argument(
240
+ "--rowlimit", default=0, help="Number of rows to return; 0 for all"
241
+ )
232
242
  parser.add_argument("--server", help="Name of the server to display status for")
233
243
  parser.add_argument("--url", help="URL Platform to connect to")
234
244
  parser.add_argument("--userid", help="User Id")
@@ -240,14 +250,17 @@ def main_live():
240
250
  url = args.url if args.url is not None else EGERIA_VIEW_SERVER_URL
241
251
  userid = args.userid if args.userid is not None else EGERIA_USER
242
252
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
243
-
253
+ rowlimit = int(args.rowlimit) if args.rowlimit is not None else 0
244
254
  display_engine_activity_c(
245
- server=server, url=url, user=userid, user_pass=user_pass, paging=False
255
+ rowlimit, server, url, user=userid, user_pass=user_pass, paging=False
246
256
  )
247
257
 
248
258
 
249
259
  def main_paging():
250
260
  parser = argparse.ArgumentParser()
261
+ parser.add_argument(
262
+ "--rowlimit", default=0, help="Number of rows to return; 0 for all"
263
+ )
251
264
  parser.add_argument("--server", help="Name of the server to display status for")
252
265
  parser.add_argument("--url", help="URL Platform to connect to")
253
266
  parser.add_argument("--userid", help="User Id")
@@ -259,9 +272,10 @@ def main_paging():
259
272
  url = args.url if args.url is not None else EGERIA_VIEW_SERVER_URL
260
273
  userid = args.userid if args.userid is not None else EGERIA_USER
261
274
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
275
+ rowlimit = int(args.rowlimit) if args.rowlimit is not None else 0
262
276
 
263
277
  display_engine_activity_c(
264
- server=server, url=url, user=userid, user_pass=user_pass, paging=True
278
+ rowlimit, server, url, user=userid, user_pass=user_pass, paging=True
265
279
  )
266
280
 
267
281