pyegeria 0.7.14__py3-none-any.whl → 0.7.15__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.
@@ -87,8 +87,12 @@ def list_relationships(search_string: str, server: str, url: str, username: str,
87
87
  end2_type = rel['end2']['type']['typeName']
88
88
 
89
89
  rel_md = ''
90
- for key in rel['properties'].keys():
91
- rel_md += f"* {key}: {rel['properties'][key]}\n"
90
+ p_test = rel.get('properties','---')
91
+ if type(p_test) is str:
92
+ rel_md = '---'
93
+ else:
94
+ for key in rel['properties'].keys():
95
+ rel_md += f"* {key}: {rel['properties'][key]}\n"
92
96
 
93
97
  rel_out = Markdown(rel_md)
94
98
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.7.14
3
+ Version: 0.7.15
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -11,7 +11,7 @@ examples/widgets/cat/list_assets.py,sha256=bNwSaBDz661hfnc2Rn4j4HPHAugKvz0XwN9L1
11
11
  examples/widgets/cat/list_cert_types.py,sha256=-FEftRK36pOAXYr8OprvL6T_FcRyVtgfqzSKX74XC5o,7004
12
12
  examples/widgets/cat/list_glossary.py,sha256=zljSzVKYysFZVmVhHJt0fYFDmAG9azIphOs4MOIfA7g,5395
13
13
  examples/widgets/cat/list_projects.py,sha256=jP6HoVqGi-w4R1itgdAW1zamPLsgkvjvh8reRj0v10Q,7432
14
- examples/widgets/cat/list_relationships.py,sha256=MztqAIVczfDNnjYj9Xh95K5IBI6m76N0GFcdmEZtC7w,5481
14
+ examples/widgets/cat/list_relationships.py,sha256=lRfnsMUc0KN6Gb3qJoHjAwYGrcvTk3oqQRxln1as9u8,5623
15
15
  examples/widgets/cat/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3SMm1RcgFoh0,4609
16
16
  examples/widgets/cat/list_todos.py,sha256=wD9HevGcc4G_bxV25VUz1rRssdZHE33mF5zmJ6Lprt8,5522
17
17
  examples/widgets/cli/__init__.py,sha256=6d_R0KZBNnJy9EBz9J2xvGFlx-3j_ZPqPCxKgdvYeDQ,291
@@ -80,8 +80,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
80
80
  pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
81
81
  pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
82
82
  pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
83
- pyegeria-0.7.14.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
84
- pyegeria-0.7.14.dist-info/METADATA,sha256=pG7c16k1wVPIt0KdVTNHO3MZ7JRUMTEtN6eJi51S3M8,2775
85
- pyegeria-0.7.14.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
- pyegeria-0.7.14.dist-info/entry_points.txt,sha256=ySsq3_OAG14o6fIIuLHnZgQfYf5LPayXDdUcN8Gv-rk,2923
87
- pyegeria-0.7.14.dist-info/RECORD,,
83
+ pyegeria-0.7.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
84
+ pyegeria-0.7.15.dist-info/METADATA,sha256=oBIIpHd9zD5MLKVjg9onmlqK8y-FGCq67eYqk91nGgY,2775
85
+ pyegeria-0.7.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
+ pyegeria-0.7.15.dist-info/entry_points.txt,sha256=ySsq3_OAG14o6fIIuLHnZgQfYf5LPayXDdUcN8Gv-rk,2923
87
+ pyegeria-0.7.15.dist-info/RECORD,,