pyegeria 5.3.4.23__py3-none-any.whl → 5.3.4.25__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.
Files changed (108) hide show
  1. pyegeria/__init__.py +22 -0
  2. pyegeria/_client.py +4 -0
  3. pyegeria/automated_curation_omvs.py +3 -3
  4. pyegeria/commands/cat/exp_list_glossaries.py +1 -1
  5. pyegeria/commands/cat/get_asset_graph.py +1 -1
  6. pyegeria/commands/cat/get_collection.py +1 -1
  7. pyegeria/commands/cat/get_project_dependencies.py +1 -1
  8. pyegeria/commands/cat/get_project_structure.py +1 -1
  9. pyegeria/commands/cat/get_tech_type_elements.py +1 -1
  10. pyegeria/commands/cat/glossary_actions.py +1 -1
  11. pyegeria/commands/cat/list_assets.py +1 -1
  12. pyegeria/commands/cat/list_cert_types.py +1 -1
  13. pyegeria/commands/cat/list_collections.py +1 -1
  14. pyegeria/commands/cat/list_deployed_catalogs.py +1 -1
  15. pyegeria/commands/cat/list_deployed_database_schemas.py +2 -2
  16. pyegeria/commands/cat/list_deployed_databases.py +1 -1
  17. pyegeria/commands/cat/list_deployed_servers.py +1 -1
  18. pyegeria/commands/cat/list_glossaries.py +1 -1
  19. pyegeria/commands/cat/list_projects.py +1 -1
  20. pyegeria/commands/cat/list_tech_type_elements.py +1 -1
  21. pyegeria/commands/cat/list_tech_types.py +1 -1
  22. pyegeria/commands/cat/list_terms.py +1 -1
  23. pyegeria/commands/cat/list_todos.py +1 -1
  24. pyegeria/commands/cat/list_user_ids.py +1 -1
  25. pyegeria/commands/cli/egeria_login_tui.py +1 -1
  26. pyegeria/commands/my/list_my_profile.py +1 -1
  27. pyegeria/commands/my/list_my_roles.py +1 -1
  28. pyegeria/commands/my/monitor_my_todos.py +1 -1
  29. pyegeria/commands/my/monitor_open_todos.py +1 -1
  30. pyegeria/commands/my/todo_actions.py +1 -1
  31. pyegeria/commands/ops/list_archives.py +1 -1
  32. pyegeria/commands/ops/list_catalog_targets.py +1 -1
  33. pyegeria/commands/ops/load_archive.py +1 -1
  34. pyegeria/commands/ops/monitor_asset_events.py +1 -1
  35. pyegeria/commands/ops/monitor_engine_activity.py +1 -1
  36. pyegeria/commands/ops/monitor_gov_eng_status.py +1 -0
  37. pyegeria/commands/ops/monitor_integ_daemon_status.py +2 -0
  38. pyegeria/commands/ops/monitor_platform_status.py +1 -1
  39. pyegeria/commands/ops/monitor_server_startup.py +1 -1
  40. pyegeria/commands/ops/monitor_server_status.py +1 -1
  41. pyegeria/commands/ops/orig_monitor_server_list.py +1 -1
  42. pyegeria/commands/ops/orig_monitor_server_status.py +1 -1
  43. pyegeria/commands/ops/refresh_integration_daemon.py +1 -1
  44. pyegeria/commands/ops/restart_integration_daemon.py +1 -1
  45. pyegeria/commands/ops/table_integ_daemon_status.py +1 -1
  46. pyegeria/commands/tech/get_element_info.py +1 -1
  47. pyegeria/commands/tech/get_guid_info.py +1 -1
  48. pyegeria/commands/tech/get_tech_details.py +1 -1
  49. pyegeria/commands/tech/get_tech_type_template.py +1 -1
  50. pyegeria/commands/tech/list_all_om_type_elements.py +1 -1
  51. pyegeria/commands/tech/list_all_om_type_elements_x.py +1 -1
  52. pyegeria/commands/tech/list_all_related_elements.py +1 -1
  53. pyegeria/commands/tech/list_anchored_elements.py +1 -1
  54. pyegeria/commands/tech/list_asset_types.py +1 -1
  55. pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +1 -1
  56. pyegeria/commands/tech/list_elements_by_property_value.py +1 -1
  57. pyegeria/commands/tech/list_elements_by_property_value_x.py +1 -1
  58. pyegeria/commands/tech/list_elements_for_classification.py +1 -1
  59. pyegeria/commands/tech/list_gov_action_processes.py +1 -1
  60. pyegeria/commands/tech/list_information_supply_chains.py +1 -1
  61. pyegeria/commands/tech/list_registered_services.py +1 -1
  62. pyegeria/commands/tech/list_related_elements_with_prop_value.py +1 -1
  63. pyegeria/commands/tech/list_related_specification.py +1 -1
  64. pyegeria/commands/tech/list_relationship_types.py +1 -1
  65. pyegeria/commands/tech/list_relationships.py +1 -1
  66. pyegeria/commands/tech/list_solution_blueprints.py +1 -1
  67. pyegeria/commands/tech/list_solution_components.py +1 -1
  68. pyegeria/commands/tech/list_solution_roles.py +1 -1
  69. pyegeria/commands/tech/list_tech_templates.py +1 -1
  70. pyegeria/commands/tech/list_valid_metadata_values.py +1 -1
  71. pyegeria/commands/tech/table_tech_templates.py +1 -1
  72. pyegeria/commands/tech/x_list_related_elements.py +1 -1
  73. pyegeria/create_tech_guid_lists.py +8 -7
  74. pyegeria/glossary_browser_omvs.py +4 -4
  75. pyegeria/glossary_manager_omvs.py +1 -1
  76. pyegeria/platform_services.py +1 -1
  77. pyegeria/server_operations.py +1 -1
  78. pyegeria/valid_metadata_omvs.py +1 -1
  79. pyegeria/x_action_author_omvs.py +1 -1
  80. {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.25.dist-info}/METADATA +2 -3
  81. {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.25.dist-info}/RECORD +84 -108
  82. {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.25.dist-info}/WHEEL +1 -1
  83. pyegeria/commands/tech/work/mermaid_graphs/components/Accounting ledgers.html +0 -145
  84. pyegeria/commands/tech/work/mermaid_graphs/components/Analyse Patient Data.html +0 -158
  85. pyegeria/commands/tech/work/mermaid_graphs/components/Assemble Treatment Assessment Report.html +0 -154
  86. pyegeria/commands/tech/work/mermaid_graphs/components/Certify Hospital.html +0 -136
  87. pyegeria/commands/tech/work/mermaid_graphs/components/Employee Expense Tool.html +0 -145
  88. pyegeria/commands/tech/work/mermaid_graphs/components/Goods Inventory.html +0 -145
  89. pyegeria/commands/tech/work/mermaid_graphs/components/Hazardous Materials (HazMat) Inventory.html +0 -145
  90. pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Landing Area Folder.html +0 -152
  91. pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Processes.html +0 -153
  92. pyegeria/commands/tech/work/mermaid_graphs/components/Landing Folder Cataloguer.html +0 -150
  93. pyegeria/commands/tech/work/mermaid_graphs/components/Nominate Hospital.html +0 -136
  94. pyegeria/commands/tech/work/mermaid_graphs/components/Onboard Hospital.html +0 -136
  95. pyegeria/commands/tech/work/mermaid_graphs/components/Populate Sandbox.html +0 -150
  96. pyegeria/commands/tech/work/mermaid_graphs/components/Set up Data Lake Folder.html +0 -138
  97. pyegeria/commands/tech/work/mermaid_graphs/components/Set up clinical trial.html +0 -136
  98. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Calculators.html +0 -147
  99. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Dashboards.html +0 -157
  100. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Operational Data Store (ODS).html +0 -174
  101. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Assessment Report Validation and Delivery.html +0 -149
  102. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Efficacy Evidence.html +0 -152
  103. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Validation Sandbox.html +0 -152
  104. pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Data Lake Folder.html +0 -156
  105. pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Onboarding Pipeline.html +0 -158
  106. pyegeria/tech_guids_12-02-2025 13:28.py +0 -72
  107. {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.25.dist-info}/LICENSE +0 -0
  108. {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.25.dist-info}/entry_points.txt +0 -0
@@ -31,7 +31,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
31
31
  EGERIA_VIEW_SERVER_URL = os.environ.get(
32
32
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
33
33
  )
34
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
34
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
35
35
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
36
36
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
37
37
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -27,7 +27,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
27
27
  EGERIA_VIEW_SERVER_URL = os.environ.get(
28
28
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
29
29
  )
30
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
30
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
31
31
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
32
32
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
33
33
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -27,7 +27,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
27
27
  EGERIA_VIEW_SERVER_URL = os.environ.get(
28
28
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
29
29
  )
30
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
30
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
31
31
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
32
32
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
33
33
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -27,7 +27,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
27
27
  EGERIA_VIEW_SERVER_URL = os.environ.get(
28
28
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
29
29
  )
30
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
30
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
31
31
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
32
32
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
33
33
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -28,7 +28,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
28
28
  EGERIA_VIEW_SERVER_URL = os.environ.get(
29
29
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
30
30
  )
31
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
31
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
32
32
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
33
33
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
34
34
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -33,7 +33,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
33
33
  EGERIA_VIEW_SERVER_URL = os.environ.get(
34
34
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
35
35
  )
36
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
36
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
37
37
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
38
38
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
39
39
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -38,7 +38,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
38
38
  EGERIA_VIEW_SERVER_URL = os.environ.get(
39
39
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
40
40
  )
41
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
41
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
42
42
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
43
43
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
44
44
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -31,7 +31,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
31
31
  EGERIA_VIEW_SERVER_URL = os.environ.get(
32
32
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
33
33
  )
34
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
34
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
35
35
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
36
36
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
37
37
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -29,7 +29,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
29
29
  EGERIA_VIEW_SERVER_URL = os.environ.get(
30
30
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
31
31
  )
32
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
32
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
33
33
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
34
34
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
35
35
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
34
34
  EGERIA_VIEW_SERVER_URL = os.environ.get(
35
35
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
36
36
  )
37
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
37
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
38
38
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
39
39
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
40
40
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -32,7 +32,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
32
32
  EGERIA_VIEW_SERVER_URL = os.environ.get(
33
33
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
34
34
  )
35
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
35
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
36
36
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
37
37
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
38
38
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
34
34
  EGERIA_VIEW_SERVER_URL = os.environ.get(
35
35
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
36
36
  )
37
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
37
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
38
38
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
39
39
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
40
40
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -39,7 +39,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
39
39
  EGERIA_VIEW_SERVER_URL = os.environ.get(
40
40
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
41
41
  )
42
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
42
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
43
43
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
44
44
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
45
45
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -39,7 +39,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
39
39
  EGERIA_VIEW_SERVER_URL = os.environ.get(
40
40
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
41
41
  )
42
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
42
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
43
43
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
44
44
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
45
45
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -39,7 +39,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
39
39
  EGERIA_VIEW_SERVER_URL = os.environ.get(
40
40
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
41
41
  )
42
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
42
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
43
43
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
44
44
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
45
45
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -29,7 +29,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
29
29
  EGERIA_VIEW_SERVER_URL = os.environ.get(
30
30
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
31
31
  )
32
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
32
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
33
33
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
34
34
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
35
35
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
34
34
  EGERIA_VIEW_SERVER_URL = os.environ.get(
35
35
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
36
36
  )
37
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
37
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
38
38
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
39
39
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
40
40
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
34
34
  EGERIA_VIEW_SERVER_URL = os.environ.get(
35
35
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
36
36
  )
37
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
37
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
38
38
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
39
39
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
40
40
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
34
34
  EGERIA_VIEW_SERVER_URL = os.environ.get(
35
35
  "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
36
36
  )
37
- EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
37
+ EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
38
38
  EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
39
39
  EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
40
40
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -13,9 +13,10 @@ from rich.console import Console
13
13
 
14
14
  from pyegeria.server_operations import ServerOps
15
15
  from pyegeria.automated_curation_omvs import AutomatedCuration
16
+ from pyegeria.egeria_tech_client import EgeriaTech
16
17
  from pyegeria._globals import NO_ELEMENTS_FOUND
17
18
  console = Console(width=200)
18
-
19
+ integration_server = "qs-integration-daemon"
19
20
 
