pyegeria 0.7.34__tar.gz → 0.7.35__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.
- {pyegeria-0.7.34 → pyegeria-0.7.35}/PKG-INFO +1 -1
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_engine_activity_c.py +32 -19
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyproject.toml +1 -1
- {pyegeria-0.7.34 → pyegeria-0.7.35}/LICENSE +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/README.md +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/doc_samples/Create_Collection_Sample.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/doc_samples/Create_Sustainability_Collection_Sample.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/README.md +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/__init__.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/get_asset_graph.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/get_collection.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/get_project_dependencies.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/get_project_structure.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/get_tech_type_elements.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/get_tech_type_template.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_assets.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_cert_types.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_glossary.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_projects.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_relationships.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_tech_types.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_todos.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cat/list_user_ids.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/__init__.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/egeria.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/egeria_cat.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/egeria_my.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/egeria_ops.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/egeria_tech.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/cli/ops_config.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/README.md +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/__init__.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/list_my_profile.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/list_my_roles.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/monitor_my_todos.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/monitor_open_todos.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/my_profile_actions.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/my/todo_actions.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/README.md +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/__init__.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/engine_actions.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/integration_daemon_actions.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/list_catalog_targets.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/load_archive.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_asset_events.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_coco_status.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_engine_activity.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_platform_status.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_server_list.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/monitor_server_status.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/ops/restart_integration_daemon.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/README.md +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/__init__.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/get_element_info.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/get_guid_info.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/get_tech_details.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_asset_types.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_elements.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_elements_x.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_registered_services.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_related_specification.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_relationship_types.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_tech_templates.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/examples/widgets/tech/x_list_related_elements.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/Xloaded_resources_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/__init__.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/_client.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/_exceptions.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/_globals.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/_validators.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/action_author_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/collection_manager_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/glossary_browser_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/glossary_manager_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/platform_services.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/registered_info.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/server_operations.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/utils.py +0 -0
- {pyegeria-0.7.34 → pyegeria-0.7.35}/pyegeria/valid_metadata_omvs.py +0 -0
@@ -78,13 +78,12 @@ def display_engine_activity_c(
|
|
78
78
|
)
|
79
79
|
table.add_column("Requested Time")
|
80
80
|
table.add_column("Core Info")
|
81
|
+
table.add_column("Target Elements")
|
81
82
|
|
82
|
-
# table.add_column("Request Type")
|
83
83
|
table.add_column("Action Status")
|
84
|
-
table.add_column("Target Element")
|
85
84
|
table.add_column("Completion Time")
|
86
|
-
table.add_column("
|
87
|
-
table.add_column("Completion Message")
|
85
|
+
table.add_column("Core Results")
|
86
|
+
# table.add_column("Completion Message")
|
88
87
|
|
89
88
|
token = g_client.create_egeria_bearer_token()
|
90
89
|
action_status = g_client.get_engine_actions()
|
@@ -106,9 +105,10 @@ def display_engine_activity_c(
|
|
106
105
|
reverse=True,
|
107
106
|
)
|
108
107
|
for action in sorted_action_status:
|
109
|
-
requested_time = action.get("requestedTime", " ")
|
110
|
-
start_time = action.get("startTime", " ")
|
111
|
-
completion_time = action.get("completionTime", " ")
|
108
|
+
requested_time = action.get("requestedTime", " ")[:-10]
|
109
|
+
start_time = action.get("startTime", " ")[:-10]
|
110
|
+
completion_time = action.get("completionTime", " ")[:-10]
|
111
|
+
completion_guards = action.get("completionGuards", " ")
|
112
112
|
|
113
113
|
engine_name = action["governanceEngineName"]
|
114
114
|
request_type = action["requestType"]
|
@@ -125,39 +125,52 @@ def display_engine_activity_c(
|
|
125
125
|
else:
|
126
126
|
action_status = f"[red]{action['actionStatus']}"
|
127
127
|
|
128
|
+
request_parameters_md = " "
|
129
|
+
request_parameters = action.get("requestParameters", "Empty")
|
130
|
+
if type(request_parameters) is dict:
|
131
|
+
for key, value in request_parameters.items():
|
132
|
+
request_parameters_md += f"\t* {key}: {value}\n"
|
133
|
+
|
128
134
|
targets = action.get("actionTargetElements", "Empty")
|
129
135
|
if type(targets) is list:
|
130
|
-
tgt_tab = Table()
|
131
|
-
tgt_tab.add_column("name")
|
132
|
-
tgt_tab.add_column("guid", no_wrap=True)
|
133
|
-
tgt_tab.add_column("type_name")
|
134
136
|
targets_md = ""
|
135
137
|
for target in targets:
|
136
138
|
t_name = target["actionTargetName"]
|
137
139
|
t_guid = target["actionTargetGUID"]
|
138
140
|
t_type = target["targetElement"]["type"]["typeName"]
|
139
|
-
|
141
|
+
targets_md += (
|
142
|
+
f"* Target Name: {t_name}\n"
|
143
|
+
f" * Target GUID: {t_guid}\n"
|
144
|
+
f" * Target Type: {t_type}\n"
|
145
|
+
)
|
146
|
+
|
140
147
|
# target_element = json.dumps(target[0]["targetElement"]["elementProperties"]["propertiesAsStrings"])
|
141
|
-
target_element =
|
148
|
+
target_element = Markdown(f"{targets_md} ---\n")
|
142
149
|
else:
|
143
150
|
target_element = " "
|
144
151
|
|
145
|
-
process_name = action.get("processName", "
|
152
|
+
process_name = action.get("processName", "Null")
|
146
153
|
completion_message = action.get("completionMessage", " ")
|
147
|
-
|
154
|
+
core_results_md = (
|
155
|
+
f"* Completion Guards: {completion_guards}\n"
|
156
|
+
f"* Completion Message: {completion_message}"
|
157
|
+
)
|
158
|
+
core_results_out = Markdown(core_results_md)
|
148
159
|
core_info_md = (
|
149
160
|
f"* Start Time: {start_time}\n* Engine Name: {engine_name}\n* GUID: {action_guid}\n"
|
150
|
-
f"* Request
|
161
|
+
f"* Request Type: {request_type}\n"
|
162
|
+
f"* Process Name: {process_name}\n"
|
163
|
+
f"---\n"
|
164
|
+
f"* Request Parameters: \n{request_parameters_md}\n"
|
151
165
|
)
|
152
166
|
core_info_out = Markdown(core_info_md)
|
153
167
|
table.add_row(
|
154
168
|
requested_time,
|
155
169
|
core_info_out,
|
156
|
-
action_status,
|
157
170
|
target_element,
|
171
|
+
action_status,
|
158
172
|
completion_time,
|
159
|
-
|
160
|
-
completion_message,
|
173
|
+
core_results_out,
|
161
174
|
)
|
162
175
|
else:
|
163
176
|
print("Egeria integration daemon not running")
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-0.7.34 → pyegeria-0.7.35}/examples/doc_samples/Create_Sustainability_Collection_Sample.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|