pyegeria 5.4.8.3__tar.gz → 5.4.8.5__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.
- {pyegeria-5.4.8.3/pyegeria.egg-info → pyegeria-5.4.8.5}/PKG-INFO +3 -3
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/dr_egeria.py +1 -1
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/solution_architect_commands.py +8 -3
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_client_new.py +1 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/base_report_formats.py +1 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5/pyegeria.egg-info}/PKG-INFO +3 -3
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria.egg-info/requires.txt +2 -2
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyproject.toml +3 -3
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_external_links.py +6 -6
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_solution_architect_omvs.py +6 -8
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/LICENSE +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/MANIFEST.in +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/README.md +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/Dr-Egeria_md-orig.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/dr_egeria_command_help.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/dr_egeria_jupyter.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/dr_egeria_md.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/exp_list_glossaries.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/get_asset_graph.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/get_collection.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/get_project_dependencies.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/get_project_structure.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/get_tech_type_elements.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/glossary_actions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_assets.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_cert_types.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_collections.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_data_designer.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_data_structures_full.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_deployed_catalogs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_deployed_database_schemas.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_deployed_databases.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_deployed_servers.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_glossaries.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_projects.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_tech_type_elements.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_tech_types.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_terms.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_todos.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/list_user_ids.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cat/run_report.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/egeria.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/egeria_cat.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/egeria_login_tui.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/egeria_my.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/egeria_ops.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/egeria_tech.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/cli/ops_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/my/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/my/list_my_profile.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/my/list_my_roles.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/my/monitor_my_todos.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/my/monitor_open_todos.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/my/todo_actions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/gov_server_actions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/list_archives.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/list_catalog_targets.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/load_archive.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_asset_events.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_engine_activity.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_engine_activity_c.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_gov_eng_status.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_integ_daemon_status.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_platform_status.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_server_startup.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/monitor_server_status.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/orig_monitor_server_list.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/orig_monitor_server_status.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/refresh_integration_daemon.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/restart_integration_daemon.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/table_integ_daemon_status.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/ops/x_engine_actions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/generic_actions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/get_element_info.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/get_guid_info.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/get_tech_details.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/get_tech_type_template.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_all_om_type_elements.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_all_om_type_elements_x.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_all_related_elements.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_anchored_elements.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_asset_types.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_elements_by_property_value.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_elements_by_property_value_x.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_elements_for_classification.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_gov_action_processes.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_information_supply_chains.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_registered_services.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_related_elements_with_prop_value.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_related_specification.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_relationship_types.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_relationships.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_solution_blueprints.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_solution_components.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_solution_roles.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_tech_templates.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_valid_metadata_values.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/table_tech_templates.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/x_list_related_elements.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/README.md +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDS1.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDS2.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDS3.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDS4.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDS5.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDS6.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoMDSx.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_cocoView1.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_coco_core.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_coco_datalake.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_exchangeDL01.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_governDL01.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_monitorDev01.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/config_monitorGov01.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Coco_config/globals.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/GeoSpatial Products Example.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/README.md +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/P-environment-check.ipynb +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/common-functions.ipynb +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/environment-check.ipynb +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/globals.ipynb +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/globals.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/orig_globals.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/format_sets/all_format_sets.json +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/format_sets/custom_format_sets.json +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/format_sets/subset_format_sets.json +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/format_sets_save_load_example.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/output_formats_example.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/data/commands-working.json +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/data/commands.json +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/data/generated_format_sets.json +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/data/generated_format_sets.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/data_designer_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/ext_ref_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/glossary_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/governance_officer_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/product_manager_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/project_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/view_commands.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/common_md_proc_utils.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/common_md_utils.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/determine_width.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/extraction_utils.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/gen_format_sets.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/generate_dr_help.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/generate_md_cmd_templates.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/generate_md_templates.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/md_processing_constants.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/message_constants.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/__init__.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_base_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_client_new_backup.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_deprecated_gov_engine.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_exceptions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_exceptions_new.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_globals.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_output_format_models.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_output_formats.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/_validators.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/asset_catalog_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/automated_curation.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/classification_manager.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/classification_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/collection_manager.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/collection_models.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/core_omag_server_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/create_tech_guid_lists.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/data_designer.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/egeria_cat_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/egeria_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/egeria_config_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/egeria_tech_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/external_links.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/feedback_manager.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/feedback_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/format_set_executor.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/full_omag_server_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/glossary_manager.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/governance_officer.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/load_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/logging_configuration.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/mcp_adapter.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/mcp_server.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/md_processing_utils.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/mermaid_utilities.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/metadata_explorer_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/models.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/my_profile_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/output_formatter.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/output_formatter_with_machine_keys.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/platform_services.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/project_manager.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/reference_data.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/registered_info.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/runtime_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/server_operations.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/solution_architect.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/template_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/utils.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/valid_metadata_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria/x_action_author_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria.egg-info/SOURCES.txt +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria.egg-info/dependency_links.txt +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria.egg-info/entry_points.txt +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/pyegeria.egg-info/top_level.txt +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/setup.cfg +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_asset_catalog_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_automated_curation_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_classification_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_client_new.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_collection_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_comments.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_config_unit.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_core_omag_server_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_data_designer.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_dr_egeria_command_help_modes.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_egeria_cat_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_egeria_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_egeria_my_client.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_env_settings.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_feedback_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_format_set_dict.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_full_omag_server_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_glossary_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_governance_officer_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_load_config.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_mcp_adapter.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_metadata_explorer_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_my_profile_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_output_format_models_unit.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_output_format_sets_unit.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_output_formats.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_output_formatter_deepcopy_isolation.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_output_formatter_dict_collisions.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_platform_services.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_project_manager_omvs.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_reference_data.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_registered_info.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_root_path.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_runtime_manager.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_server_operations.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_utils.py +0 -0
 - {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/tests/test_valid_metadata_omvs.py +0 -0
 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.4
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: pyegeria
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 5.4.8. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 5.4.8.5
         
     | 
| 
       4 
4 
     | 
    
         
             
            Summary: A python client for Egeria
         
     | 
| 
       5 
5 
     | 
    
         
             
            Author-email: Dan Wolfson <dan.wolfson@pdr-associates.com>
         
     | 
| 
       6 
6 
     | 
    
         
             
            License-Expression: Apache-2.0
         
     | 
| 
         @@ -28,8 +28,8 @@ Requires-Dist: pydantic-settings>=2.10.1 
     | 
|
| 
       28 
28 
     | 
    
         
             
            Requires-Dist: pydevd-pycharm>=253.27642.35
         
     | 
| 
       29 
29 
     | 
    
         
             
            Requires-Dist: wcwidth
         
     | 
| 
       30 
30 
     | 
    
         
             
            Requires-Dist: altair
         
     | 
| 
       31 
     | 
    
         
            -
            Requires-Dist: modelcontextprotocol
         
     | 
| 
       32 
     | 
    
         
            -
            Requires-Dist: mcp>=1 
     | 
| 
      
 31 
     | 
    
         
            +
            Requires-Dist: modelcontextprotocol>=0.1
         
     | 
| 
      
 32 
     | 
    
         
            +
            Requires-Dist: mcp>=0.1
         
     | 
| 
       33 
33 
     | 
    
         
             
            Requires-Dist: markers>=0.3.0
         
     | 
| 
       34 
34 
     | 
    
         
             
            Requires-Dist: pytest-asyncio>=1.2.0
         
     | 
| 
       35 
35 
     | 
    
         
             
            Provides-Extra: test
         
     | 
| 
         @@ -8,7 +8,7 @@ from datetime import datetime 
     | 
|
| 
       8 
8 
     | 
    
         
             
            from loguru import logger
         
     | 
| 
       9 
9 
     | 
    
         
             
            from pydantic import ValidationError
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
     | 
    
         
            -
            from .md_commands.project_commands import process_link_project_dependency_command
         
     | 
| 
      
 11 
     | 
    
         
            +
            from md_processing.md_commands.project_commands import process_link_project_dependency_command
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
13 
     | 
    
         | 
| 
       14 
14 
     | 
    
         | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/solution_architect_commands.py
    RENAMED
    
    | 
         @@ -389,7 +389,7 @@ def process_blueprint_upsert_command(egeria_client: EgeriaTech, txt: str, direct 
     | 
|
| 
       389 
389 
     | 
    
         
             
                                    'guid': guid, 'display_name': display_name
         
     | 
| 
       390 
390 
     | 
    
         
             
                                    })
         
     | 