20
21
  def build_global_guid_lists(
21
22
  server: str = "qs-view-server",
@@ -27,7 +28,7 @@ def build_global_guid_lists(
27
28
 
28
29
  cur_time = datetime.now().strftime("%d-%m-%Y %H:%M")
29
30
  file_name = f"./tech_guids_{cur_time}.py"
30
- a_client = AutomatedCuration(server, url, user_id=user_id, user_pwd=user_pwd)
31
+ a_client = EgeriaTech(server, url, user_id=user_id, user_pwd=user_pwd)
31
32
  token = a_client.create_egeria_bearer_token()
32
33
  # get all technology types
33
34
 
@@ -86,11 +87,11 @@ def build_global_guid_lists(
86
87
  # Ok - now lets harvest integration connectors using get_integration_daemon_status from ServerOps
87
88
  # Assume that integration daemon called integration_daemon
88
89
  #
89
- s_client = ServerOps(
90
- "integration_daemon", url, user_id=user_id, user_pwd=user_pwd
91
- )
92
- integ_status = s_client.get_integration_daemon_status()
93
-
90
+ # s_client = ServerOps(
91
+ # "integration_daemon", url, user_id=user_id, user_pwd=user_pwd
92
+ # )
93
+ # integ_status = s_client.get_integration_daemon_status()
94
+ integ_status = a_client.get_server_report(None, integration_server)
94
95
  if type(integ_status) is dict:
95
96
  connections = integ_status["integrationConnectorReports"]
96
97
  for connection in connections:
@@ -10,6 +10,7 @@ added in subsequent versions of the glossary_omvs module.
10
10
  import asyncio
11
11
  from datetime import datetime
12
12
 
13
+ from pyegeria import NO_GLOSSARIES_FOUND
13
14
  # import json
14
15
  from pyegeria._client import Client
15
16
  from pyegeria._validators import validate_guid, validate_name, validate_search_string
@@ -386,15 +387,14 @@ class GlossaryBrowser(Client):
386
387
 
387
388
  body = {
388
389
  "class": "EffectiveTimeQueryRequestBody",
389
- "effectiveTime": effective_time,
390
+ "effectiveTime": effective_time
390
391
  }
391
-
392
392
  url = (
393
393
  f"{self.platform_url}/servers/{self.view_server}/api/open-metadata/glossary-browser/glossaries/"
394
394
  f"{glossary_guid}/retrieve"
395
395
  )
396
396
  response = await self._async_make_request("POST", url, body)
397
- return response.json().get("elementList", "No glossaries found")
397
+ return response.json().get("element", NO_GLOSSARIES_FOUND)
398
398
 
399
399
  def get_glossary_by_guid(
400
400
  self, glossary_guid: str, effective_time: str = None
@@ -512,7 +512,7 @@ class GlossaryBrowser(Client):
512
512
  When multiple pages of results are available, the page number to start from.
513
513
  page_size: int, [default=None]
514
514
  The number of items to return in a single page. If not specified, the default will be taken from
515
- he class instance.
515
+ the class instance.
516
516
 
517
517
  Returns
518
518
  -------
@@ -21,7 +21,7 @@ from pyegeria._client import Client
21
21
  from pyegeria._validators import validate_guid, validate_name, validate_search_string
22
22
  from pyegeria.glossary_browser_omvs import GlossaryBrowser
23
23
  from pyegeria.utils import body_slimmer
24
- from pyegeria._globals import NO_CATEGORIES_FOUND,NO_TERMS_FOUND, NO_GLOSSARIES_FOUND
24
+ from pyegeria._globals import NO_CATEGORIES_FOUND,NO_TERMS_FOUND, NO_GLOSSARIES_FOUND, NO_ELEMENTS_FOUND
25
25
 
26
26
  class GlossaryManager(GlossaryBrowser):
27
27
  """
@@ -21,7 +21,7 @@ from pyegeria._exceptions import (
21
21
  print_exception_response,
22
22
  )
23
23
  from pyegeria._validators import validate_user_id
24
-
24
+ from pyegeria._globals import NO_ELEMENTS_FOUND
25
25
 
26
26
  class Platform(Client):
27
27
  """
@@ -12,7 +12,7 @@ from requests import Response
12
12
 
13
13
  from pyegeria.platform_services import Platform
14
14
  from pyegeria._validators import validate_name
15
-
15
+ from pyegeria._globals import NO_ELEMENTS_FOUND
16
16
 
17
17
  class ServerOps(Platform):
18
18
  """
@@ -10,7 +10,7 @@ import asyncio
10
10
 
11
11
  # import json
12
12
  from pyegeria._client import Client
13
- from pyegeria._globals import max_paging_size
13
+ from pyegeria._globals import max_paging_size, NO_ELEMENTS_FOUND
14
14
 
15
15
 
16
16
  class ValidMetadataManager(Client):
@@ -10,7 +10,7 @@ Copyright Contributors to the ODPi Egeria project.
10
10
 
11
11
  from requests import Response
12
12
  from pyegeria.automated_curation_omvs import AutomatedCuration
13
-
13
+ from pyegeria._globals import NO_ELEMENTS_FOUND
14
14
 
15
15
 
16
16
  class ActionAuthor(AutomatedCuration):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.4.23
3
+ Version: 5.3.4.25
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -13,12 +13,11 @@ Classifier: Programming Language :: Python
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Classifier: Programming Language :: Python :: 3.13
15
15
  Requires-Dist: click
16
- Requires-Dist: confluent-kafka
17
16
  Requires-Dist: httpx
18
17
  Requires-Dist: jupyter
19
18
  Requires-Dist: mermaid-py
20
19
  Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
21
- Requires-Dist: pytest (>=8.2.2,<9.0.0)
20
+ Requires-Dist: pytest
22
21
  Requires-Dist: requests
23
22
  Requires-Dist: rich
24
23
  Requires-Dist: textual