pyegeria 5.3.9.7__tar.gz → 5.3.9.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 (140) hide show
  1. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/PKG-INFO +1 -1
  2. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/__init__.py +0 -1
  3. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/collection_manager_omvs.py +9 -4
  4. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/data_designer_omvs.py +19 -8
  5. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyproject.toml +1 -1
  6. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/LICENSE +0 -0
  7. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/README.md +0 -0
  8. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/Dr-Egeria_md-orig.py +0 -0
  9. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/README.md +0 -0
  10. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/__init__.py +0 -0
  11. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/dr_egeria_jupyter.py +0 -0
  12. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/dr_egeria_md.py +0 -0
  13. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/exp_list_glossaries.py +0 -0
  14. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/get_asset_graph.py +0 -0
  15. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/get_collection.py +0 -0
  16. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/get_project_dependencies.py +0 -0
  17. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/get_project_structure.py +0 -0
  18. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/get_tech_type_elements.py +0 -0
  19. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/glossary_actions.py +0 -0
  20. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_assets.py +0 -0
  21. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_categories.py +0 -0
  22. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_cert_types.py +0 -0
  23. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_collections.py +0 -0
  24. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_data_structures.py +0 -0
  25. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_deployed_catalogs.py +0 -0
  26. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_deployed_database_schemas.py +0 -0
  27. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_deployed_databases.py +0 -0
  28. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_deployed_servers.py +0 -0
  29. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_glossaries.py +0 -0
  30. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_projects.py +0 -0
  31. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_tech_type_elements.py +0 -0
  32. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_tech_types.py +0 -0
  33. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_terms.py +0 -0
  34. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_todos.py +0 -0
  35. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cat/list_user_ids.py +0 -0
  36. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/__init__.py +0 -0
  37. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/egeria.py +0 -0
  38. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/egeria_cat.py +0 -0
  39. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/egeria_login_tui.py +0 -0
  40. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/egeria_my.py +0 -0
  41. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/egeria_ops.py +0 -0
  42. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/egeria_tech.py +0 -0
  43. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/ops_config.py +0 -0
  44. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/cli/txt_custom_v2.tcss +0 -0
  45. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/README.md +0 -0
  46. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/__init__.py +0 -0
  47. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/list_my_profile.py +0 -0
  48. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/list_my_roles.py +0 -0
  49. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/monitor_my_todos.py +0 -0
  50. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/monitor_open_todos.py +0 -0
  51. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/my/todo_actions.py +0 -0
  52. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/README.md +0 -0
  53. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/__init__.py +0 -0
  54. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/gov_server_actions.py +0 -0
  55. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/list_archives.py +0 -0
  56. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/list_catalog_targets.py +0 -0
  57. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/load_archive.py +0 -0
  58. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_asset_events.py +0 -0
  59. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_engine_activity.py +0 -0
  60. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_engine_activity_c.py +0 -0
  61. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_gov_eng_status.py +0 -0
  62. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_integ_daemon_status.py +0 -0
  63. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_platform_status.py +0 -0
  64. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_server_startup.py +0 -0
  65. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/monitor_server_status.py +0 -0
  66. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/orig_monitor_server_list.py +0 -0
  67. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/orig_monitor_server_status.py +0 -0
  68. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/refresh_integration_daemon.py +0 -0
  69. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/restart_integration_daemon.py +0 -0
  70. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/table_integ_daemon_status.py +0 -0
  71. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/ops/x_engine_actions.py +0 -0
  72. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/README.md +0 -0
  73. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/__init__.py +0 -0
  74. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/generic_actions.py +0 -0
  75. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/get_element_info.py +0 -0
  76. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/get_guid_info.py +0 -0
  77. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/get_tech_details.py +0 -0
  78. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/get_tech_type_template.py +0 -0
  79. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_all_om_type_elements.py +0 -0
  80. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_all_om_type_elements_x.py +0 -0
  81. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_all_related_elements.py +0 -0
  82. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_anchored_elements.py +0 -0
  83. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_asset_types.py +0 -0
  84. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
  85. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_elements_by_property_value.py +0 -0
  86. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_elements_by_property_value_x.py +0 -0
  87. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_elements_for_classification.py +0 -0
  88. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_gov_action_processes.py +0 -0
  89. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_information_supply_chains.py +0 -0
  90. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_registered_services.py +0 -0
  91. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_related_elements_with_prop_value.py +0 -0
  92. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_related_specification.py +0 -0
  93. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_relationship_types.py +0 -0
  94. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_relationships.py +0 -0
  95. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_solution_blueprints.py +0 -0
  96. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_solution_components.py +0 -0
  97. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_solution_roles.py +0 -0
  98. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_tech_templates.py +0 -0
  99. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/list_valid_metadata_values.py +0 -0
  100. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/table_tech_templates.py +0 -0
  101. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/commands/tech/x_list_related_elements.py +0 -0
  102. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/README.md +0 -0
  103. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/_client.py +0 -0
  104. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/_deprecated_gov_engine.py +0 -0
  105. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/_exceptions.py +0 -0
  106. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/_globals.py +0 -0
  107. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/_validators.py +0 -0
  108. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/asset_catalog_omvs.py +0 -0
  109. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/automated_curation_omvs.py +0 -0
  110. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/classification_manager_omvs.py +0 -0
  111. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/core_omag_server_config.py +0 -0
  112. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/create_tech_guid_lists.py +0 -0
  113. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/dr.egeria spec.md +0 -0
  114. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/egeria_cat_client.py +0 -0
  115. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/egeria_client.py +0 -0
  116. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/egeria_config_client.py +0 -0
  117. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/egeria_my_client.py +0 -0
  118. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/egeria_tech_client.py +0 -0
  119. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/feedback_manager_omvs.py +0 -0
  120. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/full_omag_server_config.py +0 -0
  121. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/glossary_browser_omvs.py +0 -0
  122. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/glossary_manager_omvs.py +0 -0
  123. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/m_test.py +0 -0
  124. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/md_processing_helpers.py +0 -0
  125. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/md_processing_utils.py +0 -0
  126. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/md_processing_utils_orig.py +0 -0
  127. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/mermaid_utilities.py +0 -0
  128. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/metadata_explorer_omvs.py +0 -0
  129. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/my_profile_omvs.py +0 -0
  130. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/output_formatter.py +0 -0
  131. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/platform_services.py +0 -0
  132. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/project_manager_omvs.py +0 -0
  133. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/registered_info.py +0 -0
  134. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/runtime_manager_omvs.py +0 -0
  135. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/server_operations.py +0 -0
  136. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/solution_architect_omvs.py +0 -0
  137. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/template_manager_omvs.py +0 -0
  138. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/utils.py +0 -0
  139. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/valid_metadata_omvs.py +0 -0
  140. {pyegeria-5.3.9.7 → pyegeria-5.3.9.9}/pyegeria/x_action_author_omvs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.9.7
