pyegeria 5.4.7.1__tar.gz → 5.4.7.2__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.7.1/pyegeria.egg-info → pyegeria-5.4.7.2}/PKG-INFO +1 -1
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_output_formats.py +71 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/format_set_executor.py +1 -1
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/mcp_adapter.py +3 -3
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2/pyegeria.egg-info}/PKG-INFO +1 -1
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyproject.toml +1 -1
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_mcp_adapter.py +1 -1
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/LICENSE +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/MANIFEST.in +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/README.md +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/Dr-Egeria_md-orig.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/dr_egeria_command_help.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/dr_egeria_jupyter.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/dr_egeria_md.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/exp_list_glossaries.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/get_collection.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/get_project_structure.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/glossary_actions.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_assets.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_cert_types.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_collections.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_data_designer.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_data_structures_full.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_deployed_servers.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_format_set.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_glossaries.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_projects.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_tech_type_elements.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_tech_types.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_terms.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_todos.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cat/list_user_ids.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/egeria.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/egeria_cat.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/egeria_login_tui.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/egeria_my.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/egeria_ops.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/egeria_tech.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/cli/ops_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/my/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/my/list_my_profile.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/my/list_my_roles.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/my/todo_actions.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/list_archives.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/list_catalog_targets.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/load_archive.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/ops/x_engine_actions.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/generic_actions.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/get_element_info.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/get_guid_info.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/get_tech_details.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/get_tech_type_template.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_all_om_type_elements.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_all_om_type_elements_x.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_all_related_elements.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_anchored_elements.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_asset_types.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_elements_by_property_value.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_elements_by_property_value_x.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_information_supply_chains.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_registered_services.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_related_elements_with_prop_value.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_related_specification.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_relationships.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_solution_blueprints.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_solution_components.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_solution_roles.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/table_tech_templates.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/README.md +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDS1.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDS2.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDS3.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDS4.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDS5.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDS6.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoMDSx.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_cocoView1.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_coco_core.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_coco_datalake.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_exchangeDL01.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_governDL01.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_monitorDev01.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/config_monitorGov01.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Coco_config/globals.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/GeoSpatial Products Example.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/README.md +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/P-environment-check.ipynb +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/common-functions.ipynb +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/environment-check.ipynb +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/globals.ipynb +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/globals.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/orig_globals.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/format_sets/all_format_sets.json +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/format_sets/custom_format_sets.json +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/format_sets/subset_format_sets.json +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/format_sets_save_load_example.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/output_formats_example.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/data/commands-working.json +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/data/commands.json +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/data/generated_format_sets.json +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/data/generated_format_sets.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/dr_egeria.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/data_designer_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/ext_ref_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/glossary_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/governance_officer_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/product_manager_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/project_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/solution_architect_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/view_commands.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/common_md_proc_utils.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/common_md_utils.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/determine_width.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/extraction_utils.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/gen_format_sets.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/generate_dr_help.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/generate_md_cmd_templates.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/generate_md_templates.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/md_processing_constants.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/message_constants.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/__init__.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_client_new.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_exceptions.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_exceptions_new.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_globals.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_output_format_models.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/_validators.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/automated_curation.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/collection_manager.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/collection_models.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/data_designer.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/egeria_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/external_references.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/glossary_manager.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/governance_officer.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/load_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/logging_configuration.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/mcp_server.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/md_processing_helpers.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/md_processing_utils.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/md_processing_utils_orig.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/metadata_explorer_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/models.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/output_formatter.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/platform_services.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/project_manager.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/reference_data.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/registered_info.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/server_operations.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/solution_architect.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/utils.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria/x_action_author_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria.egg-info/SOURCES.txt +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria.egg-info/dependency_links.txt +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria.egg-info/entry_points.txt +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria.egg-info/requires.txt +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/pyegeria.egg-info/top_level.txt +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/setup.cfg +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_asset_catalog_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_automated_curation_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_classification_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_collection_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_config_unit.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_core_omag_server_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_data_designer.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_dr_egeria_command_help_modes.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_egeria_cat_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_egeria_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_egeria_my_client.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_env_settings.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_external_references.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_feedback_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_format_set_dict.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_full_omag_server_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_glossary_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_governance_officer_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_load_config.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_metadata_explorer_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_my_profile_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_output_format_models_unit.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_output_format_sets_unit.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_output_formats.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_platform_services.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_project_manager_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_reference_data.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_registered_info.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_root_path.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_runtime_manager.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_server_operations.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_solution_architect_omvs.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_utils.py +0 -0
- {pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/tests/test_valid_metadata_omvs.py +0 -0
@@ -121,6 +121,7 @@ COMMON_COLUMNS = [
|
|
121
121
|
Column(name='Category', key='category'),
|
122
122
|
Column(name='Description', key='description', format=True),
|
123
123
|
Column(name='Status', key='status'),
|
124
|
+
Column(name='Type Name', key='type_name')
|
124
125
|
]
|
125
126
|
|
126
127
|
|
@@ -560,6 +561,29 @@ base_output_format_sets = FormatSetDict({
|
|
560
561
|
spec_params={"metadata_element_types": ["DigitalProductCatalog"]},
|
561
562
|
),
|
562
563
|
),
|
564
|
+
"Digital-Product-Catalog-MyE": FormatSet(
|
565
|
+
target_type="DigitalProductCatalog",
|
566
|
+
heading="Catalogs for Digital Products",
|
567
|
+
description="Attributes generic to all Digital Product Catalogs..",
|
568
|
+
aliases=[],
|
569
|
+
annotations={},
|
570
|
+
formats=[
|
571
|
+
Format(
|
572
|
+
types=["DICT", "TABLE", "LIST", "MD", "FORM","REPORT"],
|
573
|
+
columns=COMMON_COLUMNS + [
|
574
|
+
Column(name="Containing Members", key='collection_members'),
|
575
|
+
Column(name="Member Of", key='member_of_collections')
|
576
|
+
]
|
577
|
+
),
|
578
|
+
|
579
|
+
],
|
580
|
+
action=ActionParameter(
|
581
|
+
function="CollectionManager.find_collections",
|
582
|
+
required_params=["search_string"],
|
583
|
+
optional_params=OPTIONAL_PARAMS,
|
584
|
+
spec_params={"metadata_element_types": ["DigitalProductCatalog"]},
|
585
|
+
),
|
586
|
+
),
|
563
587
|
|
564
588
|
"Digital-Products": FormatSet(
|
565
589
|
target_type="DigitalProduct",
|
@@ -617,6 +641,53 @@ base_output_format_sets = FormatSetDict({
|
|
617
641
|
spec_params={},
|
618
642
|
)
|
619
643
|
),
|
644
|
+
"Digital-Products-MyE": FormatSet(
|
645
|
+
target_type="DigitalProduct",
|
646
|
+
heading="Digital Product Information",
|
647
|
+
description="Attributes useful to Digital Products.",
|
648
|
+
aliases=[],
|
649
|
+
annotations={},
|
650
|
+
formats=[
|
651
|
+
Format(
|
652
|
+
types=["FORM", "DICT", "TABLE", "LIST", "MD"],
|
653
|
+
columns=COMMON_COLUMNS + [
|
654
|
+
Column(name="Status", key='status'),
|
655
|
+
Column(name='Product Name', key='product_name'),
|
656
|
+
Column(name='Members', key='members', format=True),
|
657
|
+
Column(name='Product Manager', key='assigned_actors'),
|
658
|
+
]),
|
659
|
+
Format(
|
660
|
+
types=["REPORT", "HTML"],
|
661
|
+
columns=COMMON_COLUMNS + [
|
662
|
+
Column(name="Status", key='status'),
|
663
|
+
Column(name='Product Name', key='product_name'),
|
664
|
+
Column(name='Identifier', key='identifier'),
|
665
|
+
Column(name='Maturity', key='maturity'),
|
666
|
+
Column(name='Service Life', key='service_life'),
|
667
|
+
Column(name='Next Version', key='next_version'),
|
668
|
+
Column(name='Withdraw Date', key='withdraw_date'),
|
669
|
+
Column(name='Members', key='members', format=True),
|
670
|
+
Column(name='Uses Products', key='uses_digital_products'),
|
671
|
+
Column(name='Used by Products', key='used_by_digital_products'),
|
672
|
+
Column(name='Product Manager', key='assigned_actors'),
|
673
|
+
Column(name='License', key='governed_by'),
|
674
|
+
Column(name='Solution Blueprint', key='solution_designs'),
|
675
|
+
Column(name="Mermaid", key="mermaid")
|
676
|
+
],
|
677
|
+
)
|
678
|
+
],
|
679
|
+
action=ActionParameter(
|
680
|
+
function="CollectionManager.find_collections",
|
681
|
+
required_params=["search_string"],
|
682
|
+
optional_params=OPTIONAL_PARAMS,
|
683
|
+
spec_params={"metadata_element_types": ["DigitalProduct"]},
|
684
|
+
),
|
685
|
+
get_additional_props=ActionParameter(
|
686
|
+
function="CollectionManager._extract_digital_product_properties",
|
687
|
+
required_params=[],
|
688
|
+
spec_params={},
|
689
|
+
)
|
690
|
+
),
|
620
691
|
|
621
692
|
"Agreements": FormatSet(
|
622
693
|
target_type="Agreement",
|
@@ -20,7 +20,7 @@ from pyegeria._output_formats import (
|
|
20
20
|
select_output_format_set,
|
21
21
|
)
|
22
22
|
from pyegeria.egeria_tech_client import EgeriaTech
|
23
|
-
from pyegeria.format_set_executor import
|
23
|
+
from pyegeria.format_set_executor import exec_format_set, _async_run_report
|
24
24
|
|
25
25
|
|
26
26
|
def list_reports() -> dict:
|
@@ -62,7 +62,7 @@ def _execute_egeria_call_blocking(
|
|
62
62
|
from pyegeria.config import settings as _settings
|
63
63
|
|
64
64
|
|
65
|
-
return
|
65
|
+
return exec_format_set(
|
66
66
|
format_set_name=report,
|
67
67
|
output_format="DICT",
|
68
68
|
params=params or {},
|
@@ -97,7 +97,7 @@ def run_report(
|
|
97
97
|
# Lazy import of settings to avoid circulars when optional args are None
|
98
98
|
from pyegeria.config import settings as _settings
|
99
99
|
logger.info(f"Format set: {report}\nparams: {json.dumps(params)}\nview_server: {view_server}\nview_url: {view_url}\nuser: {user}\nuser_pass: {user_pass}")
|
100
|
-
return
|
100
|
+
return run_format_set(
|
101
101
|
format_set_name=report,
|
102
102
|
output_format="DICT",
|
103
103
|
params=params or {},
|
@@ -33,7 +33,7 @@ def test_run_tool_monkeypatched(monkeypatch):
|
|
33
33
|
assert kwargs["output_format"] == "DICT"
|
34
34
|
return fake_result
|
35
35
|
|
36
|
-
monkeypatch.setattr(m, "
|
36
|
+
monkeypatch.setattr(m, "exec_format_set", fake_exec)
|
37
37
|
|
38
38
|
out = m.run_mcp_tool(formatSet="Digital-Products", outputFormat="DICT", params={"search_string": "*"})
|
39
39
|
assert out == fake_result
|
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.7.1 → pyegeria-5.4.7.2}/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.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb
RENAMED
File without changes
|
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/P-environment-check.ipynb
RENAMED
File without changes
|
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/examples/Jupyter Notebooks/common/common-functions.ipynb
RENAMED
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/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
|
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/governance_officer_commands.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_commands/solution_architect_commands.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/common_md_proc_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/generate_md_cmd_templates.py
RENAMED
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/generate_md_templates.py
RENAMED
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/md_processing_constants.py
RENAMED
File without changes
|
{pyegeria-5.4.7.1 → pyegeria-5.4.7.2}/md_processing/md_processing_utils/message_constants.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
|