pyegeria 5.4.8__tar.gz → 5.4.8.3__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/pyegeria.egg-info → pyegeria-5.4.8.3}/PKG-INFO +6 -5
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/GeoSpatial Products Example.py +1 -11
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/__init__.py +2 -1
 - pyegeria-5.4.8.3/md_processing/data/commands.json +59580 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/dr_egeria.py +7 -5
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/solution_architect_commands.py +54 -10
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/common_md_proc_utils.py +8 -4
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/common_md_utils.py +41 -2
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_base_client.py +1 -17
 - pyegeria-5.4.8.3/pyegeria/_client_new.py +5571 -0
 - pyegeria-5.4.8/pyegeria/_client_new.py → pyegeria-5.4.8.3/pyegeria/_client_new_backup.py +714 -241
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_exceptions_new.py +6 -1
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/base_report_formats.py +31 -2
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/classification_manager.py +1430 -357
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/collection_manager.py +52 -54
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/config.py +1 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/data_designer.py +41 -41
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/external_links.py +26 -26
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/feedback_manager_omvs.py +13 -31
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/glossary_manager.py +32 -35
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/governance_officer.py +31 -31
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/output_formatter.py +36 -11
 - pyegeria-5.4.8.3/pyegeria/output_formatter_with_machine_keys.py +1127 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/project_manager.py +21 -21
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/reference_data.py +2 -2
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/solution_architect.py +112 -91
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3/pyegeria.egg-info}/PKG-INFO +6 -5
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria.egg-info/SOURCES.txt +4 -1
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria.egg-info/requires.txt +5 -4
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyproject.toml +7 -6
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_classification_manager_omvs.py +6 -6
 - pyegeria-5.4.8.3/tests/test_client_new.py +182 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_collection_manager_omvs.py +5 -5
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_feedback_manager_omvs.py +3 -5
 - pyegeria-5.4.8.3/tests/test_output_formatter_deepcopy_isolation.py +67 -0
 - pyegeria-5.4.8.3/tests/test_output_formatter_dict_collisions.py +63 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_project_manager_omvs.py +2 -2
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_solution_architect_omvs.py +30 -3
 - pyegeria-5.4.8/md_processing/data/commands.json +0 -52199
 - pyegeria-5.4.8/pyegeria/md_processing_utils_orig.py +0 -1103
 - pyegeria-5.4.8/tests/test_client_new.py +0 -36
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/LICENSE +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/MANIFEST.in +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/README.md +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/Dr-Egeria_md-orig.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/dr_egeria_command_help.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/dr_egeria_jupyter.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/dr_egeria_md.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/exp_list_glossaries.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/get_asset_graph.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/get_collection.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/get_project_dependencies.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/get_project_structure.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/get_tech_type_elements.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/glossary_actions.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_assets.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_cert_types.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_collections.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_data_designer.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_data_structures_full.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_deployed_catalogs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_deployed_database_schemas.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_deployed_databases.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_deployed_servers.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_glossaries.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_projects.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_tech_type_elements.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_tech_types.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_terms.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_todos.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/list_user_ids.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cat/run_report.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/egeria.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/egeria_cat.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/egeria_login_tui.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/egeria_my.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/egeria_ops.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/egeria_tech.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/cli/ops_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/my/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/my/list_my_profile.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/my/list_my_roles.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/my/monitor_my_todos.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/my/monitor_open_todos.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/my/todo_actions.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/gov_server_actions.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/list_archives.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/list_catalog_targets.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/load_archive.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_asset_events.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_engine_activity.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_engine_activity_c.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_gov_eng_status.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_integ_daemon_status.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_platform_status.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_server_startup.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/monitor_server_status.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/orig_monitor_server_list.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/orig_monitor_server_status.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/refresh_integration_daemon.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/restart_integration_daemon.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/table_integ_daemon_status.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/ops/x_engine_actions.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/generic_actions.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/get_element_info.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/get_guid_info.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/get_tech_details.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/get_tech_type_template.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_all_om_type_elements.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_all_om_type_elements_x.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_all_related_elements.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_anchored_elements.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_asset_types.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_elements_by_property_value.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_elements_by_property_value_x.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_elements_for_classification.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_gov_action_processes.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_information_supply_chains.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_registered_services.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_related_elements_with_prop_value.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_related_specification.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_relationship_types.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_relationships.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_solution_blueprints.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_solution_components.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_solution_roles.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_tech_templates.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/list_valid_metadata_values.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/table_tech_templates.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/commands/tech/x_list_related_elements.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/README.md +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDS1.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDS2.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDS3.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDS4.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDS5.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDS6.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoMDSx.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_cocoView1.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_coco_core.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_coco_datalake.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_exchangeDL01.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_governDL01.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_monitorDev01.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/config_monitorGov01.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Coco_config/globals.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/README.md +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/P-environment-check.ipynb +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/common-functions.ipynb +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/environment-check.ipynb +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/globals.ipynb +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/globals.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/Jupyter Notebooks/common/orig_globals.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/format_sets/all_format_sets.json +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/format_sets/custom_format_sets.json +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/format_sets/subset_format_sets.json +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/format_sets_save_load_example.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/examples/output_formats_example.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/data/commands-working.json +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/data/generated_format_sets.json +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/data/generated_format_sets.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/data_designer_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/ext_ref_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/glossary_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/governance_officer_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/product_manager_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/project_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_commands/view_commands.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/determine_width.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/extraction_utils.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/gen_format_sets.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/generate_dr_help.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/generate_md_cmd_templates.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/generate_md_templates.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/md_processing_constants.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/md_processing/md_processing_utils/message_constants.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/__init__.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_deprecated_gov_engine.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_exceptions.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_globals.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_output_format_models.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_output_formats.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/_validators.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/asset_catalog_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/automated_curation.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/classification_manager_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/collection_models.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/core_omag_server_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/create_tech_guid_lists.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/egeria_cat_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/egeria_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/egeria_config_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/egeria_tech_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/feedback_manager.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/format_set_executor.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/full_omag_server_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/load_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/logging_configuration.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/mcp_adapter.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/mcp_server.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/md_processing_utils.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/mermaid_utilities.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/metadata_explorer_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/models.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/my_profile_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/platform_services.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/registered_info.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/runtime_manager_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/server_operations.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/template_manager_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/utils.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/valid_metadata_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria/x_action_author_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria.egg-info/dependency_links.txt +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria.egg-info/entry_points.txt +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/pyegeria.egg-info/top_level.txt +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/setup.cfg +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_asset_catalog_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_automated_curation_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_comments.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_config_unit.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_core_omag_server_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_data_designer.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_dr_egeria_command_help_modes.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_egeria_cat_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_egeria_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_egeria_my_client.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_env_settings.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_external_links.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_format_set_dict.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_full_omag_server_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_glossary_manager_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_governance_officer_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_load_config.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_mcp_adapter.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_metadata_explorer_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_my_profile_omvs.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_output_format_models_unit.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_output_format_sets_unit.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_output_formats.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_platform_services.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_reference_data.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_registered_info.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_root_path.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_runtime_manager.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_server_operations.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/tests/test_utils.py +0 -0
 - {pyegeria-5.4.8 → pyegeria-5.4.8.3}/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.3
         
     | 
| 
       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
         
     | 
| 
         @@ -11,7 +11,7 @@ Requires-Python: >3.12 
     | 
|
| 
       11 
11 
     | 
    
         
             
            Description-Content-Type: text/markdown
         
     | 
| 
       12 
12 
     | 
    
         
             
            License-File: LICENSE
         
     | 
| 
       13 
13 
     | 
    
         
             
            Requires-Dist: httpx
         
     | 
| 
       14 
     | 
    
         
            -
            Requires-Dist: rich
         
     | 
| 
      
 14 
     | 
    
         
            +
            Requires-Dist: rich>=14.2
         
     | 
| 
       15 
15 
     | 
    
         
             
            Requires-Dist: validators
         
     | 
| 
       16 
16 
     | 
    
         
             
            Requires-Dist: urllib3
         
     | 
| 
       17 
17 
     | 
    
         
             
            Requires-Dist: requests
         
     | 
| 
         @@ -23,14 +23,15 @@ Requires-Dist: psycopg2-binary>=2.9.11 
     | 
|
| 
       23 
23 
     | 
    
         
             
            Requires-Dist: jupyter-notebook-parser
         
     | 
| 
       24 
24 
     | 
    
         
             
            Requires-Dist: loguru
         
     | 
| 
       25 
25 
     | 
    
         
             
            Requires-Dist: inflect
         
     | 
| 
       26 
     | 
    
         
            -
            Requires-Dist: pydantic>=2. 
     | 
| 
      
 26 
     | 
    
         
            +
            Requires-Dist: pydantic>=2.12.3
         
     | 
| 
       27 
27 
     | 
    
         
             
            Requires-Dist: pydantic-settings>=2.10.1
         
     | 
| 
       28 
     | 
    
         
            -
            Requires-Dist: pydevd-pycharm>= 
     | 
| 
      
 28 
     | 
    
         
            +
            Requires-Dist: pydevd-pycharm>=253.27642.35
         
     | 
| 
       29 
29 
     | 
    
         
             
            Requires-Dist: wcwidth
         
     | 
| 
       30 
30 
     | 
    
         
             
            Requires-Dist: altair
         
     | 
| 
       31 
31 
     | 
    
         
             
            Requires-Dist: modelcontextprotocol
         
     | 
| 
       32 
     | 
    
         
            -
            Requires-Dist: mcp>=1. 
     | 
| 
      
 32 
     | 
    
         
            +
            Requires-Dist: mcp>=1.18.0
         
     | 
| 
       33 
33 
     | 
    
         
             
            Requires-Dist: markers>=0.3.0
         
     | 
| 
      
 34 
     | 
    
         
            +
            Requires-Dist: pytest-asyncio>=1.2.0
         
     | 
| 
       34 
35 
     | 
    
         
             
            Provides-Extra: test
         
     | 
| 
       35 
36 
     | 
    
         
             
            Requires-Dist: pytest; extra == "test"
         
     | 
| 
       36 
37 
     | 
    
         
             
            Dynamic: license-file
         
     | 
| 
         @@ -108,7 +108,6 @@ try: 
     | 
|
| 
       108 
108 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       109 
109 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       110 
110 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       111 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       112 
111 
     | 
    
         
             
                    }
         
     | 
| 
       113 
112 
     | 
    
         
             
                marketplace = client.get_collections_by_name(qualified_name)
         
     | 
| 
       114 
113 
     | 
    
         
             
                if isinstance(marketplace, dict | list):
         
     | 
| 
         @@ -141,7 +140,6 @@ try: 
     | 
|
| 
       141 
140 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       142 
141 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       143 
142 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       144 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       145 
143 
     | 
    
         
             
                    }
         
     | 
| 
       146 
144 
     | 
    
         
             
                geo_prods = client.get_collections_by_name(qualified_name)
         
     | 
| 
       147 
145 
     | 
    
         
             
                if isinstance(geo_prods, dict | list):
         
     | 
| 
         @@ -175,9 +173,7 @@ try: 
     | 
|
| 
       175 
173 
     | 
    
         
             
                    "parentGUID": marketplace_guid,
         
     | 
| 
       176 
174 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       177 
175 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       178 
     | 
    
         
            -
                    "properties": props_body,
         
     | 
| 
       179 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       180 
     | 
    
         
            -
                    }
         
     | 
| 
      
 176 
     | 
    
         
            +
                    "properties": props_body,        }
         
     | 
| 
       181 
177 
     | 
    
         
             
                ag_prods = client.get_collections_by_name(qualified_name)
         
     | 
| 
       182 
178 
     | 
    
         
             
                if isinstance(ag_prods, dict | list):
         
     | 
| 
       183 
179 
     | 
    
         
             
                    ag_prods_guid = ag_prods[0]['elementHeader']['guid']
         
     | 
| 
         @@ -209,7 +205,6 @@ try: 
     | 
|
| 
       209 
205 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       210 
206 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       211 
207 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       212 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       213 
208 
     | 
    
         
             
                    }
         
     | 
| 
       214 
209 
     | 
    
         
             
                prepared_imagery = client.get_collections_by_name(qualified_name)
         
     | 
| 
       215 
210 
     | 
    
         
             
                if isinstance(prepared_imagery, dict | list):
         
     | 
| 
         @@ -247,7 +242,6 @@ try: 
     | 
|
| 
       247 
242 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       248 
243 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       249 
244 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       250 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       251 
245 
     | 
    
         
             
                    }
         
     | 
| 
       252 
246 
     | 
    
         | 
| 
       253 
247 
     | 
    
         
             
                ndvi = client.get_collections_by_name(qualified_name)
         
     | 
| 
         @@ -281,7 +275,6 @@ try: 
     | 
|
| 
       281 
275 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       282 
276 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       283 
277 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       284 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       285 
278 
     | 
    
         
             
                    }
         
     | 
| 
       286 
279 
     | 
    
         
             
                raw_imagery = client.get_collections_by_name(qualified_name)
         
     | 
| 
       287 
280 
     | 
    
         
             
                if isinstance(raw_imagery, dict | list):
         
     | 
| 
         @@ -319,7 +312,6 @@ try: 
     | 
|
| 
       319 
312 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       320 
313 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       321 
314 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       322 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       323 
315 
     | 
    
         
             
                    }
         
     | 
| 
       324 
316 
     | 
    
         
             
                sentinel2a = client.get_collections_by_name(qualified_name)
         
     | 
| 
       325 
317 
     | 
    
         
             
                if isinstance(sentinel2a, dict | list):
         
     | 
| 
         @@ -357,7 +349,6 @@ try: 
     | 
|
| 
       357 
349 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       358 
350 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       359 
351 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       360 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       361 
352 
     | 
    
         
             
                    }
         
     | 
| 
       362 
353 
     | 
    
         
             
                subscriptions_folder = client.get_collections_by_name(qualified_name)
         
     | 
| 
       363 
354 
     | 
    
         
             
                if isinstance(subscriptions_folder, dict | list):
         
     | 
| 
         @@ -451,7 +442,6 @@ try: 
     | 
|
| 
       451 
442 
     | 
    
         
             
                    "parentRelationshipTypeName": "CollectionMembership",
         
     | 
| 
       452 
443 
     | 
    
         
             
                    "parentAtEnd1": True,
         
     | 
| 
       453 
444 
     | 
    
         
             
                    "properties": props_body,
         
     | 
| 
       454 
     | 
    
         
            -
                    "initialClassifications": {"Folder": {"class": "ClassificationProperties"}}
         
     | 
| 
       455 
445 
     | 
    
         
             
                    }
         
     | 
| 
       456 
446 
     | 
    
         
             
                license_type_folder = client.get_collections_by_name(qualified_name)
         
     | 
| 
       457 
447 
     | 
    
         
             
                if not isinstance(license_type_folder, dict | list):
         
     | 
| 
         @@ -4,7 +4,8 @@ This package contains functions to parse and process Egeria Markdown (Freddie) 
     | 
|
| 
       4 
4 
     | 
    
         
             
            from md_processing.md_commands.governance_officer_commands import (process_gov_definition_upsert_command,
         
     | 
| 
       5 
5 
     | 
    
         
             
                                                                               process_gov_def_link_detach_command,
         
     | 
| 
       6 
6 
     | 
    
         
             
                                                                               process_supporting_gov_def_link_detach_command,
         
     | 
| 
       7 
     | 
    
         
            -
                                                                               process_gov_def_context_command, 
     | 
| 
      
 7 
     | 
    
         
            +
                                                                               process_gov_def_context_command,
         
     | 
| 
      
 8 
     | 
    
         
            +
                                                                               process_governed_by_link_detach_command
         
     | 
| 
       8 
9 
     | 
    
         
             
                                                                               )
         
     | 
| 
       9 
10 
     | 
    
         | 
| 
       10 
11 
     | 
    
         |