3
+ Version: 5.3.9.9
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -10,7 +10,6 @@ The first capabilities are around Egeria's platform services used to start and s
10
10
  the server platform and servers.
11
11
 
12
12
  """
13
- from ..commands import display_integration_daemon_status, display_gov_eng_status, display_engine_activity_c
14
13
 
15
14
  from ._globals import (INTEGRATION_GUIDS, TEMPLATE_GUIDS, default_time_out, disable_ssl_warnings, enable_ssl_check,
16
15
  is_debug, max_paging_size, NO_ELEMENTS_FOUND, NO_ASSETS_FOUND, NO_SERVERS_FOUND,
@@ -2158,7 +2158,9 @@ class CollectionManager(Client):
2158
2158
 
2159
2159
  if page_size is None:
2160
2160
  page_size = self.page_size
2161
- collection_guid = self.__get_guid__(collection_guid, collection_name, "name", collection_qname, None, )
2161
+ if collection_guid is None:
2162
+ collection_guid = self.__get_guid__(collection_guid, collection_name, "name", collection_qname, None, )
2163
+
2162
2164
  url = (f"{self.collection_command_root}/{collection_guid}/"
2163
2165
  f"members?startFrom={start_from}&pageSize={page_size}")
2164
2166
 
@@ -2535,9 +2537,12 @@ class CollectionManager(Client):
2535
2537
  # finally, construct a list of member information
2536
2538
  for member_rel in members:
2537
2539
  member_guid = member_rel["elementHeader"]["guid"]
2538
- member_resp = await self._async_get_collection(member_guid)
2539
- member = member_resp.get("element", None)
2540
- if member is None:
2540
+ member_resp = await self._async_get_collection_by_guid(member_guid)
2541
+ if isinstance(member_resp,(dict,list)):
2542
+ member = member_resp.get("element", None)
2543
+ if member is None:
2544
+ continue
2545
+ else:
2541
2546
  continue
2542
2547
  # print(json.dumps(member, indent = 4))
2543
2548
 
@@ -1126,10 +1126,15 @@ r replace_all_properties: bool, default = False
1126
1126
  """
1127
1127
 
1128
1128
  body = {"filter": filter}
1129
+ starts_with_s = str(starts_with).lower()
1130
+ ends_with_s = str(ends_with).lower()
1131
+ ignore_case_s = str(ignore_case).lower()
1129
1132
 
1130
1133
  possible_query_params = query_string(
1131
- [("startFrom", start_from), ("pageSize", page_size), ("startsWith", str(starts_with).lower),
1132
- ("endsWith", str(ends_with).lower()), ("ignoreCase", str(ignore_case).lower()), ])
1134
+ [("startFrom", start_from), ("pageSize", page_size), ("startsWith", ends_with_s), ("endsWith", ends_with_s),
1135
+ ("ignoreCase", ignore_case_s),])
1136
+
1137
+
1133
1138
 
1134
1139
  url = (f"{base_path(self, self.view_server)}/data-structures/by-search-string"
1135
1140
  f"{possible_query_params}")
@@ -2465,10 +2470,12 @@ r replace_all_properties: bool, default = False
2465
2470
  """
2466
2471
 
2467
2472
  body = {"filter": filter}
2473
+ starts_with_s = str(starts_with).lower()
2474
+ ends_with_s = str(ends_with).lower()
2475
+ ignore_case_s = str(ignore_case).lower()
2468
2476
 
2469
2477
  possible_query_params = query_string(
2470
- [("startFrom", start_from), ("pageSize", page_size), ("startsWith", str(starts_with).lower),
2471
- ("endsWith", str(ends_with).lower()), ("ignoreCase", str(ignore_case).lower()), ])
2478
+ [("startFrom", start_from), ("pageSize", page_size), ("startsWith",ends_with_s), ("endsWith", ends_with_s), ("ignoreCase", ignore_case_s) ])
2472
2479
 
2473
2480
  url = (f"{base_path(self, self.view_server)}/data-fields/by-search-string"
2474
2481
  f"{possible_query_params}")
@@ -3526,7 +3533,7 @@ r replace_all_properties: bool, default = False
3526
3533
  """
3527
3534
 
3528
3535
  url = (f"{base_path(self, self.view_server)}/data-classes/{parent_data_class_guid}"
3529
- f"/specialist-data-classes/{child_data_class_guid}/attach")
3536
+ f"/specializeddata-classes/{child_data_class_guid}/attach")
3530
3537
 
3531
3538
  if body is None:
3532
3539
  await self._async_make_request("POST", url)
@@ -3625,7 +3632,7 @@ r replace_all_properties: bool, default = False
3625
3632
  """
3626
3633
 
3627
3634
  url = (f"{base_path(self, self.view_server)}/data-classes/{parent_data_class_guid}"
3628
- f"/specialist-data-classes/{child_data_class_guid}/detach")
3635
+ f"/specializeddata-classes/{child_data_class_guid}/detach")
3629
3636
 
3630
3637
  if body is None:
3631
3638
  await self._async_make_request("POST", url)
@@ -4029,9 +4036,13 @@ r replace_all_properties: bool, default = False
4029
4036
 
4030
4037
  body = {"filter": filter}
4031
4038
 
4039
+ starts_with_s = str(starts_with).lower()
4040
+ ends_with_s = str(ends_with).lower()
4041
+ ignore_case_s = str(ignore_case).lower()
4042
+
4032
4043
  possible_query_params = query_string(
4033
- [("startFrom", start_from), ("pageSize", page_size), ("startsWith", str(starts_with).lower),
4034
- ("endsWith", str(ends_with).lower()), ("ignoreCase", str(ignore_case).lower()), ])
4044
+ [("startFrom", start_from), ("pageSize", page_size), ("startsWith", ends_with_s), ("endsWith", ends_with_s),
4045
+ ("ignoreCase", ignore_case_s)])
4035
4046
 
4036
4047
  url = (f"{base_path(self, self.view_server)}/data-classes/by-search-string"
4037
4048
  f"{possible_query_params}")
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyegeria"
3
- version = "5.3.9.7"
3
+ version = "5.3.9.9"
4
4
 
5
5
  license = 'Apache 2.0'
6
6
  authors = ["Dan Wolfson <dan.wolfson@pdr-associates.com>"]
File without changes
File without changes
File without changes