pyegeria 5.3.8.8__tar.gz → 5.3.8.9__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.3.8.8 → pyegeria-5.3.8.9}/PKG-INFO +1 -1
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/__init__.py +17 -51
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/dr_egeria_md.py +8 -8
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/glossary_browser_omvs.py +117 -12
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/md_processing_utils.py +256 -110
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyproject.toml +1 -1
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/LICENSE +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/_client.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/_exceptions.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/_globals.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/_validators.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/collection_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/__init__.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/Dr-Egeria_md-orig.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/__init__.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/dr_egeria_inbox/glossary_creation_experiment.ipynb +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/dr_egeria_jupyter.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/exp_list_glossaries.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/get_collection.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/get_project_structure.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/glossary_actions.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_assets.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_categories.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_cert_types.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_collections.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_deployed_servers.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_glossaries.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_projects.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_tech_type_elements.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_tech_types.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_terms.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_todos.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cat/list_user_ids.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/__init__.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/egeria.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/egeria_cat.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/egeria_login_tui.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/egeria_my.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/egeria_ops.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/egeria_tech.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/ops_config.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/cli/txt_custom_v2.tcss +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/basic-glossary-tui.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/__init__.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/list_my_profile.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/list_my_roles.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/my/todo_actions.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/__init__.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/list_archives.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/list_catalog_targets.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/load_archive.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/ops/x_engine_actions.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/README.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/__init__.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/get_element_info.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/get_guid_info.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/get_tech_details.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/get_tech_type_template.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_all_om_type_elements.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_all_om_type_elements_x.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_all_related_elements.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_anchored_elements.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_asset_types.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_elements_by_property_value.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_elements_by_property_value_x.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_information_supply_chains.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_registered_services.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_related_elements_with_prop_value.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_related_specification.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_relationships.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_solution_blueprints.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_solution_components.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_solution_roles.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/table_tech_templates.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/dr.egeria spec.md +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/dr_egeria_state.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/egeria_client.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/glossary_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/m_test.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/md_processing_helpers.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/md_processing_utils_orig.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/metadata_explorer_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/platform_services.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/registered_info.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/server_operations.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/solution_architect_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/utils.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-5.3.8.8 → pyegeria-5.3.8.9}/pyegeria/x_action_author_omvs.py +0 -0
@@ -11,24 +11,10 @@ the server platform and servers.
|
|
11
11
|
|
12
12
|
"""
|
13
13
|
|
14
|
-
from ._globals import (
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
disable_ssl_warnings,
|
19
|
-
enable_ssl_check,
|
20
|
-
is_debug,
|
21
|
-
max_paging_size,
|
22
|
-
NO_ELEMENTS_FOUND,
|
23
|
-
NO_ASSETS_FOUND,
|
24
|
-
NO_SERVERS_FOUND,
|
25
|
-
NO_CATALOGS_FOUND,
|
26
|
-
NO_GLOSSARIES_FOUND,
|
27
|
-
NO_TERMS_FOUND,
|
28
|
-
NO_CATEGORIES_FOUND,
|
29
|
-
NO_ELEMENT_FOUND,
|
30
|
-
NO_PROJECTS_FOUND,
|
31
|
-
)
|
14
|
+
from ._globals import (INTEGRATION_GUIDS, TEMPLATE_GUIDS, default_time_out, disable_ssl_warnings, enable_ssl_check,
|
15
|
+
is_debug, max_paging_size, NO_ELEMENTS_FOUND, NO_ASSETS_FOUND, NO_SERVERS_FOUND,
|
16
|
+
NO_CATALOGS_FOUND, NO_GLOSSARIES_FOUND, NO_TERMS_FOUND, NO_CATEGORIES_FOUND, NO_ELEMENT_FOUND,
|
17
|
+
NO_PROJECTS_FOUND, )
|
32
18
|
|
33
19
|
if disable_ssl_warnings:
|
34
20
|
from urllib3 import disable_warnings
|
@@ -38,22 +24,10 @@ if disable_ssl_warnings:
|
|
38
24
|
|
39
25
|
from ._client import Client
|
40
26
|
from ._deprecated_gov_engine import GovEng
|
41
|
-
from ._exceptions import (
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
print_exception_response,
|
46
|
-
)
|
47
|
-
from ._validators import (
|
48
|
-
is_json,
|
49
|
-
validate_guid,
|
50
|
-
validate_name,
|
51
|
-
validate_public,
|
52
|
-
validate_search_string,
|
53
|
-
validate_server_name,
|
54
|
-
validate_url,
|
55
|
-
validate_user_id,
|
56
|
-
)
|
27
|
+
from ._exceptions import (InvalidParameterException, PropertyServerException, UserNotAuthorizedException,
|
28
|
+
print_exception_response, )
|
29
|
+
from ._validators import (is_json, validate_guid, validate_name, validate_public, validate_search_string,
|
30
|
+
validate_server_name, validate_url, validate_user_id, )
|
57
31
|
from .asset_catalog_omvs import AssetCatalog
|
58
32
|
from .automated_curation_omvs import AutomatedCuration
|
59
33
|
from .classification_manager_omvs import ClassificationManager
|
@@ -69,16 +43,8 @@ from .feedback_manager_omvs import FeedbackManager
|
|
69
43
|
from .full_omag_server_config import FullServerConfig
|
70
44
|
from .glossary_browser_omvs import GlossaryBrowser
|
71
45
|
from .glossary_manager_omvs import GlossaryManager
|
72
|
-
from .mermaid_utilities import (
|
73
|
-
|
74
|
-
construct_mermaid_jup,
|
75
|
-
generate_process_graph,
|
76
|
-
load_mermaid,
|
77
|
-
parse_mermaid_code,
|
78
|
-
render_mermaid,
|
79
|
-
save_mermaid_graph,
|
80
|
-
save_mermaid_html,
|
81
|
-
)
|
46
|
+
from .mermaid_utilities import (construct_mermaid_web, construct_mermaid_jup, generate_process_graph, load_mermaid,
|
47
|
+
parse_mermaid_code, render_mermaid, save_mermaid_graph, save_mermaid_html, )
|
82
48
|
from .metadata_explorer_omvs import MetadataExplorer
|
83
49
|
from .my_profile_omvs import MyProfile
|
84
50
|
from .platform_services import Platform
|
@@ -91,12 +57,13 @@ from .utils import body_slimmer, print_response
|
|
91
57
|
from .valid_metadata_omvs import ValidMetadataManager
|
92
58
|
from .x_action_author_omvs import ActionAuthor
|
93
59
|
from .md_processing_utils import (extract_command, process_glossary_upsert_command, process_term_upsert_command,
|
94
|
-
process_category_upsert_command,
|
95
|
-
|
96
|
-
|
97
|
-
process_solution_component_upsert_command,
|
98
|
-
|
99
|
-
process_term_history_command
|
60
|
+
process_category_upsert_command, get_current_datetime_string,
|
61
|
+
process_per_proj_upsert_command, command_list, render_markdown,
|
62
|
+
process_provenance_command, process_blueprint_upsert_command,
|
63
|
+
process_solution_component_upsert_command, process_term_list_command,
|
64
|
+
process_glossary_list_command, process_category_list_command,
|
65
|
+
process_term_history_command, process_glossary_structure_command,
|
66
|
+
process_term_revision_history_command)
|
100
67
|
|
101
68
|
#
|
102
69
|
# The following assignments were generated by the `create_tech_guid_lists.py` utility that uses the pyegeria functions
|
@@ -482,6 +449,5 @@ INTEGRATION_GUIDS['OpenLineageCataloguer'] = '3347ac71-8dd2-403a-bc16-75a71be64b
|
|
482
449
|
INTEGRATION_GUIDS['ApacheAtlasExchange'] = '5721627a-2dd4-4f95-a274-6cfb128edb97'
|
483
450
|
INTEGRATION_GUIDS['HarvestSurveys'] = 'fae162c3-2bfd-467f-9c47-2e3b63a655de'
|
484
451
|
|
485
|
-
|
486
452
|
if __name__ == "__main__":
|
487
453
|
print("Main-Init")
|
@@ -13,7 +13,8 @@ from pyegeria import (extract_command, process_glossary_upsert_command, process_
|
|
13
13
|
get_current_datetime_string,
|
14
14
|
process_per_proj_upsert_command, command_list, EgeriaTech, process_blueprint_upsert_command,
|
15
15
|
process_solution_component_upsert_command, dr_egeria_state, process_term_list_command,
|
16
|
-
process_category_list_command, process_glossary_list_command, process_term_history_command
|
16
|
+
process_category_list_command, process_glossary_list_command, process_term_history_command,
|
17
|
+
process_glossary_structure_command, process_term_revision_history_command,)
|
17
18
|
|
18
19
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
19
20
|
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
@@ -89,21 +90,20 @@ def process_markdown_file(file_path: str, directive: str, server: str, url: str,
|
|
89
90
|
result = process_glossary_upsert_command(client, current_block, directive)
|
90
91
|
elif potential_command in ["Create Category", "Update Category"]:
|
91
92
|
result = process_category_upsert_command(client, current_block, directive)
|
92
|
-
# elif potential_command in ["Set Parent Category", "UnSet Parent Category"]:
|
93
|
-
# result = process_set_categories_parent_command(client, dr_egeria_state.get_element_dictionary(),
|
94
|
-
# current_block, directive)
|
95
93
|
elif potential_command in ["Create Term", "Update Term"]:
|
96
94
|
result = process_term_upsert_command(client, current_block, directive)
|
97
95
|
elif potential_command in ["List Term History", "Term History"]:
|
98
96
|
result = process_term_history_command(client, current_block, directive)
|
97
|
+
elif potential_command in ["List Term Update History", "List Term Revision History"]:
|
98
|
+
result = process_term_revision_history_command(client, current_block, directive)
|
99
99
|
elif potential_command in ["List Terms", "List Glossary Terms"]:
|
100
100
|
result = process_term_list_command(client, current_block, directive)
|
101
101
|
elif potential_command in ["List Categories", "List Glossary Categories"]:
|
102
|
-
result = process_category_list_command(client,
|
103
|
-
|
102
|
+
result = process_category_list_command(client, current_block, directive)
|
103
|
+
elif potential_command in ["List Glossary Structure"]:
|
104
|
+
result = process_glossary_structure_command(client, current_block, directive)
|
104
105
|
elif potential_command in ["List Glossaries"]:
|
105
|
-
result = process_glossary_list_command(client,
|
106
|
-
directive)
|
106
|
+
result = process_glossary_list_command(client, current_block, directive)
|
107
107
|
elif potential_command in ["Create Personal Project", "Update Personal Project"]:
|
108
108
|
result = process_per_proj_upsert_command(client, current_block, directive)
|
109
109
|
elif potential_command in ["Create Blueprint", "Update Blueprint", "Create Solution Blueprint",
|
@@ -640,11 +640,11 @@ class GlossaryBrowser(Client):
|
|
640
640
|
output_format (str): Output format (FORM, REPORT, LIST, etc.)
|
641
641
|
|
642
642
|
Returns:
|
643
|
-
str: The parent category name or '
|
643
|
+
str: The parent category name or ' ' if no parent
|
644
644
|
"""
|
645
645
|
parent_cat = self.get_category_parent(category_guid)
|
646
646
|
if isinstance(parent_cat, str):
|
647
|
-
return '
|
647
|
+
return ' '
|
648
648
|
|
649
649
|
# Return qualified name for FORM output, display name for REPORT and LIST output
|
650
650
|
if output_format == 'FORM':
|
@@ -3107,6 +3107,109 @@ class GlossaryBrowser(Client):
|
|
3107
3107
|
|
3108
3108
|
return response
|
3109
3109
|
|
3110
|
+
def list_term_revision_history(self, term_guid: str, output_format: str = "DICT") -> list | str:
|
3111
|
+
"""
|
3112
|
+
Retrieve the revision history for a term.
|
3113
|
+
|
3114
|
+
This method retrieves the revision logs associated with a term, and for each revision log,
|
3115
|
+
retrieves the revision history. The results are formatted according to the specified output format.
|
3116
|
+
|
3117
|
+
Parameters
|
3118
|
+
----------
|
3119
|
+
term_guid : str
|
3120
|
+
The GUID of the glossary term to retrieve the revision history for.
|
3121
|
+
output_format : str, optional
|
3122
|
+
The format in which to return the results. Can be "DICT", "MD", or "LIST".
|
3123
|
+
Defaults to "DICT".
|
3124
|
+
|
3125
|
+
Returns
|
3126
|
+
-------
|
3127
|
+
list | str
|
3128
|
+
If output_format is "DICT", returns a list of dictionaries containing the revision history.
|
3129
|
+
If output_format is "MD", returns a markdown representation of the revision history.
|
3130
|
+
If output_format is "LIST", returns a markdown table of the revision history.
|
3131
|
+
If no revision logs are found, returns a string message "No revision logs found".
|
3132
|
+
"""
|
3133
|
+
import re
|
3134
|
+
validate_guid(term_guid)
|
3135
|
+
|
3136
|
+
# Get revision logs for the term
|
3137
|
+
revision_logs = self.get_term_revision_logs(term_guid)
|
3138
|
+
if isinstance(revision_logs, str):
|
3139
|
+
return "No revision logs found"
|
3140
|
+
|
3141
|
+
# Process each revision log
|
3142
|
+
all_entries = []
|
3143
|
+
for log in revision_logs:
|
3144
|
+
log_guid = log['elementHeader']['guid']
|
3145
|
+
qualified_name = log.get('properties', {}).get('qualifiedName', '---')
|
3146
|
+
|
3147
|
+
# Get revision history for this log
|
3148
|
+
history = self.get_term_revision_history(log_guid)
|
3149
|
+
if isinstance(history, str):
|
3150
|
+
continue
|
3151
|
+
|
3152
|
+
# Process each entry in the history
|
3153
|
+
for entry in history:
|
3154
|
+
# Extract update time from the title
|
3155
|
+
title = entry.get('properties', {}).get('title', '---')
|
3156
|
+
|
3157
|
+
keyword_index = title.index('on')
|
3158
|
+
update_time = title[keyword_index + 2:].strip()
|
3159
|
+
|
3160
|
+
entry_data = {
|
3161
|
+
'qualifiedName': qualified_name,
|
3162
|
+
'title': title,
|
3163
|
+
'text': entry.get('properties', {}).get('text', '---'),
|
3164
|
+
'updateTime': update_time # Use extracted date/time or fall back to title
|
3165
|
+
}
|
3166
|
+
all_entries.append(entry_data)
|
3167
|
+
|
3168
|
+
# Sort entries by update time
|
3169
|
+
sorted_entries = sorted(all_entries, key=lambda x: x['updateTime'] if x['updateTime'] != '---' else '', reverse=True)
|
3170
|
+
|
3171
|
+
# Return in the specified format
|
3172
|
+
if output_format == "DICT":
|
3173
|
+
return sorted_entries
|
3174
|
+
elif output_format == "LIST":
|
3175
|
+
# Create markdown table
|
3176
|
+
if not sorted_entries:
|
3177
|
+
return "No revision entries found"
|
3178
|
+
|
3179
|
+
# Get headers
|
3180
|
+
headers = sorted_entries[0].keys()
|
3181
|
+
|
3182
|
+
# Create header row
|
3183
|
+
header_row = " | ".join(headers)
|
3184
|
+
separator_row = " | ".join(["---"] * len(headers))
|
3185
|
+
|
3186
|
+
# Create rows
|
3187
|
+
rows = []
|
3188
|
+
for entry in sorted_entries:
|
3189
|
+
row = " | ".join(str(entry.get(header, "---")) for header in headers)
|
3190
|
+
rows.append(row)
|
3191
|
+
|
3192
|
+
# Combine into table
|
3193
|
+
markdown_table = f"{header_row}\n{separator_row}\n" + "\n".join(rows)
|
3194
|
+
return markdown_table
|
3195
|
+
elif output_format == "MD":
|
3196
|
+
# Create markdown representation
|
3197
|
+
if not sorted_entries:
|
3198
|
+
return "No revision entries found"
|
3199
|
+
|
3200
|
+
md_output = "\n"
|
3201
|
+
|
3202
|
+
for entry in sorted_entries:
|
3203
|
+
md_output += f"* Note Log Name: \n{entry['qualifiedName']}\n\n"
|
3204
|
+
md_output += f"* Note Log Entry Title: \n{entry['title']}\n\n"
|
3205
|
+
md_output += f"* Note Log Entry: \n\t{entry['text']}\n\n"
|
3206
|
+
md_output += "---\n\n"
|
3207
|
+
|
3208
|
+
return md_output
|
3209
|
+
else:
|
3210
|
+
# Default to DICT format
|
3211
|
+
return sorted_entries
|
3212
|
+
|
3110
3213
|
|
3111
3214
|
def list_full_term_history(self, term_guid: str, output_type: str = "DICT") -> list | str:
|
3112
3215
|
"""
|
@@ -3138,19 +3241,19 @@ class GlossaryBrowser(Client):
|
|
3138
3241
|
return "No History Found"
|
3139
3242
|
version_history = []
|
3140
3243
|
for ver in history:
|
3141
|
-
create_time = ver["elementHeader"]["versions"].get("createTime", "
|
3142
|
-
update_time = ver["elementHeader"]["versions"].get("createTime", "
|
3143
|
-
created_by = ver["elementHeader"]["versions"].get("createdBy", "
|
3244
|
+
create_time = ver["elementHeader"]["versions"].get("createTime", " ")
|
3245
|
+
update_time = ver["elementHeader"]["versions"].get("createTime", " ")
|
3246
|
+
created_by = ver["elementHeader"]["versions"].get("createdBy", " ")
|
3144
3247
|
updated_by = ver["elementHeader"]["versions"].get("updatedBy", "---")
|
3145
3248
|
version = ver["elementHeader"]["versions"].get("version")
|
3146
3249
|
|
3147
|
-
qualified_name = ver["glossaryTermProperties"].get("qualifiedName", '
|
3148
|
-
display_name = ver["glossaryTermProperties"].get("displayName", '
|
3149
|
-
summary = ver["glossaryTermProperties"].get("summary", '
|
3150
|
-
description = ver["glossaryTermProperties"].get("description", '
|
3151
|
-
examples = ver["glossaryTermProperties"].get("examples", '
|
3152
|
-
usage = ver["glossaryTermProperties"].get("usage", '
|
3153
|
-
version_identifier = ver["glossaryTermProperties"].get("versionIdentifier", '
|
3250
|
+
qualified_name = ver["glossaryTermProperties"].get("qualifiedName", ' ')
|
3251
|
+
display_name = ver["glossaryTermProperties"].get("displayName", ' ')
|
3252
|
+
summary = ver["glossaryTermProperties"].get("summary", ' ')
|
3253
|
+
description = ver["glossaryTermProperties"].get("description", ' ')
|
3254
|
+
examples = ver["glossaryTermProperties"].get("examples", ' ')
|
3255
|
+
usage = ver["glossaryTermProperties"].get("usage", ' ')
|
3256
|
+
version_identifier = ver["glossaryTermProperties"].get("versionIdentifier", ' ')
|
3154
3257
|
|
3155
3258
|
version_history.append({
|
3156
3259
|
"version": version, "displayName": display_name, "summary": summary, "created": create_time,
|
@@ -3178,6 +3281,8 @@ class GlossaryBrowser(Client):
|
|
3178
3281
|
# Combine everything into a Markdown table string
|
3179
3282
|
markdown_table = f"{header_row}\n{separator_row}\n" + "\n".join(rows)
|
3180
3283
|
return markdown_table
|
3284
|
+
else:
|
3285
|
+
return None
|
3181
3286
|
|
3182
3287
|
async def _async_find_glossary_terms(self, search_string: str, glossary_guid: str = None, status_filter: list = [],
|
3183
3288
|
effective_time: str = None, starts_with: bool = False, ends_with: bool = False, ignore_case: bool = False,
|