pyegeria 0.8.4.46__py3-none-any.whl → 0.8.4.48__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.
@@ -97,12 +97,14 @@ def list_related_elements(
97
97
  f"* Created: {el_create_time}\n"
98
98
  )
99
99
  rel_header_out = Markdown(rel_header_md)
100
+ rel_props = element.get("relationshipProperties", "---")
100
101
 
101
102
  rel_props_md = ""
102
- for prop in element["relationshipProperties"].keys():
103
- rel_props_md += (
104
- f"* **{prop}**: {element['relationshipProperties'][prop]}\n"
105
- )
103
+ if type(rel_props) is list:
104
+ for prop in rel_props.keys():
105
+ rel_props_md += (
106
+ f"* **{prop}**: {element['relationshipProperties'][prop]}\n"
107
+ )
106
108
  rel_props_out = Markdown(rel_props_md)
107
109
 
108
110
  c_md = ""
@@ -1247,7 +1247,7 @@ class RuntimeManager(Client):
1247
1247
  return
1248
1248
 
1249
1249
  async def _async_activate_server_with_stored_config(
1250
- self, server_guid: str = None, server_name: str = None, timeout: int = 120
1250
+ self, server_guid: str = None, server_name: str = None, timeout: int = 240
1251
1251
  ) -> None:
1252
1252
  """Activate the named OMAG server using the appropriate configuration document found in the
1253
1253
  configuration store. Async version.
@@ -1260,6 +1260,7 @@ class RuntimeManager(Client):
1260
1260
  Identity of the server to act on. If not specified, server_name must be.
1261
1261
  server_name: str, default = None
1262
1262
  Name of server to act on. If not specified, server_guid must be.
1263
+ timeout: int, optional, default = 240 seconds
1263
1264
 
1264
1265
  Returns
1265
1266
  -------
@@ -1279,7 +1280,7 @@ class RuntimeManager(Client):
1279
1280
  return
1280
1281
 
1281
1282
  def activate_server_with_stored_config(
1282
- self, server_guid: str = None, server_name: str = None, timeout: int = 120
1283
+ self, server_guid: str = None, server_name: str = None, timeout: int = 240
1283
1284
  ) -> None:
1284
1285
  """Activate the named OMAG server using the appropriate configuration document found in the
1285
1286
  configuration store.
@@ -1292,6 +1293,7 @@ class RuntimeManager(Client):
1292
1293
  Identity of the server to act on. If not specified, server_name must be.
1293
1294
  server_name: str, default = None
1294
1295
  Name of server to act on. If not specified, server_guid must be.
1296
+ timeout: int, optional, default = 240 seconds
1295
1297
 
1296
1298
  Returns
1297
1299
  -------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.8.4.46
3
+ Version: 0.8.4.48
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -56,7 +56,7 @@ commands/tech/list_elements.py,sha256=vO4SPEhcKm0L5rHVr6r8KYX3sPazGJ78oWsO2wLcf2
56
56
  commands/tech/list_elements_for_classification.py,sha256=oAge8RFz4z9H-jCE0fBDhS4AbIHqhQWBvZ4Dp7BZbfM,6194
57
57
  commands/tech/list_elements_x.py,sha256=k5jkekB7wh6cbzjn7FnwL7pKrPFq_oE-x36c_Z1FuSo,6500
58
58
  commands/tech/list_registered_services.py,sha256=QzE_ebdopNkHWMxa-xc902GG6ac4Yw-ln8i8NUsgHVA,6542
59
- commands/tech/list_related_elements.py,sha256=rM7YJ1rSWQTsPePMxlw2rEb5QC5jOX1HjypqWhmvquA,7607
59
+ commands/tech/list_related_elements.py,sha256=I1vzNKQfD8Nrwa8JHf4yvWBawKN_vR0AjN0xL_5kWGg,7716
60
60
  commands/tech/list_related_specification.py,sha256=mWrKenXOskL4cl0DHjH2Z8M9-FJzjkzK62W-tsx3WDU,5918
61
61
  commands/tech/list_relationship_types.py,sha256=BlVzrPznZXqMVLN2-2vYEVRGeYsiJrqXxIJEikobyoo,5875
62
62
  commands/tech/list_tech_templates.py,sha256=RiyA8a4fIL9BGeGf37Bkk471mK5ECkDJMN9QVNReC1M,6192
@@ -88,14 +88,14 @@ pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,3
88
88
  pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
89
89
  pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
90
90
  pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
91
- pyegeria/runtime_manager_omvs.py,sha256=TYFbCpbCfgu-JqAxl2qdVPYZlUiTxeHqd4L8lNap-3I,74248
91
+ pyegeria/runtime_manager_omvs.py,sha256=qkMjb4Dp88-tqG47ldGR8oKGuNSIMrYiN43BCqAO4lE,74356
92
92
  pyegeria/server_operations.py,sha256=ciH890hYT85YQ6OpByn4w7s3a7TtvWZpIG5rkRqbcI0,16766
93
93
  pyegeria/tech_guids_26-09-2024 09:30.py,sha256=7CTmbbNQ7qfJtWNbBhSiS6yIhs17SmWxKh-JanmAOwk,5967
94
94
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
95
95
  pyegeria/valid_metadata_omvs.py,sha256=raBU_bK0oMhOqjOUTSbU_OZuGKsYqRoiFbtUwz4OtZI,29060
96
96
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
97
- pyegeria-0.8.4.46.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
98
- pyegeria-0.8.4.46.dist-info/METADATA,sha256=rtY8t2OKKQlzbaxDXPWKtxq5wUY72l_tmJP2gW8VXEI,2868
99
- pyegeria-0.8.4.46.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
100
- pyegeria-0.8.4.46.dist-info/entry_points.txt,sha256=flo8ASXXBWDaip5ThOzzOKq0U6BMdVO27MHjXWZRXOw,3496
101
- pyegeria-0.8.4.46.dist-info/RECORD,,
97
+ pyegeria-0.8.4.48.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
98
+ pyegeria-0.8.4.48.dist-info/METADATA,sha256=-CUa3d4ZzcCg1HVs4UKiTRPT5ahmP02i9fcKlK83yUo,2868
99
+ pyegeria-0.8.4.48.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
100
+ pyegeria-0.8.4.48.dist-info/entry_points.txt,sha256=flo8ASXXBWDaip5ThOzzOKq0U6BMdVO27MHjXWZRXOw,3496
101
+ pyegeria-0.8.4.48.dist-info/RECORD,,