| 
       391 
391 
     | 
    
         
             
                                journal_entry_guid = add_note_in_dr_e(egeria_client, qualified_name, display_name, journal_entry)
         
     | 
| 
       392 
     | 
    
         
            -
                                msg = f" 
     | 
| 
      
 392 
     | 
    
         
            +
                                msg = f"\n\nCreated Element `{display_name}` with GUID {guid}\n\n___"
         
     | 
| 
       393 
393 
     | 
    
         
             
                                print(Markdown(msg))
         
     | 
| 
       394 
394 
     | 
    
         
             
                                logger.success(msg)
         
     | 
| 
       395 
395 
     | 
    
         
             
                                return egeria_client.get_solution_blueprint_by_guid(guid, output_format='MD', report_spec = "Solution-Blueprint-DrE")
         
     | 
| 
         @@ -537,7 +537,9 @@ def process_solution_component_upsert_command(egeria_client: EgeriaTech, txt: st 
     | 
|
| 
       537 
537 
     | 
    
         
             
                                })
         
     | 
| 
       538 
538 
     | 
    
         | 
| 
       539 
539 
     | 
    
         
             
                            egeria_client.update_solution_component(guid, body)
         
     | 
| 
       540 
     | 
    
         
            -
                             
     | 
| 
      
 540 
     | 
    
         
            +
                            msg = f"\n==>Updated  {object_type} `{display_name}` with GUID {guid}\n"
         
     | 
