pyegeria 0.7.39__py3-none-any.whl → 0.7.41__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.
- examples/widgets/ops/monitor_gov_eng_status.py +3 -5
- {pyegeria-0.7.39.dist-info → pyegeria-0.7.41.dist-info}/METADATA +1 -1
- {pyegeria-0.7.39.dist-info → pyegeria-0.7.41.dist-info}/RECORD +6 -6
- {pyegeria-0.7.39.dist-info → pyegeria-0.7.41.dist-info}/LICENSE +0 -0
- {pyegeria-0.7.39.dist-info → pyegeria-0.7.41.dist-info}/WHEEL +0 -0
- {pyegeria-0.7.39.dist-info → pyegeria-0.7.41.dist-info}/entry_points.txt +0 -0
@@ -46,7 +46,7 @@ EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
|
46
46
|
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
47
47
|
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
48
48
|
|
49
|
-
|
49
|
+
console = Console(width=EGERIA_WIDTH)
|
50
50
|
disable_ssl_warnings = True
|
51
51
|
|
52
52
|
|
@@ -134,7 +134,7 @@ def display_gov_eng_status(
|
|
134
134
|
PropertyServerException,
|
135
135
|
UserNotAuthorizedException,
|
136
136
|
) as e:
|
137
|
-
|
137
|
+
console.print_exception(show_locals=True)
|
138
138
|
|
139
139
|
except KeyboardInterrupt:
|
140
140
|
pass
|
@@ -157,9 +157,7 @@ def main_live():
|
|
157
157
|
userid = args.userid if args.userid is not None else EGERIA_USER
|
158
158
|
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
159
159
|
paging = args.paging if args.paging is not None else False
|
160
|
-
display_gov_eng_status(
|
161
|
-
server=server, url=url, username=userid, user_pass=user_pass, paging=paging
|
162
|
-
)
|
160
|
+
display_gov_eng_status(server, url, userid, user_pass, paging)
|
163
161
|
|
164
162
|
|
165
163
|
def main_paging():
|
@@ -41,7 +41,7 @@ examples/widgets/ops/monitor_asset_events.py,sha256=cjdlVqE0XYnoRW3aorNbsVkjByDX
|
|
41
41
|
examples/widgets/ops/monitor_coco_status.py,sha256=ERz3OJ0TXImNKHGD4gJvgT3pl2gS23ewAdUuYVLUhEE,3299
|
42
42
|
examples/widgets/ops/monitor_engine_activity.py,sha256=m18OSnRoo5ut0WKKOWNoFGXJW_npjp6hzHK3RUQG8T0,8479
|
43
43
|
examples/widgets/ops/monitor_engine_activity_c.py,sha256=6YAjraLXsRoy-R9vSQlDbgrMMBaxkp8nfIp-ayz3nZs,9340
|
44
|
-
examples/widgets/ops/monitor_gov_eng_status.py,sha256=
|
44
|
+
examples/widgets/ops/monitor_gov_eng_status.py,sha256=Wr0fhCBr9DZNLtu5OPTwJ0ibVDMs66FbipT5cAOoZ2U,6652
|
45
45
|
examples/widgets/ops/monitor_integ_daemon_status.py,sha256=u15-tvGveO7_yV7JJmYkxiEDnq5KBk8J4hkw0id_LFA,9224
|
46
46
|
examples/widgets/ops/monitor_platform_status.py,sha256=hn96QuOjCndSDWl1-DAzk9O8D68YoRP1ALOlVfWVQgo,6400
|
47
47
|
examples/widgets/ops/monitor_server_list.py,sha256=Uhtn8lv7QVXJBi9DSR3Nelmz8TB0vOsat10nFS6Nu20,4637
|
@@ -90,8 +90,8 @@ pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU
|
|
90
90
|
pyegeria/tech_guids_31-08-2024 14:33.py,sha256=B3fytBw9dmjnlEaCKgt6oQoGh-8HUBG0mFQeyDoUEYQ,6229
|
91
91
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
92
92
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
93
|
-
pyegeria-0.7.
|
94
|
-
pyegeria-0.7.
|
95
|
-
pyegeria-0.7.
|
96
|
-
pyegeria-0.7.
|
97
|
-
pyegeria-0.7.
|
93
|
+
pyegeria-0.7.41.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
94
|
+
pyegeria-0.7.41.dist-info/METADATA,sha256=GJ_9OOIvkYFG3722eQMExb5prJ0RtjvtMoW4-AUVCVY,2818
|
95
|
+
pyegeria-0.7.41.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
96
|
+
pyegeria-0.7.41.dist-info/entry_points.txt,sha256=2pQNMVDxO5PZRFREMmI0WzZd6UhWTTK5rnylNQse6N4,3754
|
97
|
+
pyegeria-0.7.41.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|