pyegeria 0.7.21__py3-none-any.whl → 0.7.23__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.
@@ -93,7 +93,7 @@ def display_to_dos(search_string: str, status_filter: str, server: str, url: str
93
93
  priority = str(props.get("priority", " "))
94
94
  due = props.get("dueTime", " ")[:-19]
95
95
  completed = props.get("completionTime", " ")[:-10]
96
- status = props.get("toDoStatus")
96
+ status = props.get("toDoStatus", '---')
97
97
 
98
98
  assigned_out = ''
99
99
  assigned_actors = item.get("assignedActors",'---')
@@ -76,7 +76,7 @@ def display_my_todos(server: str, url: str, user: str, user_pass:str,
76
76
  priority = str(props.get("priority", "---"))
77
77
  due = props.get("dueTime", " ")
78
78
  completed = props.get("completionTime", "---")
79
- status = props.get("status")
79
+ status = props.get("toDoStatus")
80
80
 
81
81
  for actor in item["assignedActors"]:
82
82
  assigned_actors.append(actor.get("uniqueName", "NoOne"))
@@ -95,7 +95,7 @@ def display_todos(server: str , url: str, user: str, user_pass:str,
95
95
  priority = str(props.get("priority", " "))
96
96
  due = props.get("dueTime", " ")
97
97
  completed = props.get("completionTime", " ")
98
- status = props.get("todoStatus")
98
+ status = props.get("toDoStatus", '---')
99
99
  # assigned_actors = item["assignedActors"]
100
100
  # sponsor = assigned_actors[0].get("uniqueName", " ")
101
101
  sponsor = "erinoverview"
@@ -95,7 +95,7 @@ def list_elements(om_type:str, server: str,
95
95
 
96
96
  except (InvalidParameterException, PropertyServerException, UserNotAuthorizedException) as e:
97
97
  print_exception_response(e)
98
- print("Perhaps the type name isn't known")
98
+ print("\n\nPerhaps the type name isn't known")
99
99
  finally:
100
100
  c_client.close_session()
101
101
 
pyegeria/__init__.py CHANGED
@@ -49,6 +49,7 @@ from .action_author_omvs import GovernanceAuthor
49
49
  from .glossary_manager_omvs import GlossaryManager
50
50
  from .create_tech_guid_lists import build_global_guid_lists
51
51
  from .classification_manager_omvs import ClassificationManager
52
+ from .feedback_manager_omvs import FeedbackManager
52
53
 
53
54
 
54
55
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.7.21
3
+ Version: 0.7.23
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -14,7 +14,7 @@ examples/widgets/cat/list_glossary.py,sha256=zljSzVKYysFZVmVhHJt0fYFDmAG9azIphOs
14
14
  examples/widgets/cat/list_projects.py,sha256=jP6HoVqGi-w4R1itgdAW1zamPLsgkvjvh8reRj0v10Q,7432
15
15
  examples/widgets/cat/list_relationships.py,sha256=lRfnsMUc0KN6Gb3qJoHjAwYGrcvTk3oqQRxln1as9u8,5623
16
16
  examples/widgets/cat/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3SMm1RcgFoh0,4609
17
- examples/widgets/cat/list_todos.py,sha256=n02XbTX8sMLmCmTFG0N0C1i_nz7WRCwt02fgYyLocEA,6276
17
+ examples/widgets/cat/list_todos.py,sha256=_Pe3h74doX_cOoe0Z5_FvZtETBk3tkw2evfRpRgai5E,6283
18
18
  examples/widgets/cat/list_user_ids.py,sha256=Nci_3KpLWj3Hcq8mbVcIe-cirV_T5C8A4blMb2iwbss,4232
19
19
  examples/widgets/cli/__init__.py,sha256=6d_R0KZBNnJy9EBz9J2xvGFlx-3j_ZPqPCxKgdvYeDQ,291
20
20
  examples/widgets/cli/egeria.py,sha256=Jo1PlADWrjqFVo_ZduEECF-9-wSlJrBYsdM5_MNI0rc,26011
@@ -27,8 +27,8 @@ examples/widgets/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ
27
27
  examples/widgets/my/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  examples/widgets/my/list_my_profile.py,sha256=zKNjG7iE0NNihnTv1ot1vodEJ321N-gfR6eTyHTWCQM,5479
29
29
  examples/widgets/my/list_my_roles.py,sha256=DCiNdnoHXQueUE5g73D3oRXfJ6LaUQGbibNtDRdicR8,5078
30
- examples/widgets/my/monitor_my_todos.py,sha256=2INaUuKE5obKysoGzJLPUpc-oRJvQsx8_qoGtv_eBDI,6405
31
- examples/widgets/my/monitor_open_todos.py,sha256=y7cmDe2r7O9xmIo-aFo3gQIgHrK7ZGsPjbSsHlJpiO8,5400
30
+ examples/widgets/my/monitor_my_todos.py,sha256=1580SOyq2RPsAyAkRxIpRHRxDvtI1xWfUrxylF6qKH4,6409
31
+ examples/widgets/my/monitor_open_todos.py,sha256=oYmy5eRA_5BLhtkP8iI6pxci-8y6d13Vcw2F2yLawxY,5407
32
32
  examples/widgets/my/my_profile_actions.py,sha256=SrlC0PSix0b78MCWJdGJAVgai8gbJmYyz1ou2ZVOkIs,3949
33
33
  examples/widgets/my/todo_actions.py,sha256=a9A0ZJ_Y8zZ15Pdy6Dd5M1JZKS4-SHyiJcD_W7R8SFQ,8241
34
34
  examples/widgets/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
@@ -53,7 +53,7 @@ examples/widgets/tech/get_element_info.py,sha256=3B6mTu09d-FRTVWbZ5uujKBLLy8ULFy
53
53
  examples/widgets/tech/get_guid_info.py,sha256=p-peTX1Mahi8fNmcNVHOVI3OjqjlJwZjv7gRdBI4l0Q,4137
54
54
  examples/widgets/tech/get_tech_details.py,sha256=p5OgSKep3VOuuZmQXE2OSYhE-kvnI18TBcQ-PU5kEAw,6023
55
55
  examples/widgets/tech/list_asset_types.py,sha256=PHPtCXqCHhIw0K59hUvoKdybp6IKPt_9Wc0AJVDtdrg,4181
56
- examples/widgets/tech/list_elements.py,sha256=xQg-PGS2oORed2ATVNPZvGVCGLEUHO5rOeXvgS6pkrg,4726
56
+ examples/widgets/tech/list_elements.py,sha256=8P2nCtTgBhYZfxFcyG9xL7b1a66o3SU1ny-Yh-BVuII,4730
57
57
  examples/widgets/tech/list_registered_services.py,sha256=TqZbT54vMGvHUAX_bovCce3A3eV_RbjSEtPP6u6ZJV0,6388
58
58
  examples/widgets/tech/list_related_specification.py,sha256=zFOsqR-GB4VUWnZoxmaKWv1-qkI3syRoIC9iIEO6khI,5797
59
59
  examples/widgets/tech/list_relationship_types.py,sha256=0T8Sl7J3WFq_0IQLLzcL0T79pUxVENWNT95Cpjz2ukc,5633
@@ -61,7 +61,7 @@ examples/widgets/tech/list_tech_templates.py,sha256=RiyA8a4fIL9BGeGf37Bkk471mK5E
61
61
  examples/widgets/tech/list_valid_metadata_values.py,sha256=64z5tr-0VD-mPTFmr6FT76gj4MXJZLWTxT4oeIiUaiU,6043
62
62
  examples/widgets/tech/x_list_related_elements.py,sha256=hDiPThI9FLI63yoWEy7j7k_zLPBSlZIXYSaixiY_YAY,5785
63
63
  pyegeria/Xloaded_resources_omvs.py,sha256=cseWZTIwNhkzhZ0fhujI66DslNAQcjuwsz_p1GRmSPQ,3392
64
- pyegeria/__init__.py,sha256=RNkQeblUJGmnCY7U8l8xMhivpVzMcXRBafxDAzxG6Lc,7714
64
+ pyegeria/__init__.py,sha256=2iz0GmjA8xBpn8bdLhnFYcFX12k0bfoxuOHZ3Nz97DA,7765
65
65
  pyegeria/_client.py,sha256=mTK3qqaxwrwn4OiIKZkSkMVEsHPJsHxKmfz1LK_FgEg,26308
66
66
  pyegeria/_deprecated_gov_engine.py,sha256=_DAEHsksnTKGqL9-TaaMVrfnNOrvatNACfg7pJ-ZX4w,17600
67
67
  pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
@@ -86,8 +86,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
86
86
  pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
87
87
  pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
88
88
  pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
89
- pyegeria-0.7.21.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
90
- pyegeria-0.7.21.dist-info/METADATA,sha256=yLOlSQCkekIgiVrvXqqSqYnR9V0bwyhZfaL3a34RcSU,2775
91
- pyegeria-0.7.21.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
92
- pyegeria-0.7.21.dist-info/entry_points.txt,sha256=22oy5-EM37ldb_-MPtiJygwXU217h8vb2_zT-7vn-yc,3571
93
- pyegeria-0.7.21.dist-info/RECORD,,
89
+ pyegeria-0.7.23.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
90
+ pyegeria-0.7.23.dist-info/METADATA,sha256=nekxvPNQhDo4S_MU_cFK5p6Rd3D-lfQUJpO3DgeMunc,2775
91
+ pyegeria-0.7.23.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
92
+ pyegeria-0.7.23.dist-info/entry_points.txt,sha256=22oy5-EM37ldb_-MPtiJygwXU217h8vb2_zT-7vn-yc,3571
93
+ pyegeria-0.7.23.dist-info/RECORD,,