pyegeria 0.5.8.7__tar.gz → 0.5.8.9__tar.gz

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.
Files changed (75) hide show
  1. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/PKG-INFO +1 -1
  2. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/list_catalog_targets.py +24 -3
  3. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyproject.toml +1 -1
  4. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/LICENSE +0 -0
  5. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/README.md +0 -0
  6. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/doc_samples/Create_Collection_Sample.py +0 -0
  7. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/doc_samples/Create_Sustainability_Collection_Sample.py +0 -0
  8. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/README.md +0 -0
  9. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/__init__.py +0 -0
  10. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/get_asset_graph.py +0 -0
  11. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/get_collection.py +0 -0
  12. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/get_tech_type_elements.py +0 -0
  13. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/get_tech_type_template.py +0 -0
  14. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/list_assets.py +0 -0
  15. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/catalog_user/list_glossary.py +0 -0
  16. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/cli/__init__.py +0 -0
  17. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/cli/egeria_ops.py +0 -0
  18. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/cli/ops_config.py +0 -0
  19. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/README.md +0 -0
  20. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/__init__.py +0 -0
  21. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/get_guid_info.py +0 -0
  22. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/get_tech_details.py +0 -0
  23. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/list_asset_types.py +0 -0
  24. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/list_registered_services.py +0 -0
  25. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/list_relationship_types.py +0 -0
  26. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/list_tech_templates.py +0 -0
  27. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/list_tech_types.py +0 -0
  28. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/developer/list_valid_metadata_values.py +0 -0
  29. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/README.md +0 -0
  30. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/__init__.py +0 -0
  31. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/engine_actions.py +0 -0
  32. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/integration_daemon_actions.py +0 -0
  33. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/load_archive.py +0 -0
  34. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_asset_events.py +0 -0
  35. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_coco_status.py +0 -0
  36. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_engine_activity.py +0 -0
  37. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_gov_eng_status.py +0 -0
  38. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_integ_daemon_status.py +0 -0
  39. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_platform_status.py +0 -0
  40. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_server_list.py +0 -0
  41. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/monitor_server_status.py +0 -0
  42. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/refresh_integration_daemon.py +0 -0
  43. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/operational/restart_integration_daemon.py +0 -0
  44. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/README.md +0 -0
  45. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/__init__.py +0 -0
  46. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/list_my_profile.py +0 -0
  47. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/list_projects.py +0 -0
  48. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/list_todos.py +0 -0
  49. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/monitor_my_todos.py +0 -0
  50. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/examples/widgets/personal_organizer/monitor_open_todos.py +0 -0
  51. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/Xfeedback_manager_omvs.py +0 -0
  52. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/Xloaded_resources_omvs.py +0 -0
  53. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/__init__.py +0 -0
  54. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/_client.py +0 -0
  55. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/_deprecated_gov_engine.py +0 -0
  56. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/_exceptions.py +0 -0
  57. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/_globals.py +0 -0
  58. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/_validators.py +0 -0
  59. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/action_author_omvs.py +0 -0
  60. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/asset_catalog_omvs.py +0 -0
  61. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/automated_curation_omvs.py +0 -0
  62. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/collection_manager_omvs.py +0 -0
  63. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/core_omag_server_config.py +0 -0
  64. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/create_tech_guid_lists.py +0 -0
  65. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/full_omag_server_config.py +0 -0
  66. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/glossary_browser_omvs.py +0 -0
  67. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/glossary_manager_omvs.py +0 -0
  68. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/my_profile_omvs.py +0 -0
  69. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/platform_services.py +0 -0
  70. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/project_manager_omvs.py +0 -0
  71. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/registered_info.py +0 -0
  72. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/runtime_manager_omvs.py +0 -0
  73. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/server_operations.py +0 -0
  74. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/utils.py +0 -0
  75. {pyegeria-0.5.8.7 → pyegeria-0.5.8.9}/pyegeria/valid_metadata_omvs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.5.8.7
3
+ Version: 0.5.8.9
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -16,6 +16,7 @@ from rich import box
16
16
  from rich.console import Console
17
17
  from rich.table import Table
18
18
  from rich.prompt import Prompt
19
+ from rich.markdown import Markdown
19
20
 
20
21
  from pyegeria import (
21
22
  InvalidParameterException,
@@ -52,26 +53,46 @@ def display_catalog_targets(connector:str, server: str, url: str, username: str,
52
53
  show_lines=True,
53
54
  box=box.ROUNDED,
54
55
  caption=f"Catalog Targets for '{server}' @ Platform - {url}",
55
- expand=True
56
+ expand=True,
57
+ # width = 200
56
58
  )
57
59
  table.add_column("Connector Name")
58
60
  table.add_column("Catalog Target Name")
61
+ table.add_column('Metadata Source Qualified Name')
59
62
  table.add_column("Relationship GUID", no_wrap=True)
63
+ table.add_column('Configuration Properties')
64
+ table.add_column('Template Properties')
60
65
  table.add_column("Synchronization")
61
66
  table.add_column("Delete Method")
62
67
 
63
68
 
64
-
65
69
  if type(cat_targets) is list:
66
70
  for target in cat_targets:
67
71
  target_name = target.get('catalogTargetName','---')
72
+ target_source = target.get('metadataSourceQualifiedName', '---')
68
73
  target_rel = target.get('relationshipGUID','---')
69
74
  target_sync = target.get('permittedSynchronization')
70
75
  target_delete = target.get('deleteMethod','---')
71
76
  # target_guid = target['catalogTargetElement']['guid']
72
77
  connector_unique = target['catalogTargetElement']['uniqueName']
78
+
79
+ config_props = target.get('configurationProperties','---')
80
+ if type(config_props) is dict:
81
+ config_props_md = ''
82
+ for prop in config_props:
83
+ config_props_md += f"* {prop}: {config_props[prop]}\n"
84
+ config_props_out = Markdown(config_props_md)
85
+
86
+ template_props = target.get('templateProperties','---')
87
+ if type(template_props) is dict:
88
+ template_props_md = ''
89
+ for prop in template_props:
90
+ template_props_md += f"* {prop}: {template_props[prop]}\n"
91
+ template_props_out = Markdown(template_props_md)
92
+
73
93
  table.add_row(
74
- connector_unique, target_name, target_rel, target_sync, target_delete,
94
+ connector_unique, target_name, target_source, target_rel,
95
+ config_props_out, template_props_out, target_sync, target_delete,
75
96
  )
76
97
 
77
98
  return table
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyegeria"
3
- version = "0.5.8.7"
3
+ version = "0.5.8.9"
4
4
  license = 'Apache 2.0'
5
5
  authors = ["Dan Wolfson <dan.wolfson@pdr-associates.com>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes