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.
@@ -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
- print(json.dumps(entry, indent=2))
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
- # list_templates(search_string, server, url, userid, password)
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 1.5.1.0.21
3
+ Version: 1.5.1.0.22
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -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=uHifnvZNwsP9c4o8LunQ2UvwrYy2zneBEYce25h8e5U,7831
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.21.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
108
- pyegeria-1.5.1.0.21.dist-info/METADATA,sha256=G_lYwb0fY1gjNi8Xz6Naj5ceaPlo0-dyN74JikRiZNE,2998
109
- pyegeria-1.5.1.0.21.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
110
- pyegeria-1.5.1.0.21.dist-info/entry_points.txt,sha256=soGMYF0lF6vxsFaQbX-PXAE7_wzALQblh6W04_E-F7o,4068
111
- pyegeria-1.5.1.0.21.dist-info/RECORD,,
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,,