pyegeria 5.3.0.dev2__py3-none-any.whl → 5.3.0.dev4__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.
@@ -36,7 +36,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
36
36
  EGERIA_VIEW_SERVER_URL = os.environ.get(
37
37
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
38
38
  )
39
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
39
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
40
40
  EGERIA_INTEGRATION_DAEMON_URL = os.environ.get(
41
41
  "EGERIA_INTEGRATION_DAEMON_URL", "https://localhost:9443"
42
42
  )
@@ -103,6 +103,7 @@ def display_integration_daemon_status(
103
103
 
104
104
  Nothing
105
105
  """
106
+ print(f"i={integ_server}\nv={view_server}\n")
106
107
  s_client = EgeriaTech(view_server, view_url, user, user_pass)
107
108
  token = s_client.create_egeria_bearer_token()
108
109
 
@@ -257,6 +258,7 @@ def main_live(paging: bool = False) -> None:
257
258
  "Enter the list of connectors you are interested in or '*' for all",
258
259
  default="*",
259
260
  )
261
+ print(f"i={integ_server}\nv={view_server}\n")
260
262
  display_integration_daemon_status(
261
263
  search_list=[search_list],
262
264
  integ_server=integ_server,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 5.3.0.dev2
3
+ Version: 5.3.0.dev4
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -171,7 +171,7 @@ pyegeria/commands/ops/monitor_asset_events.py,sha256=B5GKzsAeLUbn_uBKLDWKlnNpX5A
171
171
  pyegeria/commands/ops/monitor_engine_activity.py,sha256=8RX-3znYx-4oWsI8nGFwODkWZ5Fc4qPttam_twymcjs,9856
172
172
  pyegeria/commands/ops/monitor_engine_activity_c.py,sha256=kuSNeq0YaD9w8kjyijPxp5L4oa7_68IhsU6sFl16SAg,10747
173
173
  pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=MijZMxdSpzJAr3-d3PlDJaIkIYKmabiWqEpzpNu5vEo,9856
174
- pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=QHp5C4KFjiE6vuXy0k2oFCKVyz8kR7VMPr5m2rCZ664,11719
174
+ pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=QDePegHb6XxKa_Q5670UXMW_a9MHz1UqHFCrR63GBEI,11826
175
175
  pyegeria/commands/ops/monitor_platform_status.py,sha256=fpv8rZxdkcmbQ5SXQpGpqoY_nyqpT7NmOWQSll0cq8Q,7173
176
176
  pyegeria/commands/ops/monitor_server_startup.py,sha256=0pwnhv761uuFHGJXVANa5RhQQPPTXFldJ45TfeT7qfk,3901
177
177
  pyegeria/commands/ops/monitor_server_status.py,sha256=LnBDSbMeuVojpyHfwHM4i9Vnt-y1JkfmTVEutR1xFRU,6873
@@ -225,8 +225,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
225
225
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
226
226
  pyegeria/valid_metadata_omvs.py,sha256=kmcyXBsu99L25r16w9xVXqU_KwADsGuft4yPDZzyUds,65032
227
227
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
228
- pyegeria-5.3.0.dev2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
229
- pyegeria-5.3.0.dev2.dist-info/METADATA,sha256=pJ1SwvFylOV61yPy6tKs_KyIT09AS1CcLxtb9KNd41U,2675
230
- pyegeria-5.3.0.dev2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
231
- pyegeria-5.3.0.dev2.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
232
- pyegeria-5.3.0.dev2.dist-info/RECORD,,
228
+ pyegeria-5.3.0.dev4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
229
+ pyegeria-5.3.0.dev4.dist-info/METADATA,sha256=G4vfPKgJVH27hXKZSJHIkSzHGe-zOozx5H5hdVyrbM0,2675
230
+ pyegeria-5.3.0.dev4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
231
+ pyegeria-5.3.0.dev4.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
232
+ pyegeria-5.3.0.dev4.dist-info/RECORD,,