pyegeria 5.3.3.dev1__py3-none-any.whl → 5.3.3.dev2__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/commands/ops/monitor_server_status.py +4 -4
- {pyegeria-5.3.3.dev1.dist-info → pyegeria-5.3.3.dev2.dist-info}/METADATA +1 -1
- {pyegeria-5.3.3.dev1.dist-info → pyegeria-5.3.3.dev2.dist-info}/RECORD +6 -6
- {pyegeria-5.3.3.dev1.dist-info → pyegeria-5.3.3.dev2.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.3.dev1.dist-info → pyegeria-5.3.3.dev2.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.3.dev1.dist-info → pyegeria-5.3.3.dev2.dist-info}/entry_points.txt +0 -0
@@ -50,10 +50,10 @@ EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
|
50
50
|
|
51
51
|
def display_status(
|
52
52
|
extended: bool,
|
53
|
-
view_server: str,
|
54
|
-
url: str,
|
55
|
-
username:
|
56
|
-
user_pass: str,
|
53
|
+
view_server: str = EGERIA_VIEW_SERVER,
|
54
|
+
url: str = EGERIA_VIEW_SERVER_URL,
|
55
|
+
username:str = EGERIA_USER,
|
56
|
+
user_pass: str= EGERIA_USER_PASSWORD,
|
57
57
|
jupyter: bool = EGERIA_JUPYTER,
|
58
58
|
width: int = EGERIA_WIDTH,
|
59
59
|
):
|
@@ -174,7 +174,7 @@ pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=nSPZscEFnlljaA4AMNQqhY2Sy
|
|
174
174
|
pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=1HPJHIrBIohJPPw0wHae2rvGgLSmgMgucRujcug5Qwk,11768
|
175
175
|
pyegeria/commands/ops/monitor_platform_status.py,sha256=J_DdUDWv2FtY9DeJamdnWJmFK6Ua9L1GU_yFvb-zcTc,7180
|
176
176
|
pyegeria/commands/ops/monitor_server_startup.py,sha256=bvLqxoRiw9tJzNtChZ70a5w_23UyJLlrlmbMnmZ5QN4,3908
|
177
|
-
pyegeria/commands/ops/monitor_server_status.py,sha256=
|
177
|
+
pyegeria/commands/ops/monitor_server_status.py,sha256=i1K7zCGmrCbsYV_IkzwCsdHczM7m2AbIar0tS000OnY,6952
|
178
178
|
pyegeria/commands/ops/orig_monitor_server_list.py,sha256=tHGigEuUVZ8OA4ut5UscYK9HHeQevQ_MlIkE4XHYER8,4644
|
179
179
|
pyegeria/commands/ops/orig_monitor_server_status.py,sha256=povaYQ-Y8QJvwaFuWp_BLUThjjTTbmu-21h7zi8NlWk,4026
|
180
180
|
pyegeria/commands/ops/refresh_integration_daemon.py,sha256=aOIy7xsYfNwuiZ-8aXcd2RoRaBkakYQF5JPIWz1dlxE,2969
|
@@ -229,8 +229,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
|
|
229
229
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
230
230
|
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
231
231
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
232
|
-
pyegeria-5.3.3.
|
233
|
-
pyegeria-5.3.3.
|
234
|
-
pyegeria-5.3.3.
|
235
|
-
pyegeria-5.3.3.
|
236
|
-
pyegeria-5.3.3.
|
232
|
+
pyegeria-5.3.3.dev2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
233
|
+
pyegeria-5.3.3.dev2.dist-info/METADATA,sha256=99dIIsRpJksTZ9sXLuaDnDpbitwcadVU8E4YOYTZKPo,2738
|
234
|
+
pyegeria-5.3.3.dev2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
235
|
+
pyegeria-5.3.3.dev2.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
|
236
|
+
pyegeria-5.3.3.dev2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|