pyegeria 0.7.12__py3-none-any.whl → 0.7.14__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")
@@ -405,7 +405,7 @@ def show_relationships(ctx, relationship):
405
405
  """Show the structure of the project starting from a root project"""
406
406
  c = ctx.obj
407
407
  list_relationships(relationship, c.view_server, c.view_server_url, c.userid,
408
- c.password, c.jupyter, c.width, c.timeout)
408
+ c.password, c.timeout, c.jupyter, c.width)
409
409
 
410
410
 
411
411
 
@@ -220,7 +220,7 @@ def show_relationships(ctx, relationship):
220
220
  """Show the structure of the project starting from a root project"""
221
221
  c = ctx.obj
222
222
  list_relationships(relationship, c.view_server, c.view_server_url, c.userid,
223
- c.password, c.jupyter, c.width, c.timeout)
223
+ c.password, c.timeout, c.jupyter, c.width)
224
224
 
225
225
 
226
226
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.7.12
3
+ Version: 0.7.14
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,12 +11,12 @@ 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
18
- examples/widgets/cli/egeria.py,sha256=eF26fnPGcbt4ZHO5Og1xOIRUNsJ1QLVVHZmoctbsiZQ,23974
19
- examples/widgets/cli/egeria_cat.py,sha256=B-a30wOx0RkZYLQStcSZmcE7utyd8ieguAlSjBN2RqQ,10826
18
+ examples/widgets/cli/egeria.py,sha256=YabwPdfG1M_LVjcL78RAngFgDKx1pGHwqCkD6UrzmFg,23974
19
+ examples/widgets/cli/egeria_cat.py,sha256=q02DByikrGY6QHPy5u-R6zVBt6-y146iecmkA3oVb4A,10826
20
20
  examples/widgets/cli/egeria_my.py,sha256=xi2j1hzNnjDruJeR1qa8K9JPDgzaL_COsMkcieT4Vo8,5653
21
21
  examples/widgets/cli/egeria_ops.py,sha256=Y2fNDFnaaMjt8vjOeUXneh4_WEyxp0ucMvIfdLn8Bik,10139
22
22
  examples/widgets/cli/egeria_tech.py,sha256=EgerEUaaFOzIixYRhI79IKfVMEVQZ37RjX62aVbNPXc,9352
@@ -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.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,,
@@ -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