| 
      
 541 
     | 
    
         
            +
                            logger.success(msg)
         
     | 
| 
      
 542 
     | 
    
         
            +
                            print(Markdown(msg))
         
     | 
| 
       541 
543 
     | 
    
         
             
                            update_element_dictionary(qualified_name, {
         
     | 
| 
       542 
544 
     | 
    
         
             
                                'guid': guid, 'display_name': display_name
         
     | 
| 
       543 
545 
     | 
    
         
             
                                })
         
     | 
| 
         @@ -602,8 +604,10 @@ def process_solution_component_upsert_command(egeria_client: EgeriaTech, txt: st 
     | 
|
| 
       602 
604 
     | 
    
         
             
                                    update_element_dictionary(qualified_name, {
         
     | 
| 
       603 
605 
     | 
    
         
             
                                        'guid': guid, 'display_name': display_name
         
     | 
| 
       604 
606 
     | 
    
         
             
                                        })
         
     | 
| 
       605 
     | 
    
         
            -
                                    msg = f"Created Element `{display_name}` with GUID {guid}\n\n___"
         
     | 
| 
      
 607 
     | 
    
         
            +
                                    msg = f"\n\n==> Created Element `{display_name}` with GUID {guid}\n\n___"
         
     | 
| 
       606 
608 
     | 
    
         
             
                                    logger.success(msg)
         
     | 
| 
      
 609 
     | 
    
         
            +
                                    print(Markdown(msg))
         
     | 
| 
      
 610 
     | 
    
         
            +
             
     | 
| 
       607 
611 
     | 
    
         
             
                                    if search_keywords:
         
     | 
| 
       608 
612 
     | 
    
         
             
                                        add_search_keywords(egeria_client, guid, search_keywords)
         
     | 
| 
       609 
613 
     | 
    
         | 
| 
         @@ -632,6 +636,7 @@ def process_solution_component_upsert_command(egeria_client: EgeriaTech, txt: st 
     | 
|
| 
       632 
636 
     | 
    
         
             
                                        logger.trace(msg)
         
     | 
| 
       633 
637 
     | 
    
         
             
                                    journal_entry_guid = add_note_in_dr_e(egeria_client, qualified_name, display_name,
         
     | 
| 
       634 
638 
     | 
    
         
             
                                                                          journal_entry)
         
     | 
| 
      
 639 
     | 
    
         
            +
             
     | 
| 
       635 
640 
     | 
    
         
             
                                    return egeria_client.get_solution_component_by_guid(guid, output_format='MD')
         
     | 
| 
       636 
641 
     | 
    
         
             
                                else:
         
     | 
| 
       637 
642 
     | 
    
         
             
                                    msg = f"Failed to create element `{display_name}` with GUID {guid}\n\n___"
         
     | 
| 
         @@ -4925,6 +4925,7 @@ class Client2(BaseClient): 
     | 
|
| 
       4925 
4925 
     | 
    
         
             
                    elif isinstance(body, dict):
         
     | 
| 
       4926 
4926 
     | 
    
         
             
                        validated_body = self._get_request_adapter.validate_python(body)
         
     | 
| 
       4927 
4927 
     | 
    
         
             
                    else:
         
     | 
| 
      
 4928 
     | 
    
         
            +
                        _type = _type.replace(" ", "")
         
     | 
| 
       4928 
4929 
     | 
    
         
             
                        body = {
         
     | 
| 
       4929 
4930 
     | 
    
         
             
                            "class": "GetRequestBody",
         
     | 
| 
       4930 
4931 
     | 
    
         
             
                            "metadataElementTypeName": _type
         
     | 
| 
         @@ -2205,6 +2205,7 @@ generated_format_sets = FormatSetDict({ 
     | 
|
| 
       2205 
2205 
     | 
    
         
             
                                                       Column(name='Qualified Name', key='qualified_name'),
         
     | 
| 
       2206 
2206 
     | 
    
         
             
                                                       Column(name='Category', key='category'),
         
     | 
| 
       2207 
2207 
     | 
    
         
             
                                                       Column(name='Description', key='description'),
         
     | 
| 
      
 2208 
     | 
    
         
            +
                                                       Column(name='URL', key='url'),
         
     | 
| 
       2208 
2209 
     | 
    
         
             
                                                       Column(name='Status', key='element_status'),
         
     | 
| 
       2209 
2210 
     | 
    
         
             
                                                       Column(name='Solution Component Type', key='solution_component_type'),
         
     | 
| 
       2210 
2211 
     | 
    
         
             
                                                       Column(name='Planned Deployed Implementation Type',
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.4
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: pyegeria
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 5.4.8. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 5.4.8.5
         
     | 
| 
       4 
4 
     | 
    
         
             
            Summary: A python client for Egeria
         
     | 
| 
       5 
5 
     | 
    
         
             
            Author-email: Dan Wolfson <dan.wolfson@pdr-associates.com>
         
     | 
| 
       6 
6 
     | 
    
         
             
            License-Expression: Apache-2.0
         
     | 
| 
         @@ -28,8 +28,8 @@ Requires-Dist: pydantic-settings>=2.10.1 
     | 
|
| 
       28 
28 
     | 
    
         
             
            Requires-Dist: pydevd-pycharm>=253.27642.35
         
     | 
| 
       29 
29 
     | 
    
         
             
            Requires-Dist: wcwidth
         
     | 
| 
       30 
30 
     | 
    
         
             
            Requires-Dist: altair
         
     | 
| 
       31 
     | 
    
         
            -
            Requires-Dist: modelcontextprotocol
         
     | 
| 
       32 
     | 
    
         
            -
            Requires-Dist: mcp>=1 
     | 
| 
      
 31 
     | 
    
         
            +
            Requires-Dist: modelcontextprotocol>=0.1
         
     | 
| 
      
 32 
     | 
    
         
            +
            Requires-Dist: mcp>=0.1
         
     | 
| 
       33 
33 
     | 
    
         
             
            Requires-Dist: markers>=0.3.0
         
     | 
| 
       34 
34 
     | 
    
         
             
            Requires-Dist: pytest-asyncio>=1.2.0
         
     | 
| 
       35 
35 
     | 
    
         
             
            Provides-Extra: test
         
     | 
| 
         @@ -3,7 +3,7 @@ 
     | 
|
| 
       3 
3 
     | 
    
         | 
| 
       4 
4 
     | 
    
         
             
            [project]
         
     | 
| 
       5 
5 
     | 
    
         
             
            name = "pyegeria"
         
     | 
| 
       6 
     | 
    
         
            -
            version = "5.4.8. 
     | 
| 
      
 6 
     | 
    
         
            +
            version = "5.4.8.5"
         
     | 
| 
       7 
7 
     | 
    
         
             
            license = 'Apache-2.0'
         
     | 
| 
       8 
8 
     | 
    
         
             
            license-files = ["LICENSE"]
         
     | 
| 
       9 
9 
     | 
    
         
             
            authors = [{name = "Dan Wolfson", email = "dan.wolfson@pdr-associates.com"},]
         
     | 
| 
         @@ -36,8 +36,8 @@ dependencies = [ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                "pydevd-pycharm >=253.27642.35",
         
     | 
| 
       37 
37 
     | 
    
         
             
                "wcwidth",
         
     | 
| 
       38 
38 
     | 
    
         
             
                "altair",
         
     | 
| 
       39 
     | 
    
         
            -
                "modelcontextprotocol",
         
     | 
| 
       40 
     | 
    
         
            -
                "mcp>=1 
     | 
| 
      
 39 
     | 
    
         
            +
                "modelcontextprotocol >=0.1",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "mcp >=0.1",
         
     | 
| 
       41 
41 
     | 
    
         
             
                "markers>=0.3.0",
         
     | 
| 
       42 
42 
     | 
    
         
             
                "pytest-asyncio>=1.2.0",
         
     | 
| 
       43 
43 
     | 
    
         
             
            ]
         
     | 
| 
         @@ -109,7 +109,7 @@ class TestExternalReferences: 
     | 
|
| 
       109 
109 
     | 
    
         
             
                        )
         
     | 
| 
       110 
110 
     | 
    
         
             
                        token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
         
     | 
| 
       111 
111 
     | 
    
         
             
                        start_time = time.perf_counter()
         
     | 
| 
       112 
     | 
    
         
            -
                        search_string = " 
     | 
| 
      
 112 
     | 
    
         
            +
                        search_string = "*"
         
     | 
| 
       113 
113 
     | 
    
         | 
| 
       114 
114 
     | 
    
         
             
                        response = p_client.find_external_references(
         
     | 
| 
       115 
115 
     | 
    
         
             
                            search_string, metadata_element_types=["ExternalReference"],output_format="JSON", report_spec="Regerenceable"
         
     | 
| 
         @@ -212,9 +212,9 @@ class TestExternalReferences: 
     | 
|
| 
       212 
212 
     | 
    
         
             
                        )
         
     | 
| 
       213 
213 
     | 
    
         
             
                        token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
         
     | 
| 
       214 
214 
     | 
    
         
             
                        start_time = time.perf_counter()
         
     | 
| 
       215 
     | 
    
         
            -
                        ref_guid = ' 
     | 
| 
      
 215 
     | 
    
         
            +
                        ref_guid = '4aa07538-57de-4d86-ab5c-566bbc3531c8'
         
     | 
| 
       216 
216 
     | 
    
         | 
| 
       217 
     | 
    
         
            -
                        response = p_client.get_external_reference_by_guid(ref_guid, element_type=" 
     | 
| 
      
 217 
     | 
    
         
            +
                        response = p_client.get_external_reference_by_guid(ref_guid, element_type="CitedDocument", output_format="DICT", report_spec="External-Reference-DrE")
         
     | 
| 
       218 
218 
     | 
    
         
             
                        duration = time.perf_counter() - start_time
         
     | 
| 
       219 
219 
     | 
    
         
             
                        duration = time.perf_counter() - start_time
         
     | 
| 
       220 
220 
     | 
    
         | 
| 
         @@ -326,8 +326,8 @@ class TestExternalReferences: 
     | 
|
| 
       326 
326 
     | 
    
         
             
                        )
         
     | 
| 
       327 
327 
     | 
    
         
             
                        token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
         
     | 
| 
       328 
328 
     | 
    
         
             
                        start_time = time.perf_counter()
         
     | 
| 
       329 
     | 
    
         
            -
                        ref_guid = ' 
     | 
| 
       330 
     | 
    
         
            -
                        element = ' 
     | 
| 
      
 329 
     | 
    
         
            +
                        ref_guid = '43419d38-6b33-4509-b48f-b588b55a9136'
         
     | 
| 
      
 330 
     | 
    
         
            +
                        element = '8e5aa063-468a-4504-a93f-5960f8bcee71'
         
     | 
| 
       331 
331 
     | 
    
         
             
                        pages = '1'
         
     | 
| 
       332 
332 
     | 
    
         
             
                        description = 'This is a test description'
         
     | 
| 
       333 
333 
     | 
    
         
             
                        body = {
         
     | 
| 
         @@ -430,7 +430,7 @@ class TestExternalReferences: 
     | 
|
| 
       430 
430 
     | 
    
         | 
| 
       431 
431 
     | 
    
         
             
                        token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
         
     | 
| 
       432 
432 
     | 
    
         
             
                        start_time = time.perf_counter()
         
     | 
| 
       433 
     | 
    
         
            -
                        ext_ref_guid = ' 
     | 
| 
      
 433 
     | 
    
         
            +
                        ext_ref_guid = '4aa07538-57de-4d86-ab5c-566bbc3531c8'
         
     | 
| 
       434 
434 
     | 
    
         | 
| 
       435 
435 
     | 
    
         
             
                        response = p_client.delete_external_reference(ext_ref_guid)
         
     | 
| 
       436 
436 
     | 
    
         
             
                        duration = time.perf_counter() - start_time
         
     | 
| 
         @@ -743,7 +743,7 @@ class TestSolutionArchitect: 
     | 
|
| 
       743 
743 
     | 
    
         | 
| 
       744 
744 
     | 
    
         | 
| 
       745 
745 
     | 
    
         
             
                def test_find_solution_blueprints(self):
         
     | 
| 
       746 
     | 
    
         
            -
                    search_string = " 
     | 
| 
      
 746 
     | 
    
         
            +
                    search_string = "*"
         
     | 
| 
       747 
747 
     | 
    
         
             
                    try:
         
     | 
| 
       748 
748 
     | 
    
         
             
                        s_client = SolutionArchitect(
         
     | 
| 
       749 
749 
     | 
    
         
             
                            self.view_server, self.platform_url, self.user, self.password
         
     | 
| 
         @@ -751,7 +751,7 @@ class TestSolutionArchitect: 
     | 
|
| 
       751 
751 
     | 
    
         | 
| 
       752 
752 
     | 
    
         
             
                        s_client.create_egeria_bearer_token()
         
     | 
| 
       753 
753 
     | 
    
         
             
                        start_time = time.perf_counter()
         
     | 
| 
       754 
     | 
    
         
            -
                        response = s_client.find_solution_blueprints(search_string, output_format=' 
     | 
| 
      
 754 
     | 
    
         
            +
                        response = s_client.find_solution_blueprints(search_string, output_format='DICT', report_spec='Solution-Blueprint')
         
     | 
| 
       755 
755 
     | 
    
         
             
                        duration = time.perf_counter() - start_time
         
     | 
| 
       756 
756 
     | 
    
         
             
                        print(
         
     | 
| 
       757 
757 
     | 
    
         
             
                            f"\n\tDuration was {duration:.2f} seconds, Type: {type(response)}, Element count is {len(response)}"
         
     | 
| 
         @@ -1259,7 +1259,7 @@ class TestSolutionArchitect: 
     | 
|
| 
       1259 
1259 
     | 
    
         
             
                        s_client.close_session()
         
     | 
| 
       1260 
1260 
     | 
    
         | 
| 
       1261 
1261 
     | 
    
         
             
                def test_get_solution_component_by_guid(self):
         
     | 
| 
       1262 
     | 
    
         
            -
                    guid = ' 
     | 
| 
      
 1262 
     | 
    
         
            +
                    guid = '8e5aa063-468a-4504-a93f-5960f8bcee71'
         
     | 
| 
       1263 
1263 
     | 
    
         
             
                    try:
         
     | 
| 
       1264 
1264 
     | 
    
         
             
                        s_client = SolutionArchitect(
         
     | 
| 
       1265 
1265 
     | 
    
         
             
                            self.view_server, self.platform_url, self.user, self.password
         
     | 
| 
         @@ -1281,11 +1281,9 @@ class TestSolutionArchitect: 
     | 
|
| 
       1281 
1281 
     | 
    
         | 
| 
       1282 
1282 
     | 
    
         
             
                        assert True
         
     | 
| 
       1283 
1283 
     | 
    
         
             
                    except (
         
     | 
| 
       1284 
     | 
    
         
            -
                         
     | 
| 
       1285 
     | 
    
         
            -
                        PropertyServerException,
         
     | 
| 
       1286 
     | 
    
         
            -
                        UserNotAuthorizedException,
         
     | 
| 
      
 1284 
     | 
    
         
            +
                        PyegeriaException,
         
     | 
| 
       1287 
1285 
     | 
    
         
             
                    ) as e:
         
     | 
| 
       1288 
     | 
    
         
            -
                         
     | 
| 
      
 1286 
     | 
    
         
            +
                        print_basic_exception(e)
         
     | 
| 
       1289 
1287 
     | 
    
         
             
                        assert False, "Invalid request"
         
     | 
| 
       1290 
1288 
     | 
    
         | 
| 
       1291 
1289 
     | 
    
         
             
                    finally:
         
     | 
| 
         @@ -1356,7 +1354,7 @@ class TestSolutionArchitect: 
     | 
|
| 
       1356 
1354 
     | 
    
         
             
                        s_client.close_session()
         
     | 
| 
       1357 
1355 
     | 
    
         | 
| 
       1358 
1356 
     | 
    
         
             
                def test_find_solution_components(self):
         
     | 
| 
       1359 
     | 
    
         
            -
                    filter = " 
     | 
| 
      
 1357 
     | 
    
         
            +
                    filter = "Docling"
         
     | 
| 
       1360 
1358 
     | 
    
         
             
                    try:
         
     | 
| 
       1361 
1359 
     | 
    
         
             
                        s_client = SolutionArchitect(
         
     | 
| 
       1362 
1360 
     | 
    
         
             
                            self.view_server, self.platform_url, self.user, self.password
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/commands/tech/list_related_elements_with_prop_value.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/P-environment-check.ipynb
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/common-functions.ipynb
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/examples/Jupyter Notebooks/common/environment-check.ipynb
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_commands/governance_officer_commands.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {pyegeria-5.4.8.3 → pyegeria-5.4.8.5}/md_processing/md_processing_utils/common_md_proc_utils.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |