pyegeria 5.3.3.dev1__py3-none-any.whl → 5.3.3.dev3__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.
@@ -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: str,
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
  ):
@@ -53,7 +53,8 @@ class RuntimeManager(Client):
53
53
  self.time_out = time_out
54
54
  Client.__init__(self, view_server, platform_url, user_id, user_pwd, token=token)
55
55
  self.runtime_command_root = f"{self.platform_url}/servers/{self.view_server}/api/open-metadata/runtime-manager"
56
- self.platform_guid = "44bf319f-1e41-4da1-b771-2753b92b631a" # this is platform @ 9443 from the core content archive
56
+ # self.platform_guid = "44bf319f-1e41-4da1-b771-2753b92b631a" # this is platform @ 9443 from the core content archive
57
+ self.platform_guid = None
57
58
  self.default_platform_name = (
58
59
  "Default Local OMAG Server Platform" # this from the core content archive
59
60
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.3.dev1
3
+ Version: 5.3.3.dev3
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -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=Dlk-Qviy-gvga6JxIdovTxQsdNIhCB0P9aTtxOJDhg8,6871
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
@@ -223,14 +223,14 @@ pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,3
223
223
  pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
224
224
  pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
225
225
  pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
226
- pyegeria/runtime_manager_omvs.py,sha256=ygrY5I_oSoJQun05W7wSNbZT_nOtPp_BkIKKFCLFpf8,79539
226
+ pyegeria/runtime_manager_omvs.py,sha256=sZfxgM7zVfryVsun5GwDpUT5htap91ZoZLNU7wspWm4,79575
227
227
  pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
228
228
  pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
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.dev1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
233
- pyegeria-5.3.3.dev1.dist-info/METADATA,sha256=wGYtqh0RgL6Uj3QEIOyHzRidJFQgIbNhy3rfzwgBXf8,2738
234
- pyegeria-5.3.3.dev1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
235
- pyegeria-5.3.3.dev1.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
236
- pyegeria-5.3.3.dev1.dist-info/RECORD,,
232
+ pyegeria-5.3.3.dev3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
233
+ pyegeria-5.3.3.dev3.dist-info/METADATA,sha256=wlUtBC2fK6jzLWmNVvp09mmWGXy7hxGbMDmwv86sbWY,2738
234
+ pyegeria-5.3.3.dev3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
235
+ pyegeria-5.3.3.dev3.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
236
+ pyegeria-5.3.3.dev3.dist-info/RECORD,,