pyegeria 0.5.5.1__py3-none-any.whl → 0.5.5.3__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.
- examples/widgets/catalog_user/view_asset_graph.py +10 -10
- {pyegeria-0.5.5.1.dist-info → pyegeria-0.5.5.3.dist-info}/METADATA +1 -1
- {pyegeria-0.5.5.1.dist-info → pyegeria-0.5.5.3.dist-info}/RECORD +6 -6
- {pyegeria-0.5.5.1.dist-info → pyegeria-0.5.5.3.dist-info}/LICENSE +0 -0
- {pyegeria-0.5.5.1.dist-info → pyegeria-0.5.5.3.dist-info}/WHEEL +0 -0
- {pyegeria-0.5.5.1.dist-info → pyegeria-0.5.5.3.dist-info}/entry_points.txt +0 -0
@@ -74,10 +74,10 @@ def asset_viewer(asset_guid: str, server_name:str, platform_url:str, user:str):
|
|
74
74
|
|
75
75
|
ne_prop_md = ""
|
76
76
|
for prop in ne_props.keys():
|
77
|
-
ne_prop_md += f"* {prop}: {ne_props[prop]}\n"
|
77
|
+
ne_prop_md += f"\t* {prop}: {ne_props[prop]}\n"
|
78
78
|
ne_md = (f"Nested Element of Type: {ne_type} with GUID: {ne_guid} \n "
|
79
79
|
f"* created by {ne_created_by} at time {ne_created_at}\n"
|
80
|
-
f"{ne_prop_md}\n")
|
80
|
+
f"Properties: \n{ne_prop_md}\n")
|
81
81
|
if ne_class_md is not None:
|
82
82
|
ne_md += f"* {ne_class_md}"
|
83
83
|
|
@@ -167,16 +167,16 @@ def asset_viewer(asset_guid: str, server_name:str, platform_url:str, user:str):
|
|
167
167
|
rel_end1 = relationship["end1"]
|
168
168
|
rel_end1_type = rel_end1["type"]["typeName"]
|
169
169
|
rel_end1_guid = rel_end1["guid"]
|
170
|
-
rel_end1_unique_name = rel_end1
|
170
|
+
rel_end1_unique_name = rel_end1.get("uniqueName","---")
|
171
171
|
|
172
172
|
rel_end2 = relationship["end2"]
|
173
173
|
rel_end2_type = rel_end2["type"]["typeName"]
|
174
174
|
rel_end2_guid = rel_end2["guid"]
|
175
|
-
rel_end2_unique_name = rel_end2
|
175
|
+
rel_end2_unique_name = rel_end2.get("uniqueName", "---")
|
176
176
|
|
177
177
|
if (rel_end1_guid not in guid_list) or (rel_end2_guid not in guid_list):
|
178
|
-
rel_end1_class_md = build_classifications(rel_end1["classifications"])
|
179
|
-
rel_end2_class_md = build_classifications(rel_end2["classifications"])
|
178
|
+
# rel_end1_class_md = build_classifications(rel_end1["classifications"])
|
179
|
+
# rel_end2_class_md = build_classifications(rel_end2["classifications"])
|
180
180
|
|
181
181
|
relationship_guid = relationship["guid"]
|
182
182
|
relationship_type = relationship["type"]["typeName"]
|
@@ -201,8 +201,8 @@ def asset_viewer(asset_guid: str, server_name:str, platform_url:str, user:str):
|
|
201
201
|
f"\t* Unique Name: {rel_end1_unique_name}\n"
|
202
202
|
)
|
203
203
|
|
204
|
-
if rel_end1_class_md is not None:
|
205
|
-
|
204
|
+
# if rel_end1_class_md is not None:
|
205
|
+
# rel_end1_md = rel_end1_class_md + rel_end1_md
|
206
206
|
|
207
207
|
rel_end2_md = (
|
208
208
|
f"* End2:\n"
|
@@ -211,8 +211,8 @@ def asset_viewer(asset_guid: str, server_name:str, platform_url:str, user:str):
|
|
211
211
|
f"\t* Unique Name: {rel_end2_unique_name}\n"
|
212
212
|
)
|
213
213
|
|
214
|
-
if rel_end2_class_md is not None:
|
215
|
-
|
214
|
+
# if rel_end2_class_md is not None:
|
215
|
+
# rel_end1_md = rel_end2_class_md + rel_end1_md
|
216
216
|
#
|
217
217
|
# for prop in relationship_properties.keys():
|
218
218
|
# relationship_md += f"* {prop}: {relationship_properties[prop]}\n"
|
@@ -3,7 +3,7 @@ examples/doc_samples/Create_Sustainability_Collection_Sample.py,sha256=iLBm1LwRL
|
|
3
3
|
examples/widgets/catalog_user/README.md,sha256=aCCVo7iqyE-XGEvmoYXnkIGM0VskF95JTj6Egzec7LM,883
|
4
4
|
examples/widgets/catalog_user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
examples/widgets/catalog_user/list_assets.py,sha256=s-Uje62lRYhpnPXt3Bl31IJ5YXcs8mp4-alPYAMMIqk,4701
|
6
|
-
examples/widgets/catalog_user/view_asset_graph.py,sha256=
|
6
|
+
examples/widgets/catalog_user/view_asset_graph.py,sha256=CbBx7Ri_FaAMJTXZ9D0zWi-B_JR5CAQEW7G10QXEACc,9628
|
7
7
|
examples/widgets/catalog_user/view_collection.py,sha256=RWvq_HT5e6JBAiQBc3w94SM6DYJJEJluVen3vX-PqGo,3270
|
8
8
|
examples/widgets/catalog_user/view_glossary.py,sha256=uDAZHJ1WPkkl9S1fzVKJOISjU8LDMPQO9KP4qdmaRnY,4652
|
9
9
|
examples/widgets/developer/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
|
@@ -60,8 +60,8 @@ pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfRO
|
|
60
60
|
pyegeria/server_operations.py,sha256=YBdQJjPOmA1uhrUvzrjUKNGUc5nju9bhvCjF3AbdyWk,16164
|
61
61
|
pyegeria/utils.py,sha256=R1_WwYa8sYJUYR0H8sKrlwEa5BJ32M8-tdfB-zq8Xs4,5282
|
62
62
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
63
|
-
pyegeria-0.5.5.
|
64
|
-
pyegeria-0.5.5.
|
65
|
-
pyegeria-0.5.5.
|
66
|
-
pyegeria-0.5.5.
|
67
|
-
pyegeria-0.5.5.
|
63
|
+
pyegeria-0.5.5.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
64
|
+
pyegeria-0.5.5.3.dist-info/METADATA,sha256=pe_Kl4M1upJSmsYIUo-Ax2tdrM7CNMDcs8TwbkBcBCc,2611
|
65
|
+
pyegeria-0.5.5.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
66
|
+
pyegeria-0.5.5.3.dist-info/entry_points.txt,sha256=yR22RzRO974vzRMeo7_ysc-_5pxHmgnvyk8FHTZviOw,1950
|
67
|
+
pyegeria-0.5.5.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|