pyegeria 5.3.4.1__py3-none-any.whl → 5.3.4.3__py3-none-any.whl
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/.DS_Store +0 -0
- pyegeria/__init__.py +70 -68
- pyegeria/_client.py +8 -8
- pyegeria/_exceptions.py +55 -46
- pyegeria/_globals.py +0 -1
- pyegeria/_validators.py +5 -5
- pyegeria/asset_catalog_omvs.py +5 -4
- pyegeria/automated_curation_omvs.py +6 -2
- pyegeria/classification_manager_omvs.py +6 -4
- pyegeria/collection_manager_omvs.py +5 -5
- pyegeria/commands/.DS_Store +0 -0
- pyegeria/commands/__init__.py +13 -11
- pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
- pyegeria/commands/cat/__init__.py +1 -1
- pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
- pyegeria/commands/cat/exp_list_glossaries.py +1 -2
- pyegeria/commands/cat/get_asset_graph.py +2 -2
- pyegeria/commands/cat/get_collection.py +4 -5
- pyegeria/commands/cat/get_project_dependencies.py +3 -5
- pyegeria/commands/cat/get_project_structure.py +3 -5
- pyegeria/commands/cat/get_tech_type_elements.py +11 -13
- pyegeria/commands/cat/glossary_actions.py +3 -4
- pyegeria/commands/cat/list_assets.py +7 -4
- pyegeria/commands/cat/list_cert_types.py +4 -4
- pyegeria/commands/cat/list_collections.py +1 -1
- pyegeria/commands/cat/list_deployed_catalogs.py +7 -6
- pyegeria/commands/cat/list_deployed_database_schemas.py +7 -6
- pyegeria/commands/cat/list_deployed_databases.py +7 -6
- pyegeria/commands/cat/list_glossaries.py +1 -1
- pyegeria/commands/cat/list_projects.py +3 -3
- pyegeria/commands/cat/list_servers_deployed_imp.py +1 -1
- pyegeria/commands/cat/list_tech_type_elements.py +1 -1
- pyegeria/commands/cat/list_tech_types.py +2 -2
- pyegeria/commands/cat/list_terms.py +2 -3
- pyegeria/commands/cat/list_todos.py +1 -1
- pyegeria/commands/cat/list_user_ids.py +7 -6
- pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
- pyegeria/commands/cli/egeria.py +77 -69
- pyegeria/commands/cli/egeria_cat.py +9 -16
- pyegeria/commands/cli/egeria_login_tui.py +12 -14
- pyegeria/commands/cli/egeria_my.py +3 -6
- pyegeria/commands/cli/egeria_ops.py +7 -9
- pyegeria/commands/cli/egeria_tech.py +48 -34
- pyegeria/commands/cli/ops_config.py +5 -4
- pyegeria/commands/doc/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
- pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
- pyegeria/commands/my/list_my_profile.py +4 -4
- pyegeria/commands/my/list_my_roles.py +2 -2
- pyegeria/commands/my/monitor_my_todos.py +4 -4
- pyegeria/commands/my/monitor_open_todos.py +4 -4
- pyegeria/commands/my/todo_actions.py +1 -0
- pyegeria/commands/ops/__init__.py +1 -0
- pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/gov_server_actions.py +3 -2
- pyegeria/commands/ops/list_archives.py +5 -4
- pyegeria/commands/ops/list_catalog_targets.py +2 -2
- pyegeria/commands/ops/load_archive.py +2 -0
- pyegeria/commands/ops/monitor_asset_events.py +6 -5
- pyegeria/commands/ops/monitor_engine_activity.py +1 -2
- pyegeria/commands/ops/monitor_engine_activity_c.py +2 -2
- pyegeria/commands/ops/monitor_gov_eng_status.py +1 -1
- pyegeria/commands/ops/monitor_integ_daemon_status.py +14 -8
- pyegeria/commands/ops/monitor_platform_status.py +2 -1
- pyegeria/commands/ops/monitor_server_startup.py +5 -5
- pyegeria/commands/ops/monitor_server_status.py +6 -4
- pyegeria/commands/ops/orig_monitor_server_status.py +1 -1
- pyegeria/commands/tech/.DS_Store +0 -0
- pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_all_om_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_all_om_type_elements_x.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_all_related_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_classification_by_property_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_property_value_x.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_information_supply_chains.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_related_elements_with_prop_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_solution_blueprints.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_solution_components.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_solution_roles.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
- pyegeria/commands/tech/get_element_info.py +3 -5
- pyegeria/commands/tech/get_guid_info.py +2 -3
- pyegeria/commands/tech/get_tech_details.py +6 -7
- pyegeria/commands/tech/get_tech_type_template.py +2 -2
- pyegeria/commands/tech/list_all_om_type_elements.py +7 -6
- pyegeria/commands/tech/list_all_om_type_elements_x.py +8 -9
- pyegeria/commands/tech/list_all_related_elements.py +8 -6
- pyegeria/commands/tech/list_anchored_elements.py +2 -2
- pyegeria/commands/tech/list_asset_types.py +2 -2
- pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +38 -24
- pyegeria/commands/tech/list_elements_by_property_value.py +26 -21
- pyegeria/commands/tech/list_elements_by_property_value_x.py +18 -13
- pyegeria/commands/tech/list_elements_for_classification.py +8 -6
- pyegeria/commands/tech/list_gov_action_processes.py +3 -4
- pyegeria/commands/tech/list_information_supply_chains.py +19 -24
- pyegeria/commands/tech/list_registered_services.py +1 -1
- pyegeria/commands/tech/list_related_elements_with_prop_value.py +27 -13
- pyegeria/commands/tech/list_related_specification.py +1 -1
- pyegeria/commands/tech/list_relationship_types.py +2 -3
- pyegeria/commands/tech/list_relationships.py +1 -1
- pyegeria/commands/tech/list_solution_blueprints.py +40 -37
- pyegeria/commands/tech/list_solution_components.py +49 -36
- pyegeria/commands/tech/list_solution_roles.py +44 -37
- pyegeria/commands/tech/list_tech_templates.py +1 -1
- pyegeria/commands/tech/list_valid_metadata_values.py +3 -4
- pyegeria/commands/tech/table_tech_templates.py +14 -11
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Automated Manufacturing Control.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Clinical Trial Management Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Employee Management Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Hazardous Material Management Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Inventory Management.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Personalized Medicine Order Fulfillment Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/Sustainability Reporting Solution Blueprint.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/blueprints/{{displayName}}.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Accounting ledgers.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Analyse Patient Data.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Assemble Treatment Assessment Report.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Certify Hospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Employee Expense Tool.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Goods Inventory.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Hazardous Materials (HazMat) Inventory.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Landing Area Folder.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Processes.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Landing Folder Cataloguer.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Nominate Hospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Onboard Hospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Populate Sandbox.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Set up Data Lake Folder.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Set up clinical trial.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Calculators.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Dashboards.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Operational Data Store (ODS).html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Assessment Report Validation and Delivery.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Efficacy Evidence.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Validation Sandbox.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Data Lake Folder.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Onboarding Pipeline.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-LAB-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-FACTORY-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/C-TRL-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-CT:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-MM:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CertifiedDataEngineer.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospital.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospitalCoordinator.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialSponsor.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/Community Leader.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/CommunityMember.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/DIST-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-FACTORY-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/ED-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/FIN-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOVERNANCE_LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:0.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:1.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:2.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:3.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:4.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:5.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:6.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:7.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/HR-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/IT-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/KC-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/KC-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/KC-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-LAB-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/MFG-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-LAB-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NY-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentDataScientist.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentResearcher.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-001:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-002:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-003:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF:ProjectManager.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/RES-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SALES-SUSTAINABILITY-CHAMP.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-LEAD.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-TECH-LEAD.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityChampion.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityExecutive.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityLeader.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0001.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0002.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0003.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0004.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0005.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0006.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0007.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0008.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0009.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0010.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0011.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0012.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0013.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0014.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0015.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0016.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0017.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0018.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0019.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0020.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0021.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0022.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0023.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0024.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2343.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2373.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3067.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3082.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4051.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4302.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4332.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:5656.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6788.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6877.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:7432.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9657.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9992.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9993.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9994.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9995.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9996.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9997.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9998.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9999.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0001.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0002.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0003.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0004.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0005.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0006.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0007.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0008.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0009.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0010.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0011.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0012.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0013.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0014.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0015.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0016.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0017.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0018.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0019.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0020.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0021.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0022.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0023.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0024.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2343.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2373.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3067.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3082.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4051.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4302.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4332.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:5656.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6788.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6877.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:7432.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9657.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9992.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9993.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9994.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9995.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9996.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9997.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9998.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9999.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DC-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DEPOT-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-FACTORY-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-OFFICE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-SITE-LEADER.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Clinical Trial Subject Onboarding.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Clinical Trial Treatment Validation.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Employee Expense Payment.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/New Drug Product Information Distribution.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/New Employee Onboarding.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Personalized Treatment Ordering.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Physical Inventory Tracking.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/Sustainability Reporting.html +1 -1
- pyegeria/commands/tech/work/mermaid_graphs/supply-chains/{{displayName}}.html +1 -1
- pyegeria/commands/tech/x_list_related_elements.py +4 -2
- pyegeria/core_omag_server_config.py +1 -1
- pyegeria/create_tech_guid_lists.py +3 -1
- pyegeria/egeria_cat_client.py +5 -8
- pyegeria/egeria_client.py +17 -20
- pyegeria/egeria_config_client.py +2 -1
- pyegeria/egeria_my_client.py +4 -4
- pyegeria/egeria_tech_client.py +29 -20
- pyegeria/full_omag_server_config.py +5 -3
- pyegeria/glossary_browser_omvs.py +2 -5
- pyegeria/glossary_manager_omvs.py +4 -7
- pyegeria/mermaid_utilities.py +13 -11
- pyegeria/metadata_explorer_omvs.py +4 -5
- pyegeria/my_profile_omvs.py +2 -1
- pyegeria/platform_services.py +4 -4
- pyegeria/project_manager_omvs.py +2 -4
- pyegeria/runtime_manager_omvs.py +5 -8
- pyegeria/server_operations.py +1 -1
- pyegeria/solution_architect_omvs.py +136 -120
- pyegeria/template_manager_omvs.py +4 -9
- pyegeria/utils.py +3 -1
- pyegeria/valid_metadata_omvs.py +1 -0
- pyegeria/x_action_author_omvs.py +2 -5
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/METADATA +1 -1
- pyegeria-5.3.4.3.dist-info/RECORD +522 -0
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/entry_points.txt +0 -1
- pyegeria/commands/cat/link-check.py +0 -185
- pyegeria-5.3.4.1.dist-info/RECORD +0 -437
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.1.dist-info → pyegeria-5.3.4.3.dist-info}/WHEEL +0 -0
@@ -17,36 +17,42 @@ from trogon import tui
|
|
17
17
|
|
18
18
|
from pyegeria.commands.cat.list_tech_types import display_tech_types
|
19
19
|
from pyegeria.commands.cli.ops_config import Config
|
20
|
+
from pyegeria.commands.tech.get_element_info import display_elements
|
20
21
|
from pyegeria.commands.tech.get_guid_info import display_guid
|
21
22
|
from pyegeria.commands.tech.get_tech_details import tech_details_viewer
|
22
|
-
from pyegeria.commands.tech.
|
23
|
-
from pyegeria.commands.tech.list_registered_services import display_registered_svcs
|
24
|
-
from pyegeria.commands.tech.list_relationship_types import display_relationship_types
|
25
|
-
from pyegeria.commands.tech.list_tech_templates import display_templates_spec
|
26
|
-
from pyegeria.commands.tech.list_valid_metadata_values import display_metadata_values
|
27
|
-
from pyegeria.commands.tech.list_anchored_elements import display_anchored_elements
|
23
|
+
from pyegeria.commands.tech.get_tech_type_template import template_viewer
|
28
24
|
from pyegeria.commands.tech.list_all_om_type_elements import list_elements
|
29
25
|
from pyegeria.commands.tech.list_all_om_type_elements_x import list_elements_x
|
30
|
-
from pyegeria.commands.tech.list_elements_by_classification_by_property_value import find_elements_by_classification_by_prop_value
|
31
|
-
from pyegeria.commands.tech.list_elements_by_property_value import find_elements_by_prop_value
|
32
|
-
from pyegeria.commands.tech.list_elements_by_property_value_x import find_elements_by_prop_value_x
|
33
|
-
from pyegeria.commands.tech.list_related_elements_with_prop_value import list_related_elements_with_prop_value
|
34
|
-
|
35
|
-
from pyegeria.commands.tech.get_element_info import display_elements
|
36
|
-
from pyegeria.commands.tech.list_related_specification import (
|
37
|
-
display_related_specification,
|
38
|
-
)
|
39
26
|
from pyegeria.commands.tech.list_all_related_elements import list_related_elements
|
27
|
+
from pyegeria.commands.tech.list_anchored_elements import display_anchored_elements
|
28
|
+
from pyegeria.commands.tech.list_asset_types import display_asset_types
|
29
|
+
from pyegeria.commands.tech.list_elements_by_classification_by_property_value import (
|
30
|
+
find_elements_by_classification_by_prop_value,
|
31
|
+
)
|
32
|
+
from pyegeria.commands.tech.list_elements_by_property_value import (
|
33
|
+
find_elements_by_prop_value,
|
34
|
+
)
|
35
|
+
from pyegeria.commands.tech.list_elements_by_property_value_x import (
|
36
|
+
find_elements_by_prop_value_x,
|
37
|
+
)
|
40
38
|
from pyegeria.commands.tech.list_elements_for_classification import (
|
41
39
|
list_classified_elements,
|
42
40
|
)
|
43
41
|
from pyegeria.commands.tech.list_gov_action_processes import display_gov_processes
|
44
|
-
from pyegeria.commands.tech.get_tech_type_template import template_viewer
|
45
|
-
|
46
42
|
from pyegeria.commands.tech.list_information_supply_chains import supply_chain_viewer
|
47
|
-
from pyegeria.commands.tech.
|
43
|
+
from pyegeria.commands.tech.list_registered_services import display_registered_svcs
|
44
|
+
from pyegeria.commands.tech.list_related_elements_with_prop_value import (
|
45
|
+
list_related_elements_with_prop_value,
|
46
|
+
)
|
47
|
+
from pyegeria.commands.tech.list_related_specification import (
|
48
|
+
display_related_specification,
|
49
|
+
)
|
50
|
+
from pyegeria.commands.tech.list_relationship_types import display_relationship_types
|
48
51
|
from pyegeria.commands.tech.list_solution_blueprints import blueprint_list
|
49
52
|
from pyegeria.commands.tech.list_solution_components import solution_component_list
|
53
|
+
from pyegeria.commands.tech.list_solution_roles import solution_role_list
|
54
|
+
from pyegeria.commands.tech.list_tech_templates import display_templates_spec
|
55
|
+
from pyegeria.commands.tech.list_valid_metadata_values import display_metadata_values
|
50
56
|
|
51
57
|
|
52
58
|
@tui()
|
@@ -205,6 +211,7 @@ def show_tech(ctx):
|
|
205
211
|
def show_elements(ctx):
|
206
212
|
"""Show information about Egeria elements"""
|
207
213
|
|
214
|
+
|
208
215
|
@show.group("supply-chains")
|
209
216
|
@click.pass_context
|
210
217
|
def show_supply_chains(ctx):
|
@@ -245,11 +252,11 @@ def list_anchored_elements(ctx, property_value: str, prop_list: str):
|
|
245
252
|
property_names = prop_list
|
246
253
|
else:
|
247
254
|
property_names = []
|
248
|
-
print(
|
255
|
+
print("Error --> Invalid property list - must be a string or list")
|
249
256
|
sys.exit(4)
|
250
257
|
display_anchored_elements(
|
251
258
|
property_value,
|
252
|
-
[
|
259
|
+
[property_names],
|
253
260
|
c.view_server,
|
254
261
|
c.view_server_url,
|
255
262
|
c.userid,
|
@@ -259,6 +266,7 @@ def list_anchored_elements(ctx, property_value: str, prop_list: str):
|
|
259
266
|
c.width,
|
260
267
|
)
|
261
268
|
|
269
|
+
|
262
270
|
@show_elements.command("elements-by-classification")
|
263
271
|
@click.option(
|
264
272
|
"--om-type",
|
@@ -285,12 +293,13 @@ def show_elements_by_classification(ctx, om_type, classification):
|
|
285
293
|
c.width,
|
286
294
|
)
|
287
295
|
|
296
|
+
|
288
297
|
@show_elements.command("elements-by-classification-by-prop-value")
|
289
298
|
@click.option(
|
290
299
|
"--classification",
|
291
300
|
default="GovernanceProject",
|
292
301
|
help="Classification to filter by",
|
293
|
-
|
302
|
+
)
|
294
303
|
@click.option(
|
295
304
|
"--property_value",
|
296
305
|
help="Property value to filter by",
|
@@ -305,7 +314,9 @@ def show_elements_by_classification(ctx, om_type, classification):
|
|
305
314
|
help="Open Metadata type to filter by",
|
306
315
|
)
|
307
316
|
@click.pass_context
|
308
|
-
def show_elements_by_classification_by_prop(
|
317
|
+
def show_elements_by_classification_by_prop(
|
318
|
+
ctx, classification, property_value, property_names, om_type
|
319
|
+
):
|
309
320
|
"""Show elements by classification and property value"""
|
310
321
|
c = ctx.obj
|
311
322
|
find_elements_by_classification_by_prop_value(
|
@@ -321,6 +332,7 @@ def show_elements_by_classification_by_prop(ctx, classification, property_value
|
|
321
332
|
c.width,
|
322
333
|
)
|
323
334
|
|
335
|
+
|
324
336
|
@show_elements.command("elements-by-prop-value")
|
325
337
|
@click.option(
|
326
338
|
"--property_value",
|
@@ -342,7 +354,9 @@ def show_elements_by_classification_by_prop(ctx, classification, property_value
|
|
342
354
|
help="If True, feedback information is displayed",
|
343
355
|
)
|
344
356
|
@click.pass_context
|
345
|
-
def show_elements_by_classification_by_prop(
|
357
|
+
def show_elements_by_classification_by_prop(
|
358
|
+
ctx, property_value, property_names, om_type, extended
|
359
|
+
):
|
346
360
|
"""Show elements by classification and property value"""
|
347
361
|
c = ctx.obj
|
348
362
|
if extended:
|
@@ -368,7 +382,8 @@ def show_elements_by_classification_by_prop(ctx,property_value, property_names,
|
|
368
382
|
c.password,
|
369
383
|
c.jupyter,
|
370
384
|
c.width,
|
371
|
-
|
385
|
+
)
|
386
|
+
|
372
387
|
|
373
388
|
@show_elements.command("related-elements")
|
374
389
|
@click.option(
|
@@ -425,9 +440,10 @@ def show_related_elements(ctx, element_guid, om_type, rel_type):
|
|
425
440
|
default="Referenceable",
|
426
441
|
help="Open metadata type to filter by.",
|
427
442
|
)
|
428
|
-
|
429
443
|
@click.pass_context
|
430
|
-
def show_related_elements(
|
444
|
+
def show_related_elements(
|
445
|
+
ctx, element_guid, rel_type, property_value, property_names, om_type
|
446
|
+
):
|
431
447
|
"""Show elements related to specified guid and property value"""
|
432
448
|
c = ctx.obj
|
433
449
|
list_related_elements_with_prop_value(
|
@@ -588,8 +604,6 @@ def show_relationship_types(ctx, rel_type):
|
|
588
604
|
)
|
589
605
|
|
590
606
|
|
591
|
-
|
592
|
-
|
593
607
|
@show_tech.command("tech-templates")
|
594
608
|
@click.pass_context
|
595
609
|
@click.option(
|
@@ -665,8 +679,6 @@ def valid_metadata_values(ctx, property, type_name):
|
|
665
679
|
)
|
666
680
|
|
667
681
|
|
668
|
-
|
669
|
-
|
670
682
|
@show_info.command("processes")
|
671
683
|
@click.pass_context
|
672
684
|
def list_element_info(ctx):
|
@@ -699,6 +711,7 @@ def get_element_info(ctx, om_type):
|
|
699
711
|
c.width,
|
700
712
|
)
|
701
713
|
|
714
|
+
|
702
715
|
@show_elements.command("elements")
|
703
716
|
@click.pass_context
|
704
717
|
@click.option(
|
@@ -719,7 +732,7 @@ def list_all_om_type_elements(ctx, om_type, extended):
|
|
719
732
|
c.userid,
|
720
733
|
c.password,
|
721
734
|
c.jupyter,
|
722
|
-
c.width
|
735
|
+
c.width,
|
723
736
|
)
|
724
737
|
else:
|
725
738
|
list_elements(
|
@@ -729,7 +742,7 @@ def list_all_om_type_elements(ctx, om_type, extended):
|
|
729
742
|
c.userid,
|
730
743
|
c.password,
|
731
744
|
c.jupyter,
|
732
|
-
c.width
|
745
|
+
c.width,
|
733
746
|
)
|
734
747
|
|
735
748
|
|
@@ -766,13 +779,14 @@ def list_blueprints(ctx, search_string):
|
|
766
779
|
c.width,
|
767
780
|
)
|
768
781
|
|
782
|
+
|
769
783
|
@show_supply_chains.command("solution-roles")
|
770
784
|
@click.option("--search-string", default="*", help="Search string")
|
771
785
|
@click.pass_context
|
772
786
|
def list_solution_roles(ctx, search_string):
|
773
787
|
"""Display solution roles"""
|
774
788
|
c = ctx.obj
|
775
|
-
|
789
|
+
solution_role_list(
|
776
790
|
search_string,
|
777
791
|
c.view_server,
|
778
792
|
c.view_server_url,
|
@@ -782,6 +796,7 @@ def list_solution_roles(ctx, search_string):
|
|
782
796
|
c.width,
|
783
797
|
)
|
784
798
|
|
799
|
+
|
785
800
|
@show_supply_chains.command("solution-components")
|
786
801
|
@click.option("--search-string", default="*", help="Search string")
|
787
802
|
@click.pass_context
|
@@ -799,7 +814,6 @@ def list_solution_components(ctx, search_string):
|
|
799
814
|
)
|
800
815
|
|
801
816
|
|
802
|
-
|
803
817
|
#
|
804
818
|
# Tell
|
805
819
|
#
|
@@ -5,10 +5,10 @@ class Config(object):
|
|
5
5
|
def __init__(
|
6
6
|
self,
|
7
7
|
server: str,
|
8
|
-
url: str
|
9
|
-
view_server: str
|
10
|
-
view_server_url: str
|
11
|
-
integration_daemon: str
|
8
|
+
url: str,
|
9
|
+
view_server: str,
|
10
|
+
view_server_url: str,
|
11
|
+
integration_daemon: str,
|
12
12
|
integration_daemon_url: str,
|
13
13
|
engine_host: str,
|
14
14
|
engine_host_url: str,
|
@@ -42,4 +42,5 @@ class Config(object):
|
|
42
42
|
self.home_glossary_guid = home_glossary_guid
|
43
43
|
self.glossary_path = glossary_path
|
44
44
|
|
45
|
+
|
45
46
|
pass_config = click.make_pass_decorator(Config)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -8,17 +8,17 @@ Unit tests for the Utils helper functions using the Pytest framework.
|
|
8
8
|
|
9
9
|
A simple display for my profile
|
10
10
|
"""
|
11
|
-
import os
|
12
11
|
import argparse
|
13
|
-
import
|
12
|
+
import os
|
14
13
|
import sys
|
14
|
+
import time
|
15
15
|
|
16
16
|
from rich import box, print
|
17
17
|
from rich.console import Console
|
18
|
+
from rich.markdown import Markdown
|
19
|
+
from rich.panel import Panel
|
18
20
|
from rich.table import Table
|
19
21
|
from rich.tree import Tree
|
20
|
-
from rich.panel import Panel
|
21
|
-
from rich.markdown import Markdown
|
22
22
|
|
23
23
|
from pyegeria import (
|
24
24
|
InvalidParameterException,
|
@@ -8,10 +8,10 @@ Unit tests for the Utils helper functions using the Pytest framework.
|
|
8
8
|
|
9
9
|
List the roles for a given user.
|
10
10
|
"""
|
11
|
-
import os
|
12
11
|
import argparse
|
13
|
-
import
|
12
|
+
import os
|
14
13
|
import sys
|
14
|
+
import time
|
15
15
|
|
16
16
|
from rich import box
|
17
17
|
from rich.console import Console
|
@@ -8,15 +8,15 @@ Unit tests for the Utils helper functions using the Pytest framework.
|
|
8
8
|
|
9
9
|
A simple status display of a user's todos
|
10
10
|
"""
|
11
|
-
import os
|
12
11
|
import argparse
|
12
|
+
import os
|
13
13
|
import time
|
14
14
|
|
15
15
|
from rich import box
|
16
|
+
from rich.console import Console
|
16
17
|
from rich.live import Live
|
17
18
|
from rich.markdown import Markdown
|
18
19
|
from rich.table import Table
|
19
|
-
from rich.console import Console
|
20
20
|
|
21
21
|
from pyegeria import (
|
22
22
|
InvalidParameterException,
|
@@ -66,7 +66,7 @@ def display_my_todos(
|
|
66
66
|
return
|
67
67
|
|
68
68
|
for item in todo_items:
|
69
|
-
assigned_actors =
|
69
|
+
assigned_actors = ""
|
70
70
|
if todo_items is None:
|
71
71
|
name = " "
|
72
72
|
type_name = " "
|
@@ -89,7 +89,7 @@ def display_my_todos(
|
|
89
89
|
status = props.get("toDoStatus")
|
90
90
|
|
91
91
|
for actor in item["assignedActors"]:
|
92
|
-
assigned_actors+=f"{actor.get("uniqueName", "NoOne")}\n"
|
92
|
+
assigned_actors += f"{actor.get("uniqueName", "NoOne")}\n"
|
93
93
|
assigned_actors_out = Markdown(assigned_actors)
|
94
94
|
if status in ("WAITING", "OPEN"):
|
95
95
|
status = f"[yellow]{status}"
|
@@ -8,15 +8,16 @@ Unit tests for the Utils helper functions using the Pytest framework.
|
|
8
8
|
|
9
9
|
A simple status display for Open To Dos
|
10
10
|
"""
|
11
|
-
import os
|
12
11
|
import argparse
|
13
|
-
import
|
12
|
+
import os
|
14
13
|
import sys
|
14
|
+
import time
|
15
|
+
|
15
16
|
from rich import box
|
17
|
+
from rich.console import Console
|
16
18
|
from rich.live import Live
|
17
19
|
from rich.markdown import Markdown
|
18
20
|
from rich.table import Table
|
19
|
-
from rich.console import Console
|
20
21
|
|
21
22
|
from pyegeria import EgeriaTech
|
22
23
|
from pyegeria._exceptions import (
|
@@ -25,7 +26,6 @@ from pyegeria._exceptions import (
|
|
25
26
|
UserNotAuthorizedException,
|
26
27
|
print_exception_response,
|
27
28
|
)
|
28
|
-
|
29
29
|
from pyegeria.my_profile_omvs import MyProfile
|
30
30
|
|
31
31
|
disable_ssl_warnings = True
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -9,11 +9,12 @@ This script restarts an integration daemon.
|
|
9
9
|
"""
|
10
10
|
|
11
11
|
import os
|
12
|
+
|
13
|
+
import click
|
12
14
|
from rich import print, print_json
|
13
15
|
from rich.console import Console
|
14
16
|
|
15
|
-
import
|
16
|
-
from pyegeria import EgeriaTech, AutomatedCuration, INTEGRATION_GUIDS
|
17
|
+
from pyegeria import INTEGRATION_GUIDS, AutomatedCuration, EgeriaTech
|
17
18
|
from pyegeria._exceptions import (
|
18
19
|
InvalidParameterException,
|
19
20
|
PropertyServerException,
|
@@ -10,23 +10,24 @@ Unit tests for the Utils helper functions using the Pytest framework.
|
|
10
10
|
A simple display for archives
|
11
11
|
"""
|
12
12
|
import argparse
|
13
|
+
import datetime
|
13
14
|
import json
|
14
15
|
import os
|
15
|
-
import time
|
16
|
+
import time
|
16
17
|
|
17
|
-
from rich import box
|
18
|
-
from rich import print
|
18
|
+
from rich import box, print
|
19
19
|
from rich.console import Console
|
20
20
|
from rich.prompt import Prompt
|
21
21
|
from rich.table import Table
|
22
22
|
|
23
23
|
from pyegeria import (
|
24
|
+
ClassificationManager,
|
24
25
|
InvalidParameterException,
|
26
|
+
ProjectManager,
|
25
27
|
PropertyServerException,
|
26
28
|
UserNotAuthorizedException,
|
27
29
|
print_exception_response,
|
28
30
|
)
|
29
|
-
from pyegeria import ProjectManager, ClassificationManager
|
30
31
|
|
31
32
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
32
33
|
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
@@ -19,12 +19,12 @@ from rich.prompt import Prompt
|
|
19
19
|
from rich.table import Table
|
20
20
|
|
21
21
|
from pyegeria import (
|
22
|
+
INTEGRATION_GUIDS,
|
23
|
+
AutomatedCuration,
|
22
24
|
InvalidParameterException,
|
23
25
|
PropertyServerException,
|
24
26
|
UserNotAuthorizedException,
|
25
27
|
print_exception_response,
|
26
|
-
AutomatedCuration,
|
27
|
-
INTEGRATION_GUIDS,
|
28
28
|
)
|
29
29
|
|
30
30
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
@@ -5,17 +5,18 @@ Copyright Contributors to the ODPi Egeria project.
|
|
5
5
|
|
6
6
|
Display the status of cataloged platforms and servers.
|
7
7
|
"""
|
8
|
+
import argparse
|
8
9
|
import json
|
9
10
|
import os
|
10
11
|
import time
|
11
|
-
import argparse
|
12
12
|
from datetime import datetime
|
13
|
-
|
14
|
-
from
|
15
|
-
from rich.live import Live
|
13
|
+
|
14
|
+
from confluent_kafka import Consumer, KafkaException
|
16
15
|
from rich.console import Console
|
16
|
+
from rich.live import Live
|
17
17
|
from rich.markdown import Markdown
|
18
|
-
from
|
18
|
+
from rich.prompt import Prompt
|
19
|
+
from rich.table import Table
|
19
20
|
|
20
21
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
21
22
|
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9192")
|
@@ -20,8 +20,8 @@ from rich.console import Console
|
|
20
20
|
from rich.live import Live
|
21
21
|
from rich.table import Table
|
22
22
|
|
23
|
-
from pyegeria import AutomatedCuration
|
24
23
|
from pyegeria import (
|
24
|
+
AutomatedCuration,
|
25
25
|
InvalidParameterException,
|
26
26
|
PropertyServerException,
|
27
27
|
UserNotAuthorizedException,
|
@@ -109,7 +109,6 @@ def display_engine_activity(
|
|
109
109
|
table.add_column("Process Name")
|
110
110
|
table.add_column("Completion Message")
|
111
111
|
|
112
|
-
|
113
112
|
action_status = g_client.get_engine_actions()
|
114
113
|
|
115
114
|
if type(action_status) is str:
|
@@ -21,8 +21,8 @@ from rich.live import Live
|
|
21
21
|
from rich.markdown import Markdown
|
22
22
|
from rich.table import Table
|
23
23
|
|
24
|
-
from pyegeria import AutomatedCuration
|
25
24
|
from pyegeria import (
|
25
|
+
AutomatedCuration,
|
26
26
|
InvalidParameterException,
|
27
27
|
PropertyServerException,
|
28
28
|
UserNotAuthorizedException,
|
@@ -86,6 +86,7 @@ def display_engine_activity_c(
|
|
86
86
|
"""
|
87
87
|
g_client = AutomatedCuration(view_server, view_url, user, user_pwd=user_pass)
|
88
88
|
token = g_client.create_egeria_bearer_token()
|
89
|
+
|
89
90
|
def generate_table() -> Table:
|
90
91
|
"""Make a new table."""
|
91
92
|
table = Table(
|
@@ -109,7 +110,6 @@ def display_engine_activity_c(
|
|
109
110
|
table.add_column("Core Results")
|
110
111
|
# table.add_column("Completion Message")
|
111
112
|
|
112
|
-
|
113
113
|
action_status = g_client.get_engine_actions()
|
114
114
|
|
115
115
|
if type(action_status) is str:
|
@@ -20,10 +20,10 @@ from rich.prompt import Prompt
|
|
20
20
|
from rich.table import Table
|
21
21
|
|
22
22
|
from pyegeria import (
|
23
|
+
EgeriaTech,
|
23
24
|
InvalidParameterException,
|
24
25
|
PropertyServerException,
|
25
26
|
UserNotAuthorizedException,
|
26
|
-
EgeriaTech,
|
27
27
|
)
|
28
28
|
|
29
29
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
@@ -11,17 +11,17 @@ A simple status display for the Integration Daemon.
|
|
11
11
|
import argparse
|
12
12
|
import os
|
13
13
|
import time
|
14
|
+
from typing import Union
|
14
15
|
|
16
|
+
import nest_asyncio
|
15
17
|
from rich import box
|
16
18
|
from rich.console import Console
|
17
19
|
from rich.live import Live
|
18
20
|
from rich.prompt import Prompt
|
19
21
|
from rich.table import Table
|
20
|
-
import nest_asyncio
|
21
|
-
from typing import Union
|
22
22
|
from textual.widgets import DataTable
|
23
23
|
|
24
|
-
from pyegeria import
|
24
|
+
from pyegeria import AutomatedCuration, EgeriaTech
|
25
25
|
from pyegeria._exceptions import (
|
26
26
|
InvalidParameterException,
|
27
27
|
PropertyServerException,
|
@@ -36,7 +36,9 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
36
36
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
37
37
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
38
38
|
)
|
39
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get(
|
39
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get(
|
40
|
+
"EGERIA_INTEGRATION_DAEMON", "integration-daemon"
|
41
|
+
)
|
40
42
|
EGERIA_INTEGRATION_DAEMON_URL = os.environ.get(
|
41
43
|
"EGERIA_INTEGRATION_DAEMON_URL", "https://localhost:9443"
|
42
44
|
)
|
@@ -50,15 +52,19 @@ disable_ssl_warnings = True
|
|
50
52
|
|
51
53
|
def display_integration_daemon_status(
|
52
54
|
search_list: list[str] = ["*"],
|
53
|
-
integ_server: str = os.environ.get(
|
54
|
-
|
55
|
+
integ_server: str = os.environ.get(
|
56
|
+
"EGERIA_INTEGRATION_DAEMON", "integration-daemon"
|
57
|
+
),
|
58
|
+
integ_url: str = os.environ.get(
|
59
|
+
"EGERIA_INTEGRATION_DAEMON_URL", "https://localhost:9443"
|
60
|
+
),
|
55
61
|
view_server: str = os.environ.get("EGERIA_VIEW_SERVER", "view-server"),
|
56
|
-
view_url: str = os.environ.get(
|
62
|
+
view_url: str = os.environ.get("EGERIA_VIEW_SERVER_URL", "https://localhost:9443"),
|
57
63
|
user: str = os.environ.get("EGERIA_USER"),
|
58
64
|
user_pass: str = os.environ.get("EGERIA_USER_PASSWORD"),
|
59
65
|
paging: bool = False,
|
60
66
|
jupyter: bool = os.environ.get("EGERIA_JUPYTER", "False"),
|
61
|
-
width: int = os.environ.get("EGERIA_WIDTH","150"),
|
67
|
+
width: int = os.environ.get("EGERIA_WIDTH", "150"),
|
62
68
|
sort: bool = True,
|
63
69
|
) -> None:
|
64
70
|
"""Display the status of connectors running on the specified Integration Daemon OMAG Server.
|