pyegeria 0.7.12__py3-none-any.whl → 0.7.13__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.
@@ -44,6 +44,7 @@ disable_ssl_warnings = True
44
44
 
45
45
  def list_relationships(search_string: str, server: str, url: str, username: str, user_password: str, time_out: int = 60,
46
46
  jupyter: bool = EGERIA_JUPYTER, width: int = EGERIA_WIDTH):
47
+
47
48
  console = Console(width=width, force_terminal=not jupyter, soft_wrap=True)
48
49
  if (search_string is None) or ((len(search_string) < 3)) and (search_string != '*'):
49
50
  raise ValueError("Invalid Search String - must be greater than four characters long")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.7.12
3
+ Version: 0.7.13
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=DvgxfojP75h6hSkuFrDdJoq1zKNwLRwmOD_sCSxYnkg,5480
14
+ examples/widgets/cat/list_relationships.py,sha256=MztqAIVczfDNnjYj9Xh95K5IBI6m76N0GFcdmEZtC7w,5481
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.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
84
- pyegeria-0.7.12.dist-info/METADATA,sha256=qsrbbvfP81Z654NRKT_kgGzRRrUevIxW6YKK-NbTymY,2775
85
- pyegeria-0.7.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
- pyegeria-0.7.12.dist-info/entry_points.txt,sha256=AIgB6gxgFnBzAz_m79P_ES_TeP3hoZVxgJDROxo9q6c,2927
87
- pyegeria-0.7.12.dist-info/RECORD,,
83
+ pyegeria-0.7.13.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
84
+ pyegeria-0.7.13.dist-info/METADATA,sha256=h5LXogrSee7flmmlJlYKd3iNfwGB5foHMVJPnyVSb4c,2775
85
+ pyegeria-0.7.13.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
+ pyegeria-0.7.13.dist-info/entry_points.txt,sha256=ySsq3_OAG14o6fIIuLHnZgQfYf5LPayXDdUcN8Gv-rk,2923
87
+ pyegeria-0.7.13.dist-info/RECORD,,
@@ -25,7 +25,7 @@ list_my_profile=examples.widgets.my.list_my_profile:main
25
25
  list_projects=examples.widgets.cat.list_projects:main
26
26
  list_registered_services=examples.widgets.tech.list_registered_services:main
27
27
  list_relationship_types=examples.widgets.tech.list_relationship_types:main
28
- list_relationships=examples.widgets.cat.get_list_relationships:main
28
+ list_relationships=examples.widgets.cat.list_relationships:main
29
29
  list_tech_templates=examples.widgets.tech.list_tech_templates:main
30
30
  list_tech_types=examples.widgets.cat.list_tech_types:main
31
31
  list_todos=examples.widgets.cat.list_todos:main