pyegeria 5.3.3.10.dev5__py3-none-any.whl → 5.3.3.10.dev6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyegeria/_client.py CHANGED
@@ -10,6 +10,8 @@ import asyncio
10
10
  import inspect
11
11
  import json
12
12
  import os
13
+ from datetime import datetime
14
+
13
15
  from pyegeria import body_slimmer
14
16
  import httpx
15
17
  from httpx import AsyncClient, Response
@@ -469,7 +471,7 @@ class Client:
469
471
  msg = OMAGCommonErrorCode.CLIENT_SIDE_REST_API_ERROR.value[
470
472
  "message_template"
471
473
  ].format(
472
- str(response.status_code),
474
+ str(response.status_code) + " " + datetime.now().strftime("%H: %M: %S") ,
473
475
  caller_method,
474
476
  class_name,
475
477
  endpoint,
@@ -143,7 +143,9 @@ def display_status(
143
143
  return table
144
144
 
145
145
  try:
146
- with Live(generate_table(), refresh_per_second=4, screen=True) as live:
146
+ # with Live(generate_table(), refresh_per_second=1, screen=True) as live:
147
+ with Live(generate_table(), refresh_per_second=1, screen=False, transient=False) as live:
148
+
147
149
  while True:
148
150
  time.sleep(5)
149
151
  live.update(generate_table())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.3.10.dev5
3
+ Version: 5.3.3.10.dev6
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -1,7 +1,7 @@
1
1
  pyegeria/.DS_Store,sha256=NXvKqE04FGJAyq25tRApO9AJj14vF1vzFC-R0JjEWhc,6148
2
2
  pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
3
3
  pyegeria/__init__.py,sha256=tz1P5kqvvPpSUDWTTP6aFdi8jLc5lV5yWvlxjHddXtU,21970
4
- pyegeria/_client.py,sha256=9yZfSyLJqq5ORlM7NzeaozXjPX0i9YsfD2Ue3mN9Y9Q,30811
4
+ pyegeria/_client.py,sha256=Hj8Tmo6DuKJPLROZrUw7NXzo7O_BgbewlvRwJZPKPBA,30889
5
5
  pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
6
6
  pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
7
7
  pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
@@ -233,7 +233,7 @@ pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=nSPZscEFnlljaA4AMNQqhY2Sy
233
233
  pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=1HPJHIrBIohJPPw0wHae2rvGgLSmgMgucRujcug5Qwk,11768
234
234
  pyegeria/commands/ops/monitor_platform_status.py,sha256=J_DdUDWv2FtY9DeJamdnWJmFK6Ua9L1GU_yFvb-zcTc,7180
235
235
  pyegeria/commands/ops/monitor_server_startup.py,sha256=bvLqxoRiw9tJzNtChZ70a5w_23UyJLlrlmbMnmZ5QN4,3908
236
- pyegeria/commands/ops/monitor_server_status.py,sha256=ZEi4HUSXVgN0z25dvfIRiY6V6kARsaz7daz9uG0RKbA,7005
236
+ pyegeria/commands/ops/monitor_server_status.py,sha256=uUeruDW8q4PYq2JYq9CxrESVpUCohwPppSWAtdNyu8Y,7106
237
237
  pyegeria/commands/ops/orig_monitor_server_list.py,sha256=tHGigEuUVZ8OA4ut5UscYK9HHeQevQ_MlIkE4XHYER8,4644
238
238
  pyegeria/commands/ops/orig_monitor_server_status.py,sha256=povaYQ-Y8QJvwaFuWp_BLUThjjTTbmu-21h7zi8NlWk,4026
239
239
  pyegeria/commands/ops/refresh_integration_daemon.py,sha256=aOIy7xsYfNwuiZ-8aXcd2RoRaBkakYQF5JPIWz1dlxE,2969
@@ -304,8 +304,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
304
304
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
305
305
  pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
306
306
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
307
- pyegeria-5.3.3.10.dev5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
308
- pyegeria-5.3.3.10.dev5.dist-info/METADATA,sha256=W203LpGyogogb8Zq5ekI88NvIqpHNjCRu1ekEjAlw1w,2741
309
- pyegeria-5.3.3.10.dev5.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
310
- pyegeria-5.3.3.10.dev5.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
311
- pyegeria-5.3.3.10.dev5.dist-info/RECORD,,
307
+ pyegeria-5.3.3.10.dev6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
308
+ pyegeria-5.3.3.10.dev6.dist-info/METADATA,sha256=w-sZT-KlI4Xn1zum3TBhWLibqpM_MSvtyl3GnzmU-ZQ,2741
309
+ pyegeria-5.3.3.10.dev6.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
310
+ pyegeria-5.3.3.10.dev6.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
311
+ pyegeria-5.3.3.10.dev6.dist-info/RECORD,,