pyegeria 5.4.0.1__tar.gz → 5.4.0.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.0.1 → pyegeria-5.4.0.2}/PKG-INFO +3 -1
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/__init__.py +1 -1
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/dr_egeria_md.py +6 -4
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_collections.py +46 -36
- pyegeria-5.4.0.1/md_Processing/data/commands.json → pyegeria-5.4.0.2/md_Processing/data/commands-working.json +1750 -530
- pyegeria-5.4.0.2/md_Processing/data/commands.json +34850 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/__init__.py +5 -2
- pyegeria-5.4.0.1/md_processing/data/commands.json → pyegeria-5.4.0.2/md_processing/data/commands-working.json +1750 -530
- pyegeria-5.4.0.2/md_processing/data/commands.json +34850 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/product_manager_commands.py +171 -220
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/common_md_proc_utils.py +9 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/common_md_utils.py +15 -2
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/md_processing_constants.py +44 -6
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/__init__.py +8 -4
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/_client.py +2 -1
- pyegeria-5.4.0.2/pyegeria/_client_new.py +688 -0
- pyegeria-5.4.0.2/pyegeria/_exceptions_new.py +364 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/_globals.py +3 -1
- pyegeria-5.4.0.2/pyegeria/_output_formats.py +196 -0
- pyegeria-5.4.0.2/pyegeria/_validators.py +258 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/collection_manager_omvs.py +602 -324
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/data_designer_omvs.py +251 -203
- pyegeria-5.4.0.2/pyegeria/load_config.py +206 -0
- pyegeria-5.4.0.2/pyegeria/logging_configuration.py +204 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/output_formatter.py +162 -31
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/utils.py +99 -61
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyproject.toml +4 -1
- pyegeria-5.4.0.1/commands/cat/debug_log +0 -2806
- pyegeria-5.4.0.1/commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
- pyegeria-5.4.0.1/commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +0 -1
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +0 -1
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +0 -31
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +0 -177
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +0 -663
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +0 -719
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +0 -41
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +0 -33
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +0 -192
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +0 -527
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +0 -527
- pyegeria-5.4.0.1/md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +0 -474
- pyegeria-5.4.0.1/pyegeria/_validators.py +0 -385
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/LICENSE +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/README.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/Dr-Egeria_md-orig.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/README.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/dr_egeria_command_help.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/dr_egeria_jupyter.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/exp_list_glossaries.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/get_collection.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/get_project_structure.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/glossary_actions.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_assets.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_categories.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_cert_types.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_data_designer.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_data_structures_full.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_deployed_servers.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_glossaries.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_projects.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_tech_type_elements.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_tech_types.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_terms.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_todos.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cat/list_user_ids.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/__init__.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/egeria.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/egeria_cat.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/egeria_login_tui.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/egeria_my.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/egeria_ops.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/egeria_tech.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/ops_config.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/cli/txt_custom_v2.tcss +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/README.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/__init__.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/list_my_profile.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/list_my_roles.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/my/todo_actions.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/README.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/__init__.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/list_archives.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/list_catalog_targets.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/load_archive.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/ops/x_engine_actions.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/README.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/__init__.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/generic_actions.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/get_element_info.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/get_guid_info.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/get_tech_details.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/get_tech_type_template.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_all_om_type_elements.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_all_om_type_elements_x.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_all_related_elements.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_anchored_elements.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_asset_types.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_elements_by_property_value.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_elements_by_property_value_x.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_information_supply_chains.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_registered_services.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_related_elements_with_prop_value.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_related_specification.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_relationships.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_solution_blueprints.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_solution_components.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_solution_roles.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/table_tech_templates.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/Create_Data_Class.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/Create_Data_Field.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/Create_Data_Specification.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/Create_Data_Structure.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/View_Data_Classes.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/View_Data_Fields.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/View_Data_Specifications.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer/View_Data_Structures.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Data Designer.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Create_Agreement.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Link_Contracts.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Digital Product Manager.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Glossary/Attach_Category_Parent.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Glossary/Create_Category.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Glossary/Create_Glossary.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Glossary/Create_Term.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Glossary.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Certification_Type.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Process.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_License_Type.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Security_Group.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Governance Officer.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/Create_Solution_Component.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/Create_Solution_Role.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/View_Solution_Components.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect/View_Solution_Roles.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/family_docs/Solution Architect.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/__init__.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/data_designer_commands.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/glossary_commands.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/governance_officer_commands.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/project_commands.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_commands/solution_architect_commands.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/__init__.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/debug_log +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/extraction_utils.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/generate_dr_help.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/generate_md_cmd_templates.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/generate_md_templates.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/generated_help_terms.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/md_processing/md_processing_utils/message_constants.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/README.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/_exceptions.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/dr.egeria spec.md +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/egeria_client.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/glossary_browser_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/glossary_manager_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/governance_officer_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/md_processing_helpers.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/md_processing_utils.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/md_processing_utils_orig.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/metadata_explorer_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/platform_services.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/registered_info.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/server_operations.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/solution_architect_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-5.4.0.1 → pyegeria-5.4.0.2}/pyegeria/x_action_author_omvs.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pyegeria
|
3
|
-
Version: 5.4.0.
|
3
|
+
Version: 5.4.0.2
|
4
4
|
Summary: A python client for Egeria
|
5
5
|
License: Apache 2.0
|
6
6
|
Keywords: egeria,metadata,governance
|
@@ -14,12 +14,14 @@ Classifier: Programming Language :: Python :: 3
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
15
15
|
Requires-Dist: click
|
16
16
|
Requires-Dist: httpx
|
17
|
+
Requires-Dist: inflect (>=7.5.0,<8.0.0)
|
17
18
|
Requires-Dist: jupyter
|
18
19
|
Requires-Dist: jupyter-notebook-parser (>=0.1.4,<0.2.0)
|
19
20
|
Requires-Dist: loguru (>=0.7.3,<0.8.0)
|
20
21
|
Requires-Dist: mermaid-py
|
21
22
|
Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
|
22
23
|
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
|
24
|
+
Requires-Dist: pydantic (>=2.11.7,<3.0.0)
|
23
25
|
Requires-Dist: pytest (>=8.3.5,<9.0.0)
|
24
26
|
Requires-Dist: requests
|
25
27
|
Requires-Dist: rich
|
@@ -28,9 +28,10 @@ from md_processing import (extract_command, process_glossary_upsert_command, pro
|
|
28
28
|
process_information_supply_chain_upsert_command,
|
29
29
|
process_information_supply_chain_link_unlink_command, process_sol_arch_list_command,
|
30
30
|
process_digital_product_upsert_command, process_agreement_upsert_command,
|
31
|
+
process_collection_list_command, process_collection_upsert_command, process_link_agreement_item_command,
|
31
32
|
process_gov_definition_upsert_command, GOV_COM_LIST, GOV_LINK_LIST,
|
32
33
|
process_gov_def_link_detach_command, process_gov_definition_list_command,
|
33
|
-
process_gov_def_context_command)
|
34
|
+
process_gov_def_context_command, COLLECTIONS_LIST, SIMPLE_COLLECTIONS)
|
34
35
|
from md_processing.md_commands.data_designer_commands import (process_data_spec_upsert_command,
|
35
36
|
process_data_dict_upsert_command,
|
36
37
|
process_data_collection_list_command,
|
@@ -190,14 +191,15 @@ def process_markdown_file(input_file: str, output_folder:str, directive: str, se
|
|
190
191
|
result = process_digital_product_upsert_command(client, current_block, directive)
|
191
192
|
elif potential_command in ["Create Agreement", "Create Data Sharing Agreement", "Update Agreement", "Update Data Sharing Agreement"]:
|
192
193
|
result = process_agreement_upsert_command(client, current_block, directive)
|
194
|
+
elif potential_command in SIMPLE_COLLECTIONS:
|
195
|
+
result = process_collection_upsert_command(client, current_block, directive)
|
193
196
|
elif potential_command in GOV_COM_LIST:
|
194
197
|
result = process_gov_definition_upsert_command(client, current_block, directive)
|
195
198
|
elif potential_command in ['View Governance Definitions', 'List Governance Definitions',
|
196
199
|
'View Gov Definitions', 'List Gov Definitions']:
|
197
200
|
result = process_gov_definition_list_command(client, current_block, directive)
|
198
|
-
elif potential_command in
|
199
|
-
|
200
|
-
result = process_gov_def_context_command(client, current_block, directive)
|
201
|
+
elif potential_command in COLLECTIONS_LIST:
|
202
|
+
result = process_collection_list_command(client, current_block, directive)
|
201
203
|
|
202
204
|
|
203
205
|
|
@@ -18,43 +18,50 @@ from rich.table import Table
|
|
18
18
|
from rich.text import Text
|
19
19
|
|
20
20
|
from pyegeria import (
|
21
|
-
EgeriaTech,
|
22
|
-
InvalidParameterException,
|
23
|
-
PropertyServerException,
|
24
|
-
UserNotAuthorizedException,
|
25
|
-
|
21
|
+
# EgeriaTech,
|
22
|
+
# InvalidParameterException,
|
23
|
+
# PropertyServerException,
|
24
|
+
# UserNotAuthorizedException,
|
25
|
+
CollectionManager,
|
26
|
+
NO_ELEMENTS_FOUND,config_logging, get_app_config
|
26
27
|
)
|
28
|
+
from pyegeria._exceptions_new import PyegeriaException, print_exception_response
|
27
29
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
30
|
+
|
31
|
+
|
32
|
+
# disable_ssl_warnings = True
|
33
|
+
|
34
|
+
# EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
35
|
+
# EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
36
|
+
# EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
37
|
+
# EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
38
|
+
# EGERIA_VIEW_SERVER_URL = os.environ.get(
|
39
|
+
# "EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
40
|
+
# )
|
41
|
+
# EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
42
|
+
# EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
43
|
+
# EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
44
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
41
45
|
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
42
|
-
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
43
|
-
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
44
|
-
EGERIA_GLOSSARY_PATH = os.environ.get("EGERIA_GLOSSARY_PATH", None)
|
45
|
-
EGERIA_ROOT_PATH = os.environ.get("EGERIA_ROOT_PATH", "../../")
|
46
|
-
EGERIA_INBOX_PATH = os.environ.get("EGERIA_INBOX_PATH", "md_processing/dr_egeria_inbox")
|
47
|
-
EGERIA_OUTBOX_PATH = os.environ.get("EGERIA_OUTBOX_PATH", "md_processing/dr_egeria_outbox")
|
46
|
+
# EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
47
|
+
# EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
48
|
+
# EGERIA_GLOSSARY_PATH = os.environ.get("EGERIA_GLOSSARY_PATH", None)
|
49
|
+
# EGERIA_ROOT_PATH = os.environ.get("EGERIA_ROOT_PATH", "../../")
|
50
|
+
# EGERIA_INBOX_PATH = os.environ.get("EGERIA_INBOX_PATH", "md_processing/dr_egeria_inbox")
|
51
|
+
# EGERIA_OUTBOX_PATH = os.environ.get("EGERIA_OUTBOX_PATH", "md_processing/dr_egeria_outbox")
|
52
|
+
app_settings = get_app_config()
|
53
|
+
app_config = app_settings["Environment"]
|
54
|
+
config_logging()
|
48
55
|
|
49
56
|
|
50
57
|
def display_collections(
|
51
58
|
search_string: str = "*",
|
52
|
-
view_server: str =
|
53
|
-
view_url: str =
|
59
|
+
view_server: str = app_config['Egeria View Server'],
|
60
|
+
view_url: str = app_config['Egeria View Server URL'],
|
54
61
|
user: str = EGERIA_USER,
|
55
62
|
user_pass: str = EGERIA_USER_PASSWORD,
|
56
|
-
jupyter: bool =
|
57
|
-
width: int =
|
63
|
+
jupyter: bool = app_config['Egeria Jupyter'],
|
64
|
+
width: int = app_config['Console Width'],
|
58
65
|
output_format: str = "TABLE"
|
59
66
|
):
|
60
67
|
"""Display either a specified glossary or all collections if the search_string is '*'.
|
@@ -77,7 +84,7 @@ def display_collections(
|
|
77
84
|
output_format : str, optional
|
78
85
|
Format of the output. Default is TABLE.
|
79
86
|
"""
|
80
|
-
m_client =
|
87
|
+
m_client = CollectionManager(view_server, view_url, user_id=user, user_pwd=user_pass)
|
81
88
|
m_client.create_egeria_bearer_token()
|
82
89
|
try:
|
83
90
|
|
@@ -93,7 +100,7 @@ def display_collections(
|
|
93
100
|
action = "List"
|
94
101
|
|
95
102
|
if output_format != "TABLE":
|
96
|
-
file_path = os.path.join(
|
103
|
+
file_path = os.path.join(app_config['Pyegeria Root'], app_config['Dr.Egeria Outbox'])
|
97
104
|
if output_format == "HTML":
|
98
105
|
file_name = f"Collections-{time.strftime('%Y-%m-%d-%H-%M-%S')}-{action}.html"
|
99
106
|
else:
|
@@ -180,9 +187,7 @@ def display_collections(
|
|
180
187
|
print("==> No collections with that name found")
|
181
188
|
|
182
189
|
except (
|
183
|
-
|
184
|
-
UserNotAuthorizedException,
|
185
|
-
PropertyServerException,
|
190
|
+
PyegeriaException
|
186
191
|
) as e:
|
187
192
|
print_exception_response(e)
|
188
193
|
finally:
|
@@ -197,23 +202,28 @@ def main():
|
|
197
202
|
parser.add_argument("--password", help="User Password")
|
198
203
|
|
199
204
|
args = parser.parse_args()
|
205
|
+
app_settings = get_app_config()
|
206
|
+
app_config = app_settings["Environment"]
|
200
207
|
|
201
|
-
server = args.server if args.server is not None else
|
202
|
-
url = args.url if args.url is not None else
|
208
|
+
server = args.server if args.server is not None else app_config['Egeria View Server']
|
209
|
+
url = args.url if args.url is not None else app_config['Egeria View Server URL']
|
203
210
|
userid = args.userid if args.userid is not None else EGERIA_USER
|
204
211
|
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
205
212
|
|
206
213
|
try:
|
207
214
|
search_string = Prompt.ask(
|
208
|
-
"Enter the collection you are
|
215
|
+
"Enter the collection you are looking for or '*' for all:", default="*"
|
209
216
|
).strip()
|
210
|
-
output_format = Prompt.ask("
|
217
|
+
output_format = Prompt.ask("Which output format do you want?", choices=["DICT", "TABLE", "FORM", "REPORT", "HTML", "LIST"], default="TABLE")
|
211
218
|
|
212
219
|
display_collections(search_string, server, url, userid, user_pass, output_format = output_format)
|
213
220
|
|
214
221
|
except KeyboardInterrupt:
|
215
222
|
pass
|
216
223
|
|
224
|
+
except PyegeriaException as e:
|
225
|
+
print_exception_response(e)
|
226
|
+
|
217
227
|
|
218
228
|
if __name__ == "__main__":
|
219
229
|
main()
|