pyegeria 1.5.1.0.21__py3-none-any.whl → 1.5.1.0.22__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.
- commands/tech/list_tech_templates.py +4 -4
- {pyegeria-1.5.1.0.21.dist-info → pyegeria-1.5.1.0.22.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.0.21.dist-info → pyegeria-1.5.1.0.22.dist-info}/RECORD +6 -6
- {pyegeria-1.5.1.0.21.dist-info → pyegeria-1.5.1.0.22.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.0.21.dist-info → pyegeria-1.5.1.0.22.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.0.21.dist-info → pyegeria-1.5.1.0.22.dist-info}/entry_points.txt +0 -0
@@ -49,7 +49,6 @@ def list_templates(
|
|
49
49
|
tech_info_list: dict = []
|
50
50
|
|
51
51
|
if type(tech_list) is list:
|
52
|
-
entry = {}
|
53
52
|
for item in tech_list:
|
54
53
|
if "deployedImplementationType" not in item["qualifiedName"]:
|
55
54
|
continue
|
@@ -66,7 +65,8 @@ def list_templates(
|
|
66
65
|
for template in templates:
|
67
66
|
t_list.append({"template": template["name"]})
|
68
67
|
entry[details["name"]] = t_list
|
69
|
-
|
68
|
+
tech_info_list.append(entry)
|
69
|
+
return tech_info_list
|
70
70
|
|
71
71
|
|
72
72
|
def display_templates_spec(
|
@@ -194,8 +194,8 @@ def main():
|
|
194
194
|
search_string = Prompt.ask(
|
195
195
|
"Enter the technology you are searching for:", default="*"
|
196
196
|
)
|
197
|
-
display_templates_spec(search_string, server, url, userid, password)
|
198
|
-
|
197
|
+
# display_templates_spec(search_string, server, url, userid, password)
|
198
|
+
list_templates(search_string, server, url, userid, password)
|
199
199
|
except KeyboardInterrupt:
|
200
200
|
pass
|
201
201
|
|
@@ -67,7 +67,7 @@ commands/tech/list_registered_services.py,sha256=QzE_ebdopNkHWMxa-xc902GG6ac4Yw-
|
|
67
67
|
commands/tech/list_related_elements.py,sha256=mcOy3RIGpIdshcT1o4Tr7Ck-c1dmAC8yBUOF5GAFYrM,7755
|
68
68
|
commands/tech/list_related_specification.py,sha256=mWrKenXOskL4cl0DHjH2Z8M9-FJzjkzK62W-tsx3WDU,5918
|
69
69
|
commands/tech/list_relationship_types.py,sha256=BlVzrPznZXqMVLN2-2vYEVRGeYsiJrqXxIJEikobyoo,5875
|
70
|
-
commands/tech/list_tech_templates.py,sha256=
|
70
|
+
commands/tech/list_tech_templates.py,sha256=doQtfSrbnluCzyCsq2PCDGKk5atDPXPDuu24YjCRxo0,7832
|
71
71
|
commands/tech/list_valid_metadata_values.py,sha256=N3D0_BmREPszgde3uvvYdfzq7DJ46uMOv2t1vtncGsw,6333
|
72
72
|
commands/tech/table_tech_templates.py,sha256=xa_mA10P_6Su3zRsvyoZhWoSUQ5LuyLTG1kNCumzxZA,7268
|
73
73
|
commands/tech/x_list_related_elements.py,sha256=qBsf1619cecaMCTzG0MG22fAT32WNH2Z3CXrjo9z-5Y,5853
|
@@ -104,8 +104,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
|
|
104
104
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
105
105
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
106
106
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
107
|
-
pyegeria-1.5.1.0.
|
108
|
-
pyegeria-1.5.1.0.
|
109
|
-
pyegeria-1.5.1.0.
|
110
|
-
pyegeria-1.5.1.0.
|
111
|
-
pyegeria-1.5.1.0.
|
107
|
+
pyegeria-1.5.1.0.22.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
108
|
+
pyegeria-1.5.1.0.22.dist-info/METADATA,sha256=BIQxWce-qMxEveY3X_ieMUR3tTtAWDvZSXnn7PRH6B0,2998
|
109
|
+
pyegeria-1.5.1.0.22.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
110
|
+
pyegeria-1.5.1.0.22.dist-info/entry_points.txt,sha256=soGMYF0lF6vxsFaQbX-PXAE7_wzALQblh6W04_E-F7o,4068
|
111
|
+
pyegeria-1.5.1.0.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|