pyegeria 0.2.4__py3-none-any.whl → 5.3.0.dev3__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/README.md +35 -0
- pyegeria/__init__.py +345 -14
- pyegeria/_client.py +376 -126
- pyegeria/_deprecated_gov_engine.py +451 -0
- pyegeria/_exceptions.py +6 -6
- pyegeria/_globals.py +7 -1
- pyegeria/_validators.py +9 -6
- pyegeria/asset_catalog_omvs.py +807 -0
- pyegeria/automated_curation_omvs.py +3760 -0
- pyegeria/classification_manager_omvs.py +5238 -0
- pyegeria/collection_manager_omvs.py +2727 -0
- pyegeria/commands/README.md +47 -0
- pyegeria/commands/__init__.py +22 -0
- pyegeria/commands/cat/README.md +16 -0
- pyegeria/commands/cat/__init__.py +1 -0
- pyegeria/commands/cat/exp_list_glossaries.py +156 -0
- pyegeria/commands/cat/get_asset_graph.py +319 -0
- pyegeria/commands/cat/get_collection.py +148 -0
- pyegeria/commands/cat/get_project_dependencies.py +168 -0
- pyegeria/commands/cat/get_project_structure.py +168 -0
- pyegeria/commands/cat/get_tech_type_elements.py +174 -0
- pyegeria/commands/cat/glossary_actions.py +362 -0
- pyegeria/commands/cat/list_assets.py +176 -0
- pyegeria/commands/cat/list_cert_types.py +194 -0
- pyegeria/commands/cat/list_collections.py +162 -0
- pyegeria/commands/cat/list_deployed_catalogs.py +217 -0
- pyegeria/commands/cat/list_deployed_database_schemas.py +251 -0
- pyegeria/commands/cat/list_deployed_databases.py +202 -0
- pyegeria/commands/cat/list_glossaries.py +150 -0
- pyegeria/commands/cat/list_projects.py +221 -0
- pyegeria/commands/cat/list_servers_deployed_imp.py +158 -0
- pyegeria/commands/cat/list_tech_type_elements.py +190 -0
- pyegeria/commands/cat/list_tech_types.py +140 -0
- pyegeria/commands/cat/list_terms.py +242 -0
- pyegeria/commands/cat/list_todos.py +189 -0
- pyegeria/commands/cat/list_user_ids.py +145 -0
- pyegeria/commands/cli/__init__.py +13 -0
- pyegeria/commands/cli/egeria.py +1844 -0
- pyegeria/commands/cli/egeria_cat.py +638 -0
- pyegeria/commands/cli/egeria_login_tui.py +313 -0
- pyegeria/commands/cli/egeria_my.py +248 -0
- pyegeria/commands/cli/egeria_ops.py +502 -0
- pyegeria/commands/cli/egeria_tech.py +618 -0
- pyegeria/commands/cli/ops_config.py +45 -0
- pyegeria/commands/cli/txt_custom_v2.tcss +19 -0
- pyegeria/commands/doc/README.md +145 -0
- pyegeria/commands/doc/Visual Command Reference/README.md +511 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
- 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/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
- 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/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
- 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/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
- 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/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
- 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/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
- 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/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
- 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/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/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/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
- 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/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
- pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
- 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/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/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
- 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/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
- pyegeria/commands/doc/glossary/basic-glossary-tui.md +109 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
- pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
- pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
- pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
- pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
- pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
- pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
- pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
- pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
- pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
- pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
- pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
- pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md +346 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
- 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/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/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/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/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/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
- 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/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/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
- 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/commands/my/README.md +17 -0
- pyegeria/commands/my/__init__.py +0 -0
- pyegeria/commands/my/list_my_profile.py +163 -0
- pyegeria/commands/my/list_my_roles.py +151 -0
- pyegeria/commands/my/monitor_my_todos.py +205 -0
- pyegeria/commands/my/monitor_open_todos.py +175 -0
- pyegeria/commands/my/todo_actions.py +242 -0
- pyegeria/commands/ops/README.md +24 -0
- pyegeria/commands/ops/__init__.py +22 -0
- pyegeria/commands/ops/gov_server_actions.py +177 -0
- pyegeria/commands/ops/list_archives.py +161 -0
- pyegeria/commands/ops/list_catalog_targets.py +203 -0
- pyegeria/commands/ops/load_archive.py +75 -0
- pyegeria/commands/ops/monitor_asset_events.py +107 -0
- pyegeria/commands/ops/monitor_engine_activity.py +270 -0
- pyegeria/commands/ops/monitor_engine_activity_c.py +286 -0
- pyegeria/commands/ops/monitor_gov_eng_status.py +288 -0
- pyegeria/commands/ops/monitor_integ_daemon_status.py +321 -0
- pyegeria/commands/ops/monitor_platform_status.py +188 -0
- pyegeria/commands/ops/monitor_server_startup.py +117 -0
- pyegeria/commands/ops/monitor_server_status.py +182 -0
- pyegeria/commands/ops/orig_monitor_server_list.py +140 -0
- pyegeria/commands/ops/orig_monitor_server_status.py +124 -0
- pyegeria/commands/ops/refresh_integration_daemon.py +83 -0
- pyegeria/commands/ops/restart_integration_daemon.py +82 -0
- pyegeria/commands/ops/table_integ_daemon_status.py +237 -0
- pyegeria/commands/ops/x_engine_actions.py +76 -0
- pyegeria/commands/tech/README.md +24 -0
- pyegeria/commands/tech/__init__.py +0 -0
- pyegeria/commands/tech/get_element_info.py +144 -0
- pyegeria/commands/tech/get_guid_info.py +134 -0
- pyegeria/commands/tech/get_tech_details.py +173 -0
- pyegeria/commands/tech/get_tech_type_template.py +166 -0
- pyegeria/commands/tech/list_anchored_elements.py +205 -0
- pyegeria/commands/tech/list_asset_types.py +123 -0
- pyegeria/commands/tech/list_elements.py +168 -0
- pyegeria/commands/tech/list_elements_for_classification.py +171 -0
- pyegeria/commands/tech/list_elements_x.py +191 -0
- pyegeria/commands/tech/list_gov_action_processes.py +139 -0
- pyegeria/commands/tech/list_registered_services.py +180 -0
- pyegeria/commands/tech/list_related_elements.py +207 -0
- pyegeria/commands/tech/list_related_specification.py +169 -0
- pyegeria/commands/tech/list_relationship_types.py +164 -0
- pyegeria/commands/tech/list_relationships.py +179 -0
- pyegeria/commands/tech/list_tech_templates.py +360 -0
- pyegeria/commands/tech/list_valid_metadata_values.py +178 -0
- pyegeria/commands/tech/table_tech_templates.py +238 -0
- pyegeria/commands/tech/x_list_related_elements.py +165 -0
- pyegeria/core_omag_server_config.py +550 -313
- pyegeria/create_tech_guid_lists.py +105 -0
- pyegeria/egeria_cat_client.py +78 -0
- pyegeria/egeria_client.py +117 -0
- pyegeria/egeria_config_client.py +45 -0
- pyegeria/egeria_my_client.py +56 -0
- pyegeria/egeria_tech_client.py +93 -0
- pyegeria/feedback_manager_omvs.py +4573 -0
- pyegeria/full_omag_server_config.py +1337 -0
- pyegeria/glossary_browser_omvs.py +2507 -0
- pyegeria/glossary_manager_omvs.py +3597 -0
- pyegeria/mermaid_utilities.py +218 -0
- pyegeria/metadata_explorer_omvs.py +2371 -0
- pyegeria/my_profile_omvs.py +1021 -0
- pyegeria/platform_services.py +259 -218
- pyegeria/project_manager_omvs.py +1854 -0
- pyegeria/registered_info.py +111 -108
- pyegeria/runtime_manager_omvs.py +2299 -0
- pyegeria/server_operations.py +178 -71
- pyegeria/template_manager_omvs.py +1414 -0
- pyegeria/utils.py +75 -85
- pyegeria/valid_metadata_omvs.py +1911 -0
- pyegeria/x_action_author_omvs.py +200 -0
- pyegeria-5.3.0.dev3.dist-info/METADATA +70 -0
- pyegeria-5.3.0.dev3.dist-info/RECORD +232 -0
- {pyegeria-0.2.4.dist-info → pyegeria-5.3.0.dev3.dist-info}/WHEEL +1 -1
- pyegeria-5.3.0.dev3.dist-info/entry_points.txt +81 -0
- pyegeria/config.toml +0 -11
- pyegeria/curation_omvs.py +0 -458
- pyegeria/exceptions.py +0 -382
- pyegeria/glossary_omvs.py +0 -639
- pyegeria/gov_engine.py +0 -573
- pyegeria-0.2.4.dist-info/METADATA +0 -57
- pyegeria-0.2.4.dist-info/RECORD +0 -19
- {pyegeria-0.2.4.dist-info/licenses → pyegeria-5.3.0.dev3.dist-info}/LICENSE +0 -0
@@ -0,0 +1,200 @@
|
|
1
|
+
"""
|
2
|
+
SPDX-License-Identifier: Apache-2.0
|
3
|
+
Copyright Contributors to the ODPi Egeria project.
|
4
|
+
|
5
|
+
This module is incomplete.
|
6
|
+
The methods to author governance processes are transitioning to this module.
|
7
|
+
|
8
|
+
"""
|
9
|
+
|
10
|
+
from requests import Response
|
11
|
+
|
12
|
+
from pyegeria._exceptions import (
|
13
|
+
InvalidParameterException,
|
14
|
+
)
|
15
|
+
from pyegeria import Platform, AutomatedCuration
|
16
|
+
import asyncio
|
17
|
+
|
18
|
+
|
19
|
+
class ActionAuthor(AutomatedCuration):
|
20
|
+
"""
|
21
|
+
Client to issue Curation requests.
|
22
|
+
|
23
|
+
Attributes:
|
24
|
+
|
25
|
+
server_name: str
|
26
|
+
Name of the server to use.
|
27
|
+
platform_url : str
|
28
|
+
URL of the server platform to connect to
|
29
|
+
user_id : str
|
30
|
+
The identity of the user calling the method - this sets a default optionally used by the methods
|
31
|
+
when the user doesn't pass the user_id on a method call.
|
32
|
+
user_pwd: str
|
33
|
+
The password associated with the user_id. Defaults to None
|
34
|
+
verify_flag: bool
|
35
|
+
Flag to indicate if SSL Certificates should be verified in the HTTP requests.
|
36
|
+
Defaults to False.
|
37
|
+
|
38
|
+
Methods:
|
39
|
+
|
40
|
+
"""
|
41
|
+
|
42
|
+
def __init__(
|
43
|
+
self,
|
44
|
+
server_name: str,
|
45
|
+
platform_url: str,
|
46
|
+
user_id: str,
|
47
|
+
user_pwd: str = None,
|
48
|
+
token: str = None,
|
49
|
+
):
|
50
|
+
AutomatedCuration.__init__(
|
51
|
+
self, server_name, platform_url, user_id, user_pwd, token=token
|
52
|
+
)
|
53
|
+
self.action_command_root = f"{platform_url}/servers/"
|
54
|
+
|
55
|
+
async def _async_create_element_from_template(
|
56
|
+
self, body: str, server: str = None
|
57
|
+
) -> str:
|
58
|
+
"""Create a metadata element from a template. Async version.
|
59
|
+
Parameters
|
60
|
+
----------
|
61
|
+
body : str
|
62
|
+
The json body used to instantiate the template.
|
63
|
+
server : str, optional
|
64
|
+
The name of the server to get governance engine summaries from. If not provided, the default server name will be used.
|
65
|
+
|
66
|
+
Returns
|
67
|
+
-------
|
68
|
+
Response
|
69
|
+
The guid of the resulting element
|
70
|
+
|
71
|
+
"""
|
72
|
+
if server is None:
|
73
|
+
server = self.server_name
|
74
|
+
|
75
|
+
url = f"{self.platform_url}/servers/{server}/open-metadata/automate-curation/catalog-templates/new-element"
|
76
|
+
|
77
|
+
response = await self._async_make_request("POST", url, body)
|
78
|
+
return response.json().get("guid")
|
79
|
+
|
80
|
+
async def _async_find_gov_action_types(
|
81
|
+
self, search_string: str = "*", server_name: str = None
|
82
|
+
) -> dict | str:
|
83
|
+
pass
|
84
|
+
|
85
|
+
async def _async_get_gov_action_types_by_name(
|
86
|
+
self, server_name: str = None
|
87
|
+
) -> dict | str:
|
88
|
+
pass
|
89
|
+
|
90
|
+
async def _async_find_gov_action_types_by_guid(
|
91
|
+
self, guid: str, server_name: str = None
|
92
|
+
) -> dict | str:
|
93
|
+
pass
|
94
|
+
|
95
|
+
# Governance Action Processes
|
96
|
+
|
97
|
+
# async def _async_create_gov_action_process(self, body: dict, view_server:str=None) -> None:
|
98
|
+
# pass
|
99
|
+
#
|
100
|
+
# async def _async_update_gov_action_process(self, process_id: str, body: dict, view_server:str=None) -> None:
|
101
|
+
# pass
|
102
|
+
#
|
103
|
+
# async def _async_publish_gov_action_process(self, process_id:str, view_server:str=None) -> None:
|
104
|
+
# pass
|
105
|
+
#
|
106
|
+
# async def _async_withdraw_gov_action_process(self, process_id:str, view_server:str=None) -> None:
|
107
|
+
# pass
|
108
|
+
#
|
109
|
+
# async def _async_remove_gov_action_process(self, process_id: str, view_server: str = None) -> None:
|
110
|
+
# pass
|
111
|
+
|
112
|
+
async def _async_find_gov_action_processes(
|
113
|
+
self, search_string: str, server_name: str = None
|
114
|
+
) -> dict | str:
|
115
|
+
pass
|
116
|
+
|
117
|
+
async def _async_get_gov_action_processes_by_name(
|
118
|
+
self, name: str, server_name: str = None
|
119
|
+
) -> dict | str:
|
120
|
+
pass
|
121
|
+
|
122
|
+
async def _async_get_gov_action_processes_by_guid(
|
123
|
+
self, guid: str, server_name: str = None
|
124
|
+
) -> dict | str:
|
125
|
+
pass
|
126
|
+
|
127
|
+
async def _async_get_gov_action_process_graph(
|
128
|
+
self, guid: str, server_name: str = None
|
129
|
+
) -> dict | str:
|
130
|
+
pass
|
131
|
+
|
132
|
+
# Process Steps
|
133
|
+
# async def _async_create_gov_action_process_step(self, body: dict, view_server:str=None) -> None:
|
134
|
+
# pass
|
135
|
+
#
|
136
|
+
# async def _async_update_gov_action_process_step(self, guid: str, body: dict, view_server:str=None) -> None:
|
137
|
+
# pass
|
138
|
+
#
|
139
|
+
# async def _async_remove_gov_action_process_step(self, guid: str, view_server:str=None) -> None:
|
140
|
+
# pass
|
141
|
+
#
|
142
|
+
#
|
143
|
+
# async def _async_find_gov_action_process_step(self, search_string: str, view_server: str = None) -> dict | str:
|
144
|
+
# pass
|
145
|
+
#
|
146
|
+
#
|
147
|
+
# async def _async_get_gov_action_process_step_by_name(self, name: str, view_server: str = None) -> dict | str:
|
148
|
+
# pass
|
149
|
+
#
|
150
|
+
#
|
151
|
+
# async def _async_get_gov_action_process_step_by_guid(self, guid: str, view_server: str = None) -> dict | str:
|
152
|
+
# pass
|
153
|
+
#
|
154
|
+
#
|
155
|
+
# async def _async_setup_first_action_process_step(self, process_guid: str, process_step_guid:str,
|
156
|
+
# view_server: str = None) -> dict | str:
|
157
|
+
# pass
|
158
|
+
#
|
159
|
+
# async def _async_get_first_action_process_step(self, process_guid: str, view_server: str = None) -> dict | str:
|
160
|
+
# pass
|
161
|
+
#
|
162
|
+
# async def _async_remove_first_action_process_step(self, process_guid: str, view_server: str = None) -> None:
|
163
|
+
# pass
|
164
|
+
#
|
165
|
+
# async def _async_setup_next_action_process_step(self, process_guid: str, process_step_guid:str,
|
166
|
+
# next_process_step_guid:str, view_server: str = None) -> None:
|
167
|
+
# pass
|
168
|
+
#
|
169
|
+
#
|
170
|
+
# async def _async_update_next_action_process_step(self, guid: str, body: dict, view_server: str = None) -> None:
|
171
|
+
# pass
|
172
|
+
#
|
173
|
+
#
|
174
|
+
# async def _async_remove_next_action_process_step(self, guid: str, view_server: str = None) -> None:
|
175
|
+
# pass
|
176
|
+
#
|
177
|
+
#
|
178
|
+
# async def _async_get_next_action_process_step(self, guid: str, view_server: str = None) -> dict | str:
|
179
|
+
# pass
|
180
|
+
|
181
|
+
# Engine Actions
|
182
|
+
|
183
|
+
async def _async_initiate_Engine_action(
|
184
|
+
self, gov_eng_name: str, body: dict, server_name: str = None
|
185
|
+
) -> None:
|
186
|
+
pass
|
187
|
+
|
188
|
+
async def _async_initiate_gov_action_type(
|
189
|
+
self, body: dict, server_name: str = None
|
190
|
+
) -> None:
|
191
|
+
pass
|
192
|
+
|
193
|
+
# implement
|
194
|
+
|
195
|
+
async def _async_initiate_gov_action_processes(self):
|
196
|
+
pass
|
197
|
+
|
198
|
+
|
199
|
+
if __name__ == "__main__":
|
200
|
+
print("Main-Action Author")
|
@@ -0,0 +1,70 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pyegeria
|
3
|
+
Version: 5.3.0.dev3
|
4
|
+
Summary: A python client for Egeria
|
5
|
+
Home-page: https://github.com/odpi/egeria-python
|
6
|
+
License: Apache 2.0
|
7
|
+
Keywords: egeria,metadata,governance
|
8
|
+
Author: Dan Wolfson
|
9
|
+
Author-email: dan.wolfson@pdr-associates.com
|
10
|
+
Requires-Python: >=3.12.3,<4.0.0
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
12
|
+
Classifier: License :: Other/Proprietary License
|
13
|
+
Classifier: Programming Language :: Python
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
15
|
+
Requires-Dist: click
|
16
|
+
Requires-Dist: confluent-kafka
|
17
|
+
Requires-Dist: httpx
|
18
|
+
Requires-Dist: jupyter
|
19
|
+
Requires-Dist: mermaid-py
|
20
|
+
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
|
21
|
+
Requires-Dist: pytest (>=8.2.2,<9.0.0)
|
22
|
+
Requires-Dist: requests
|
23
|
+
Requires-Dist: rich
|
24
|
+
Requires-Dist: textual
|
25
|
+
Requires-Dist: trogon (>=0.6.0,<0.7.0)
|
26
|
+
Requires-Dist: urllib3
|
27
|
+
Requires-Dist: validators
|
28
|
+
Project-URL: Repository, https://github.com/odpi/egeria-python
|
29
|
+
Description-Content-Type: text/markdown
|
30
|
+
|
31
|
+
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
32
|
+
<!-- Copyright Contributors to the ODPi Egeria project. -->
|
33
|
+
|
34
|
+

|
35
|
+
|
36
|
+
[](LICENSE)
|
37
|
+
|
38
|
+
|
39
|
+
# pyegeria: a python client for Egeria
|
40
|
+
|
41
|
+
This is a package for easily using the Egeria
|
42
|
+
open metadata environment from python. Details about the
|
43
|
+
open source Egeria project can be found at [Egeria Project](https://egeria-project.org).
|
44
|
+
|
45
|
+
This package is in active development. There is initial
|
46
|
+
support for many of Egeria's services including configuration and operation. This client depends on
|
47
|
+
This release supports Egeria 5.1 - although most of the functions may work on earlier versions of Egeria as well.
|
48
|
+
|
49
|
+
The code is organized to mimic the existing Egeria Java Client structure.
|
50
|
+
|
51
|
+
The commands folder holds the Egeria Command Line Interface and corresponding commands
|
52
|
+
to visualize and use Egeria. The commands also serve as useful examples.
|
53
|
+
|
54
|
+
An examples folder holds some useful examples showing different facets of using pyegeria.
|
55
|
+
|
56
|
+
WARNING: files that start with "X" are in-progress placeholders that are not meant to be used..they will mature and
|
57
|
+
evolve.
|
58
|
+
|
59
|
+
All feedback is welcome. Please engage via our [community](http://egeria-project.org/guides/community/),
|
60
|
+
team calls, or via github issues in this repo. If interested in contributing,
|
61
|
+
you can engage via the community or directly reach out to
|
62
|
+
[dan.wolfson\@pdr-associates.com](mailto:dan.wolfson@pdr-associates.com?subject=pyegeria).
|
63
|
+
|
64
|
+
This is a learning experience.
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
----
|
69
|
+
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
|
70
|
+
Copyright Contributors to the ODPi Egeria project.
|
@@ -0,0 +1,232 @@
|
|
1
|
+
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
2
|
+
pyegeria/__init__.py,sha256=CA9NbkkmpBlmkJWkVVKKHqIoGa9c3BMBeMHaM1ZXKe4,21947
|
3
|
+
pyegeria/_client.py,sha256=8nvw8_27mYHFcxvv6LVywRXN_rqJXS6ZxwHa74OOFZ4,30804
|
4
|
+
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
5
|
+
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
6
|
+
pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
|
7
|
+
pyegeria/_validators.py,sha256=rnZelHJnjHaLZ8UhUTDyB59MfIUJifhALtkYoHBaos4,12736
|
8
|
+
pyegeria/asset_catalog_omvs.py,sha256=OqZYjf5RBwuTbYvu43CL100VCNqYuXHDog2jc6sOBtA,25580
|
9
|
+
pyegeria/automated_curation_omvs.py,sha256=BwNuF7XQJAV-POvzaWwFh0TS5yRnHZZPhlayvtIMlwY,130243
|
10
|
+
pyegeria/classification_manager_omvs.py,sha256=LglNvCqzaQb83iLDCFhvfmcs5pqc-XtSYRWLriwCo-w,187079
|
11
|
+
pyegeria/collection_manager_omvs.py,sha256=Zl3clg29bORkfBDunklgna0cIceF278njqzDW9pUJwk,101697
|
12
|
+
pyegeria/commands/README.md,sha256=hJdOWhZ5eCfwTkY4Tx6De6Y1XVo7cbaddQEvjqppvls,2036
|
13
|
+
pyegeria/commands/__init__.py,sha256=IBYAvBbuGneZ06YSFjZsU-Zxx-b-Qo4ZV_Vd4zz4AI0,844
|
14
|
+
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
15
|
+
pyegeria/commands/cat/__init__.py,sha256=etKDPDWE7UV6o3cK7JLJgaJZFAlmX29GXUG0wq08AZY,20
|
16
|
+
pyegeria/commands/cat/exp_list_glossaries.py,sha256=Gz_4XdwxhblIriuXajjwXueyRRGDwwyTXcfQiFjn1xY,5804
|
17
|
+
pyegeria/commands/cat/get_asset_graph.py,sha256=4AO4KlCgb7vbMihJK7W_GAnrd4J9sKwc4kXxa2ZrRW4,12447
|
18
|
+
pyegeria/commands/cat/get_collection.py,sha256=dzgRIlMkQo0su-ZBdWaZ2txkC_J-bvassw-QDPJCzT0,5352
|
19
|
+
pyegeria/commands/cat/get_project_dependencies.py,sha256=B0JaMSUi0hzVgos1sTY2uUPGy1DzKEJMIbbYfMUWvQA,5981
|
20
|
+
pyegeria/commands/cat/get_project_structure.py,sha256=n2GbNd07w1DTo7jTR8b2ewXRyNcat_2BcCBRyDMldwk,5969
|
21
|
+
pyegeria/commands/cat/get_tech_type_elements.py,sha256=fD45AEQZUpUkw30Rt7CjovRjtWDxsACBG9KD1Ok3Yx0,6178
|
22
|
+
pyegeria/commands/cat/glossary_actions.py,sha256=CFiQrcTrARsNCB5Pu6KjsbXnQVqnfvZe_QAEVKozYuY,12671
|
23
|
+
pyegeria/commands/cat/list_assets.py,sha256=VyMp33T7oGpnIer9g6YaxraYJXtpmbZwn--MIrjRVT4,6270
|
24
|
+
pyegeria/commands/cat/list_cert_types.py,sha256=x3R7ydIgXQmQyObE2Ffvr3187acFlsN1fXD1vuznJrc,7123
|
25
|
+
pyegeria/commands/cat/list_collections.py,sha256=I-0h_zFfbAUzmbnr8T0fGZEzsw9FQsrgozdn3s_hr4Y,5982
|
26
|
+
pyegeria/commands/cat/list_deployed_catalogs.py,sha256=iSl6V3MX6-GFA_hDq2IspSnMoHuoxNlqzADwiQpuo2A,8243
|
27
|
+
pyegeria/commands/cat/list_deployed_database_schemas.py,sha256=tXzetBR3SI5dQAM6zpFjt2zB50JqYXeU7mZCK3DAzQI,9433
|
28
|
+
pyegeria/commands/cat/list_deployed_databases.py,sha256=rw5WGRmMh_1g9dh0A71cAloMVlsgafRm8j6eIZ3_a7U,7572
|
29
|
+
pyegeria/commands/cat/list_glossaries.py,sha256=t4p6DUd09MkIW07rCW0nc2K2ktD_YP0Qlw2z8zSayBI,5592
|
30
|
+
pyegeria/commands/cat/list_projects.py,sha256=Jzs-DtIpPhCH-gY4PYT6mnRBWnEf4m18TFfcw8UymNU,8011
|
31
|
+
pyegeria/commands/cat/list_servers_deployed_imp.py,sha256=gcfeDzf7QGwa5tU_WYJD4O-dZKQ7XYp_J1BXTnGy3xg,5705
|
32
|
+
pyegeria/commands/cat/list_tech_type_elements.py,sha256=VIi6DXnNl-5ngmM0mZ4IjSIY8SiD1MwYfJOuL4-UGvQ,6859
|
33
|
+
pyegeria/commands/cat/list_tech_types.py,sha256=P-157J72yvdmX538NBMzL54yORUSY9NGNv6r8DskcTs,4639
|
34
|
+
pyegeria/commands/cat/list_terms.py,sha256=P0kkOP5oA3sBveDqwIECqqyZYuaKRhV4INRhxXRTD5c,9473
|
35
|
+
pyegeria/commands/cat/list_todos.py,sha256=iPxHRyW3X5tiREio4TUOwRPvNPjU0gxm3pVnUI79ir4,6542
|
36
|
+
pyegeria/commands/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
|
37
|
+
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
38
|
+
pyegeria/commands/cli/egeria.py,sha256=4oL4SnHV5TBY87DX659UCZh4YoNFw-hu_SNrZ_BoFXs,45825
|
39
|
+
pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
|
40
|
+
pyegeria/commands/cli/egeria_login_tui.py,sha256=m7gUiiPdeu2vxjiyxy-6OhAekSa5kVQnOUur2qyvbUA,9480
|
41
|
+
pyegeria/commands/cli/egeria_my.py,sha256=XLd5ARwrVHZM7SGUKadJznb5KUULCmx2WIid3TKKmhY,6116
|
42
|
+
pyegeria/commands/cli/egeria_ops.py,sha256=gVdLv5CgIyccZAAGS-RjwaW3cFrQOJJYhgWuMWQcl60,12580
|
43
|
+
pyegeria/commands/cli/egeria_tech.py,sha256=DllmvtwPdYLnztyxEVg3fCcUT9XMlXAdIJyU8qAilb0,15709
|
44
|
+
pyegeria/commands/cli/ops_config.py,sha256=4ShMgVl2eJoQLqJTK4npAdeAeJuq3FE6qsqngXYON74,1331
|
45
|
+
pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
|
46
|
+
pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
|
47
|
+
pyegeria/commands/doc/Visual Command Reference/README.md,sha256=StopwmMDYmJgfKeRC8nHOJMbXkz6n15zIDJBmHDPoxM,32445
|
48
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png,sha256=gL7LDmS0OUeDmmmz6ayZL7qbriaos6ryct-2T0D7CIM,769210
|
49
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png,sha256=Op6NHsqPfYVvpKX46Z-IX8G_Of8rrVtDK34C1MJIJdw,540605
|
50
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png,sha256=NCtzoZau5ANXjNh2IH57htfVvWAtMns87_M_5E9DSQ0,627528
|
51
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png,sha256=-QCu00HYhdkOJqclthiBSVKQuz1qHVothDwng53n_cw,271680
|
52
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png,sha256=tlL6FQsIYYC-TDeUZy5LqmVx5l5GJXbnTEag_iY11CQ,536963
|
53
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png,sha256=MUgoH6orUk9qUeCv8yEjuQ6sAao3eZyK3DOF4aXfqkw,525598
|
54
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png,sha256=W6_JDqWKBOqeEMTAteX7JJ_MIPOigc2ttD01UYBxNxg,443831
|
55
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png,sha256=aROiMLLwPkmbUecVjz4RnO_g1RsKf4nGWmq9Y2ZRIZU,715067
|
56
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png,sha256=f3SFaK7r_zYVqwFuFkrezU5TjnZX223TLEw8swpgiz8,345658
|
57
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png,sha256=al4XKgtRv3Giny2GR8o6snfF2Tl169HoyKf1GrXmVXk,701332
|
58
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png,sha256=7J79b46PthH-fT9c9_WY8THuxD9m3ayYn4X6F6uh07s,806883
|
59
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png,sha256=nXW8aXMTlgLpw_Qi0WRRpJSCvPtejsfhl3TBvXfrclk,149574
|
60
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png,sha256=ZXKfeUjT9b6eLJ4rNZHX90kZnJ2isBY7fYjKWPAySq4,388301
|
61
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png,sha256=VLLZx312kPPKeRExy-5cmTM2bWAiSZXGE5kBcfY48iQ,393665
|
62
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png,sha256=H4MFdNO28zomNaF9a00WDTyq09G86gnZc4MGl5nfWN4,417083
|
63
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png,sha256=8YOzAowFhcbKK4HWWLZPObDvNJfFjRhRP-vOOLQKcHc,354344
|
64
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png,sha256=DuzrBRGUpJ_11gwFM1AUN9g6hwm2-hy-x_mKccYqOYc,126772
|
65
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png,sha256=Xiscu_CUv8CRGnbos6s4tmag4m80CcxlTBTvZ2GrbqY,77112
|
66
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png,sha256=BGpUys-GvmaI8oc5G6FR5a19n20KyviyEWU5q_b_6ps,438268
|
67
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png,sha256=MZ-kGkrZ34htqJZQX15MI0Dl9vqFmqLO8jRToTkfnm8,474612
|
68
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png,sha256=nAEMlnWeleEnEDH51B_Nzflz00a9x21jqOvcnESRZfg,128733
|
69
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png,sha256=gce5mny6O_kCjgD6S7_8Io8SC5pFyKjG1FfyO4KxpPA,565664
|
70
|
+
pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png,sha256=SbKw40jdcq_Ogb2iOCu-Zq3docQ5Sw3vjofNSQw9MLk,234660
|
71
|
+
pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png,sha256=0AL_Dkl8gwCHTimz9LCis3XzVHFjzVlvZZ62ef_Ea74,799427
|
72
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png,sha256=y-Q-I5TPtPt89rTb2G2pyqUrwGzsigwGuToxhdvkQmg,332933
|
73
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png,sha256=NfudmqOAgwvragvzi7nlSe6i3goG-n0QElzRI1P8MwQ,150499
|
74
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png,sha256=A_m7rLQDaPbQcP7QGIiu7FU8NZ1Cvn49iDlk6f6s2h4,136259
|
75
|
+
pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png,sha256=aeWumVxGmbxw0j3TqBo2x6rQe0kjiCU7gymBSPHSIiM,113447
|
76
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png,sha256=w_8jltyi-_7Mvw-SdIMaVwr6vrMfXTZv26Yyo_s1Yuc,823782
|
77
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png,sha256=1VeF0L3OMTegLRTFQWXxr4pgUEK-xM9vF499dVcfa3g,500645
|
78
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png,sha256=inJHslIZ4ObGbs-IEM0i0mojYvYi0Wm-xIVqV71bp7I,929615
|
79
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg,sha256=uIcqFwrg8_HzgEdq0xrCsaaWiBZqC8lO6d08CPSiBqI,579039
|
80
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png,sha256=5AU0oMB1SQjLEgA1qYDnGTV3P857rLMZBCMFhPHybcM,531251
|
81
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png,sha256=9IpYB8E7u6wuMm2KATZpt6Yal8xX2_I-5OVVqppJCkg,285190
|
82
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png,sha256=_k_hrArbqcuiDZHZg5ZzR2YI4IVU8pXyx4-4_pLlTIg,198453
|
83
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png,sha256=bzz5SCIEfsBLdpGmlnxRXOZ5bu0EdeaREwS4I65MtuE,59576
|
84
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png,sha256=oTxMu86I5gGnKB7FfljjPWVcASHGDvmgHeuuPx_VJNM,321705
|
85
|
+
pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png,sha256=ZxOLjXfICp-2fCOK2jy_jYW6jWB2dQXOBsO2BGauf9U,77547
|
86
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png,sha256=iLZhRSyUttfzIdkViYnBu6LmR5c-Une8RpnuYCOS0Cs,745568
|
87
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png,sha256=uO0cH0IexxGRzECA7OI-M-16ZyIM-p4AJzcKyARQ1jk,617853
|
88
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png,sha256=9gXIhZJMVozotlp6UfA741pw0_XP481Rw8-EC5yWPD4,294868
|
89
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png,sha256=jOysTMGhAQ-rHEhVNQk8EaKoG5f-b3TTmkAq_grJZYw,652459
|
90
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png,sha256=lGfCLTzcVSTOjfdPkn_eCagLWS0sb0QDMB6I9rX9NRk,705108
|
91
|
+
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,sha256=8yptNIDnDTQG-ACu6u_CwQASIvkVdUAMa9EUaYXAWcg,838013
|
92
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png,sha256=ePI2dmqjsbB_2TLNpyRcNbm89B0M9PM4_vNKcZaLICk,246168
|
93
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png,sha256=ViqgnSsOCqh1ExOHQEtFMvx1uIRaMmqKqYdZY_QtlDo,540164
|
94
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png,sha256=Z_LtpNFjy4Kz39xtZ19jj3od6X-yVjXaZy6GY0-TK3k,602546
|
95
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png,sha256=VOCfpOcLMm3dDusZOu6YMrnR4yZj-LNErcUwyjuU5Q8,656330
|
96
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png,sha256=govdPHzmVaJZAW5E_pspoKD4QIWzAQqv_x58wMgd0XI,691634
|
97
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png,sha256=T5wzQIqd4FAg0SgfW_NCZa8cIY2P8ikcczcC3PRFsYM,439001
|
98
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png,sha256=VrgwuSExV9HJdvRJdYhn5fHbuFViaMT_nTxqDmZPhSs,562029
|
99
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png,sha256=UxJi7leizp2J94pcWq67f1WigIDUiUe3TBQGL_x75gQ,272486
|
100
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png,sha256=Kzxlj3kwFuY05eWDYUFumgmKd9PNmPxSA10o9aoCrkQ,276881
|
101
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png,sha256=eIfYcN2c93HboIa5Y4nu2TLov81jktEnx4lQTxUhfZs,554804
|
102
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png,sha256=3fKSh5-IrrjVQezeSNgVfwU-nJ4qUTw7Vysv0Wzleyo,721136
|
103
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png,sha256=0kqptIlkbIb1jKoMZJsV3UbMYAD1tjkSwy9XauJQQx4,233574
|
104
|
+
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png,sha256=vvLzbGkyDMUxHqayN8cHq5B99FTLD0vzrMVZhF50K70,177993
|
105
|
+
pyegeria/commands/doc/glossary/basic-glossary-tui.md,sha256=2HoFDMCbIZuh4sBA1xRuu7qHQPyGwWS-JNUm5XNZ8JE,5880
|
106
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png,sha256=rppVqEwN1ZrSMzyXnsYqDl7fnPs0zTlE7PMmX4VUbQI,203332
|
107
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png,sha256=tV0h6i1eRAbvAzye8iuWt0eJ14y1Crk9DovaJLGJCSA,299425
|
108
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png,sha256=i_SJAW_CeM0fNfZ3fLrZAKdrE9LHG1zHHui86pejlkg,22826
|
109
|
+
pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png,sha256=Tp3Obg86JmsKIijn4lE_NBjX9v_C1AXPU0w0Qr3cSak,169412
|
110
|
+
pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png,sha256=OH-Lsh2wOP-6XoFOHc3aAKIRZcY9usvTzNFbfjhdVzU,28900
|
111
|
+
pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png,sha256=C8VHV3Dynig-ACrezeCK-24WqbKkK45U8cBbN54RQRY,36189
|
112
|
+
pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png,sha256=eN4Py_yZpr_t-OJatHk19eaxRiG_zy4l8KyC6uVwSF8,33081
|
113
|
+
pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png,sha256=kRVjgOyNkjohd8QCbilCPTZsbHSxv336RB7VXHym5AQ,68878
|
114
|
+
pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png,sha256=ysdvz0ODsggAzfRs1mCHZS-jmdunQtzZ-Jz6zx9r7Ic,29097
|
115
|
+
pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png,sha256=3rMNGH0QhBYTX0OflYuYG2i2mO_nWrKcaYGzE3UxXNc,67935
|
116
|
+
pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png,sha256=YRFBwHEhPI_xK-Jupe2IL1nH6_5Kd0dUWIjiSbJE8eg,122877
|
117
|
+
pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png,sha256=HAIJJyLKTeLMeCSGvjJak9303O5piR5loVnk2p1JUKg,134129
|
118
|
+
pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png,sha256=z0c5uSoVBGEuImth-Os6IcaMhrBB9K3Zvw6RcOCcQGI,362370
|
119
|
+
pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png,sha256=7kB9zMI3pJrdDyPzGB6tv_DnJYQ9yAE_46o1qYeNdDY,119825
|
120
|
+
pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png,sha256=XFPeag87Lc64_51l8LBqPygfu9DkFIq3w74s17QORwA,69516
|
121
|
+
pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png,sha256=g3DS_M_-AroHsAhrv6q9QA2H12heMwBJSQKuakymNhs,572895
|
122
|
+
pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png,sha256=AetX8syXEcNgJU4KfswtszGgwa_ZqHuvr2OK7raQhvU,458878
|
123
|
+
pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png,sha256=jkiZXJdyLKVTIbE1DN6PYRXUxjWL2OhRRZCNvD-ERvI,152048
|
124
|
+
pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png,sha256=ErmStmLjAt7_P0pjTtTEcJG3jAJnl3T81hvLpn2Cqdk,148814
|
125
|
+
pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png,sha256=bMUrif2PzSf6-3kklxLYJHOv1XbUmvd1b3lFjS57yPU,1404089
|
126
|
+
pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png,sha256=LXjTC-78ZCNOOw6YqMVJgvObE7qhlGVlBjvCXemoFeg,392288
|
127
|
+
pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png,sha256=IyfiLC543yzV2iNQZUXmwmXLotG9YgyH5MnyzderD2U,350348
|
128
|
+
pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png,sha256=Ujq62Q8L21CJF_Qct9-IPqhD-XFJEk0vorIhC584LrM,356348
|
129
|
+
pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png,sha256=XWu-313nOY0Q7bGSX1ZXFFj8HVarrIUhBrvJx5fvm5g,377005
|
130
|
+
pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png,sha256=zcwlwoTJzzdxy7XXdUWlFOU3E5rhoGvZ7r9rXukhDSY,282894
|
131
|
+
pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png,sha256=-V-28otVg74c5WpX5b6y8WUJ5bRhDxjNSuYAvXjRK_k,1554408
|
132
|
+
pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png,sha256=jHNtvykq5bnEKp28lFEdHGzUGL6RCEVbZprd90DDFdw,277815
|
133
|
+
pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png,sha256=xUX6Wxd7si8ScLDI2-5FozYK3vkwU5_x-1LpuRdLEpo,300316
|
134
|
+
pyegeria/commands/doc/glossary/images/tui-load-archive.png,sha256=VqI0ELwROkRCWAbVqAPVAq1mFU_WPviG1r3ztMHZEMs,1415244
|
135
|
+
pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png,sha256=9V6zT5DmyAB7CdfLepo0_vV3wAUDOTQy5pnAhIlOKd4,1499530
|
136
|
+
pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png,sha256=Bzxbm8I624xRbKh7nph5GYGB9jZ3D4S2fDtYSHVVlgs,464916
|
137
|
+
pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png,sha256=AAq9De5X-Qf_KPKZlHgaBk0nlSsc7Y3wra72L7vzvjs,326972
|
138
|
+
pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png,sha256=tLM_fX53WHDL3bALqvTugOsq_v-CcwaLQpJ0325gewE,347024
|
139
|
+
pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png,sha256=h0VE0ybRygOToKYnRplTwXcQlK4H7AzCySO7YEfkKuc,174761
|
140
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md,sha256=neHM4S3NSr7S4Nzv008P6r5H0smHjGW4YcXCDCmQuWg,19545
|
141
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png,sha256=7twshXV74tnBr5RWugLZCgijyOl55_ETIraH_X6DLv8,961218
|
142
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png,sha256=8lfyO8prtahjTqqT4Uk3HSICipBpf1ly2bXp00csRb8,314990
|
143
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png,sha256=Ri4xBHuYzsMrOpoq48-3UkfQNLm9coJxLT_LJGNIU80,745535
|
144
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png,sha256=J9g754NN27AOk_OYUPI4o0A7cM5oHUqO-P5sjUmBsxM,387071
|
145
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png,sha256=unjegB4XMrKsunJ9fM7LDheId6eZ5NK5bbXTh1S8Acc,961408
|
146
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png,sha256=BJ1oK6Ds-Flyz5G2ve_OXUjwzyCjvUM6BrdP3wvFs7c,571445
|
147
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png,sha256=M8qFds2-WSXLaaOeyNXPhpx0OWXwvfHCzZwYdKRvTMk,572140
|
148
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png,sha256=6lNUyaasNqKENohRu_Q_NFQ9sz77pOO0256IZTPDvj4,152025
|
149
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png,sha256=i5I7-eS6khcPTJ9Yao9vnge9qVMCJ-DyBM8TLNoNsNY,458855
|
150
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png,sha256=FUD-X-Txiim98G0xtenKhXsMDXwbztiWrid1h3br4IU,125890
|
151
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png,sha256=WP7FdqD_tZ7m0W-7eer-YhvUA_9T5pVPm46Av6yuqNw,1213272
|
152
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png,sha256=dp_u0abblSpe-osElW0m_2dP36meeOYI_AXCna66DRE,987553
|
153
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png,sha256=VqI0ELwROkRCWAbVqAPVAq1mFU_WPviG1r3ztMHZEMs,1415244
|
154
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png,sha256=DXho3lr45D7honmcWlG-3_diQTlADCiKxf0wizmwH84,1577495
|
155
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png,sha256=9V6zT5DmyAB7CdfLepo0_vV3wAUDOTQy5pnAhIlOKd4,1499530
|
156
|
+
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png,sha256=EzuCQpKK-udRwnBv0Gj5LlCGVa0zLMWPmH1_uWpgnHk,917561
|
157
|
+
pyegeria/commands/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
158
|
+
pyegeria/commands/my/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
159
|
+
pyegeria/commands/my/list_my_profile.py,sha256=7oZ-rT1WuRSatlthJP_Qlvlgf66z3PetdLYsiqrYSko,5788
|
160
|
+
pyegeria/commands/my/list_my_roles.py,sha256=ItwkKgweF4NIx_5AqkHFTiNHZlXejCgfd0eq5KaehHE,5176
|
161
|
+
pyegeria/commands/my/monitor_my_todos.py,sha256=3XiUebwgkaVvwWL1Pn8xHxiMqfbJJFbqYt5UFit10gk,7068
|
162
|
+
pyegeria/commands/my/monitor_open_todos.py,sha256=cXgynoPs1-IRCGgxmenszNhQSZTlf5nRuY2M9kFHKZY,5907
|
163
|
+
pyegeria/commands/my/todo_actions.py,sha256=_yBcXUJoPQZOTauQPcXfosX69V1RYCF9FmkSgcl6B5M,8138
|
164
|
+
pyegeria/commands/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
165
|
+
pyegeria/commands/ops/__init__.py,sha256=GyDGBYodxuJ-7k87z2farDs9vhR__RNrYeAe94HWGPM,764
|
166
|
+
pyegeria/commands/ops/gov_server_actions.py,sha256=zdawX-yfPFakc3Xf5V6j7e-csMbRLzJ-tdt_FkIhG34,5689
|
167
|
+
pyegeria/commands/ops/list_archives.py,sha256=FEZ2XYnQIWo2PztWqnj6unn0pbblPU0-bMbTyI3csv4,5464
|
168
|
+
pyegeria/commands/ops/list_catalog_targets.py,sha256=9DgHbPmUInWPjdEp98aQjfcZbDjs40ml0NQt9PG94y0,7688
|
169
|
+
pyegeria/commands/ops/load_archive.py,sha256=QI7SqxlsHQc8cnyemQMMG0_8LsM-mTqkPo-Vqn-6A38,2692
|
170
|
+
pyegeria/commands/ops/monitor_asset_events.py,sha256=B5GKzsAeLUbn_uBKLDWKlnNpX5AgAWNsIhRag4JYt-A,3868
|
171
|
+
pyegeria/commands/ops/monitor_engine_activity.py,sha256=8RX-3znYx-4oWsI8nGFwODkWZ5Fc4qPttam_twymcjs,9856
|
172
|
+
pyegeria/commands/ops/monitor_engine_activity_c.py,sha256=kuSNeq0YaD9w8kjyijPxp5L4oa7_68IhsU6sFl16SAg,10747
|
173
|
+
pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=MijZMxdSpzJAr3-d3PlDJaIkIYKmabiWqEpzpNu5vEo,9856
|
174
|
+
pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=bpPxM4U0WPfq62g-ysc_rIMOvHQm7C89ylAwoY6vrg0,11819
|
175
|
+
pyegeria/commands/ops/monitor_platform_status.py,sha256=fpv8rZxdkcmbQ5SXQpGpqoY_nyqpT7NmOWQSll0cq8Q,7173
|
176
|
+
pyegeria/commands/ops/monitor_server_startup.py,sha256=0pwnhv761uuFHGJXVANa5RhQQPPTXFldJ45TfeT7qfk,3901
|
177
|
+
pyegeria/commands/ops/monitor_server_status.py,sha256=LnBDSbMeuVojpyHfwHM4i9Vnt-y1JkfmTVEutR1xFRU,6873
|
178
|
+
pyegeria/commands/ops/orig_monitor_server_list.py,sha256=Uhtn8lv7QVXJBi9DSR3Nelmz8TB0vOsat10nFS6Nu20,4637
|
179
|
+
pyegeria/commands/ops/orig_monitor_server_status.py,sha256=45lS8flHhBAnP7sRzYIXy1iFXVlFERxNAj_nOeYwWU0,4019
|
180
|
+
pyegeria/commands/ops/refresh_integration_daemon.py,sha256=WncX_E45Gq6xZF6Z_NlUXXVlrvDh549wRLAclTdCH7s,2962
|
181
|
+
pyegeria/commands/ops/restart_integration_daemon.py,sha256=b1vePu3MRRm2Jpr-Bh6chtyzx8rtuBjSQGEbSalJ6mc,2901
|
182
|
+
pyegeria/commands/ops/table_integ_daemon_status.py,sha256=to93SVOF9tlaG5FpSHV4vZwZQgVoKmj5n-wc3oVQLGU,8414
|
183
|
+
pyegeria/commands/ops/x_engine_actions.py,sha256=sjoyDJD2_0xQkE2tSlFdBxD2d9C3Nzcy9qi69dWC4Rw,2284
|
184
|
+
pyegeria/commands/tech/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
|
185
|
+
pyegeria/commands/tech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
186
|
+
pyegeria/commands/tech/get_element_info.py,sha256=Rauespy7ZfyKtLh_H8XWgYTpPijsqlUGm-zeb7KrG7k,4749
|
187
|
+
pyegeria/commands/tech/get_guid_info.py,sha256=HfwcGAFALFIpy4AJAgQHU__Fv1fjprh1G1xB5AjlZ80,4282
|
188
|
+
pyegeria/commands/tech/get_tech_details.py,sha256=BfW9cY9PDcAc_mM0maKll4Ezv-fzvJkK1714fxjG-Gk,6372
|
189
|
+
pyegeria/commands/tech/get_tech_type_template.py,sha256=rAEXd7DyHACKtZjRMObhtp0FKVgDPcdurSzc00sWPD4,6232
|
190
|
+
pyegeria/commands/tech/list_anchored_elements.py,sha256=R69X1WInIxKSw6xjf1wku4IkDRC19YMC50H1oCjHQDM,7555
|
191
|
+
pyegeria/commands/tech/list_asset_types.py,sha256=LG7e8yjewQ_SX8SjzEiEii_-hDvmAJKyLN8iDjbch50,4162
|
192
|
+
pyegeria/commands/tech/list_elements.py,sha256=vO4SPEhcKm0L5rHVr6r8KYX3sPazGJ78oWsO2wLcf2o,5998
|
193
|
+
pyegeria/commands/tech/list_elements_for_classification.py,sha256=oAge8RFz4z9H-jCE0fBDhS4AbIHqhQWBvZ4Dp7BZbfM,6194
|
194
|
+
pyegeria/commands/tech/list_elements_x.py,sha256=EUHCTZ9HsRGdoUWwQx7mtjKi8JfIzhl7q8L7Qu-iFM4,6614
|
195
|
+
pyegeria/commands/tech/list_gov_action_processes.py,sha256=AeS4E-DWrS2etsM6nuYD1En1J-7KeB_ZjyLTO9sy6KU,4580
|
196
|
+
pyegeria/commands/tech/list_registered_services.py,sha256=rlgHPgZC8T9RNagzKh4doYQ4GDpLqYHWRTlOKsSiAsM,6534
|
197
|
+
pyegeria/commands/tech/list_related_elements.py,sha256=mcOy3RIGpIdshcT1o4Tr7Ck-c1dmAC8yBUOF5GAFYrM,7755
|
198
|
+
pyegeria/commands/tech/list_related_specification.py,sha256=mWrKenXOskL4cl0DHjH2Z8M9-FJzjkzK62W-tsx3WDU,5918
|
199
|
+
pyegeria/commands/tech/list_relationship_types.py,sha256=PYVvAVmf43_yaT5k1dQAKnU-EfD40O8nM4rs79IYmQA,5784
|
200
|
+
pyegeria/commands/tech/list_relationships.py,sha256=GU5F5zPbuUiaqM5pnLDw1rYvx3DPi5XjPz2omBIL7Kw,5926
|
201
|
+
pyegeria/commands/tech/list_tech_templates.py,sha256=FIeYWnJY2bVUrfDQBJX2bpkp5cU7uPak52eJtB4vVu4,14146
|
202
|
+
pyegeria/commands/tech/list_valid_metadata_values.py,sha256=N3D0_BmREPszgde3uvvYdfzq7DJ46uMOv2t1vtncGsw,6333
|
203
|
+
pyegeria/commands/tech/table_tech_templates.py,sha256=8WlY4OJ6pOzNnuiMJvK3yy03YkB5K9w45c8c6wO2dPY,9496
|
204
|
+
pyegeria/commands/tech/x_list_related_elements.py,sha256=qBsf1619cecaMCTzG0MG22fAT32WNH2Z3CXrjo9z-5Y,5853
|
205
|
+
pyegeria/core_omag_server_config.py,sha256=ej0oNpGelSTTm2oERS86LpgT9O9E5CZFbUm2Iek8f1E,97764
|
206
|
+
pyegeria/create_tech_guid_lists.py,sha256=mI__-i9U01emyqQMdPK2miealwQNiZfB23iiFGmrH0g,4640
|
207
|
+
pyegeria/egeria_cat_client.py,sha256=NzwDbdi5OBHOOA7JzIQC5LqJJ7xtEwHA5yaKrGkDFnc,2022
|
208
|
+
pyegeria/egeria_client.py,sha256=tLVUCFv1mb12aX4WJCTezH1trE0dF3Oj5_zRzdlhyWY,3410
|
209
|
+
pyegeria/egeria_config_client.py,sha256=Zm31u4e7o8mXTV93qD0IHluQuG73jYbArPFqypjaMso,1328
|
210
|
+
pyegeria/egeria_my_client.py,sha256=XHwbFmSZXJClKDBFV8_fyK9CWaap2FndurRjywKPQiU,1549
|
211
|
+
pyegeria/egeria_tech_client.py,sha256=KMxo7Er6DNjXWPG_CVpWbNTOSJYhUSG4Vu_2GaFgG0s,2599
|
212
|
+
pyegeria/feedback_manager_omvs.py,sha256=B66e3ZCaC_dirb0mcb2Nz3PYh2ZKsoMAYNOb3euNiro,152931
|
213
|
+
pyegeria/full_omag_server_config.py,sha256=k3fUfopAFAE3OKkFR7zZPiki_FYj6j2xQ4oD2SVaefQ,47350
|
214
|
+
pyegeria/glossary_browser_omvs.py,sha256=NcitYaZJqwVODBO5zBtWpXPNUJJ3DKzEbRaOFSAyUlg,93554
|
215
|
+
pyegeria/glossary_manager_omvs.py,sha256=tBjoHrrHJLasXoeQSpW-KpF3vEQdN_GR3jfcceTjt_c,132444
|
216
|
+
pyegeria/mermaid_utilities.py,sha256=GXiS-subb5nJcDqlThZWX2T8WspU1neFfhf4TxRoMh4,8344
|
217
|
+
pyegeria/metadata_explorer_omvs.py,sha256=WwkFvAnDzJTw8dPos7j3wCG6gpQ0BjcMmYXl-ckjn28,88723
|
218
|
+
pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,34666
|
219
|
+
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
220
|
+
pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
|
221
|
+
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
222
|
+
pyegeria/runtime_manager_omvs.py,sha256=ygrY5I_oSoJQun05W7wSNbZT_nOtPp_BkIKKFCLFpf8,79539
|
223
|
+
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
224
|
+
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
225
|
+
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
226
|
+
pyegeria/valid_metadata_omvs.py,sha256=kmcyXBsu99L25r16w9xVXqU_KwADsGuft4yPDZzyUds,65032
|
227
|
+
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
228
|
+
pyegeria-5.3.0.dev3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
229
|
+
pyegeria-5.3.0.dev3.dist-info/METADATA,sha256=6pXNSCAMUbXLSFrDhZD4Mc_Qfx4aw7jBvQ2QczcuW2s,2675
|
230
|
+
pyegeria-5.3.0.dev3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
231
|
+
pyegeria-5.3.0.dev3.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
|
232
|
+
pyegeria-5.3.0.dev3.dist-info/RECORD,,
|
@@ -0,0 +1,81 @@
|
|
1
|
+
[console_scripts]
|
2
|
+
change_todo_status=pyegeria.commands.my.todo_actions:change_todo_status
|
3
|
+
create_glossary=pyegeria.commands.cat.glossary_actions:create_glossary
|
4
|
+
create_term=pyegeria.commands.cat.glossary_actions:create_term
|
5
|
+
create_todo=pyegeria.commands.my.todo_actions:create_todo
|
6
|
+
delete_glossary=pyegeria.commands.cat.glossary_actions:delete_glossary
|
7
|
+
delete_term=pyegeria.commands.cat.glossary_actions:delete_term
|
8
|
+
delete_todo=pyegeria.commands.my.todo_actions:delete_todo
|
9
|
+
egeria_login=pyegeria.commands.cli.egeria_login_tui:login
|
10
|
+
export_terms_to_file=pyegeria.commands.cat.glossary_actions:export_terms
|
11
|
+
get_asset_graph=pyegeria.commands.cat.get_asset_graph:main
|
12
|
+
get_collection=pyegeria.commands.cat.get_collection:main
|
13
|
+
get_element_info=pyegeria.commands.tech.get_element_info:main
|
14
|
+
get_guid_info=pyegeria.commands.tech.get_guid_info:main
|
15
|
+
get_project_dependencies=pyegeria.commands.cat.get_project_dependencies:main
|
16
|
+
get_project_structure=pyegeria.commands.cat.get_project_structure:main
|
17
|
+
get_tech_details=pyegeria.commands.tech.get_tech_details:main
|
18
|
+
get_tech_type_elements=pyegeria.commands.cat.get_tech_type_elements:main
|
19
|
+
get_tech_type_template=pyegeria.commands.tech.get_tech_type_template:main
|
20
|
+
hey_egeria=pyegeria.commands.cli.egeria:cli
|
21
|
+
hey_egeria_cat=pyegeria.commands.cli.egeria_cat:cli
|
22
|
+
hey_egeria_my=pyegeria.commands.cli.egeria_my:cli
|
23
|
+
hey_egeria_ops=pyegeria.commands.cli.egeria_ops:cli
|
24
|
+
hey_egeria_tech=pyegeria.commands.cli.egeria_tech:cli
|
25
|
+
list_anchored_elements=pyegeria.commands.tech.list_anchored_elements:main
|
26
|
+
list_archives=pyegeria.commands.ops.list_archives:main
|
27
|
+
list_asset_types=pyegeria.commands.tech.list_asset_types:main
|
28
|
+
list_assets=pyegeria.commands.cat.list_assets:main
|
29
|
+
list_catalog_targets=pyegeria.commands.ops.list_catalog_targets:main
|
30
|
+
list_cert_types=pyegeria.commands.cat.list_cert_types:main
|
31
|
+
list_collections=pyegeria.commands.cat.list_collections:main
|
32
|
+
list_deployed_catalogs=pyegeria.commands.cat.list_deployed_catalogs:main
|
33
|
+
list_deployed_databases=pyegeria.commands.cat.list_deployed_databases:main
|
34
|
+
list_deployed_schemas=pyegeria.commands.cat.list_deployed_database_schemas:main
|
35
|
+
list_deployed_servers=pyegeria.commands.cat.list_servers_deployed_imp.py:main
|
36
|
+
list_elements=pyegeria.commands.tech.list_elements:main
|
37
|
+
list_elements_for_classification=pyegeria.commands.tech.list_elements_for_classification:main
|
38
|
+
list_engine_activity=pyegeria.commands.ops.monitor_engine_activity:main_paging
|
39
|
+
list_engine_activity_compressed=pyegeria.commands.ops.monitor_engine_activity_c:main_paging
|
40
|
+
list_glossaries=pyegeria.commands.cat.list_glossaries:main
|
41
|
+
list_gov_action_processes=pyegeria.commands.tech.list_gov_action_processes:main
|
42
|
+
list_gov_eng_status=pyegeria.commands.ops.monitor_gov_eng_status:main_paging
|
43
|
+
list_integ_daemon_status=pyegeria.commands.ops.monitor_integ_daemon_status:main_paging
|
44
|
+
list_my_profile=pyegeria.commands.my.list_my_profile:main
|
45
|
+
list_my_roles=pyegeria.commands.my.list_my_roles:main
|
46
|
+
list_projects=pyegeria.commands.cat.list_projects:main
|
47
|
+
list_registered_services=pyegeria.commands.tech.list_registered_services:main
|
48
|
+
list_related_elements=pyegeria.commands.tech.list_related_elements:main
|
49
|
+
list_related_specification=pyegeria.commands.tech.list_related_specification:main
|
50
|
+
list_relationship_types=pyegeria.commands.tech.list_relationship_types:main
|
51
|
+
list_relationships=pyegeria.commands.tech.list_relationships:main
|
52
|
+
list_tech_templates=pyegeria.commands.tech.list_tech_templates:main
|
53
|
+
list_tech_type_elements=pyegeria.commands.cat.list_tech_type_elements:main
|
54
|
+
list_tech_types=pyegeria.commands.cat.list_tech_types:main
|
55
|
+
list_terms=pyegeria.commands.cat.list_terms:main
|
56
|
+
list_todos=pyegeria.commands.cat.list_todos:main
|
57
|
+
list_user_ids=pyegeria.commands.cat.list_user_ids:main
|
58
|
+
list_valid_metadata_values=pyegeria.commands.tech.list_valid_metadata_values:main
|
59
|
+
load_archive=pyegeria.commands.ops.load_archive:load_archive
|
60
|
+
load_archive_tui=pyegeria.commands.ops.load_archive:tui
|
61
|
+
load_terms_from_file=pyegeria.commands.cat.glossary_actions:load_terms
|
62
|
+
mark_todo_complete=pyegeria.commands.my.todo_actions:mark_todo_complete
|
63
|
+
monitor_asset_events=pyegeria.commands.ops.monitor_asset_events:main
|
64
|
+
monitor_coco_status=pyegeria.commands.ops.monitor_coco_status:main
|
65
|
+
monitor_engine_activity=pyegeria.commands.ops.monitor_engine_activity:main_live
|
66
|
+
monitor_engine_activity_compressed=pyegeria.commands.ops.monitor_engine_activity_c:main_live
|
67
|
+
monitor_gov_eng_status=pyegeria.commands.ops.monitor_gov_eng_status:main_live
|
68
|
+
monitor_integ_daemon_status=pyegeria.commands.ops.monitor_integ_daemon_status:main_live
|
69
|
+
monitor_my_todos=pyegeria.commands.my.monitor_my_todos:main
|
70
|
+
monitor_open_todos=pyegeria.commands.my.monitor_open_todos:main
|
71
|
+
monitor_platform_status=pyegeria.commands.ops.monitor_platform_status:main
|
72
|
+
monitor_server_list=pyegeria.commands.ops.orig_monitor_server_list:main
|
73
|
+
monitor_server_startup=pyegeria.commands.ops.monitor_server_startup:main
|
74
|
+
monitor_server_status=pyegeria.commands.ops.monitor_server_status:main
|
75
|
+
reassign_todo=pyegeria.commands.my.todo_actions:reassign_todo
|
76
|
+
refresh_gov_eng_config=pyegeria.commands.ops.gov_server_actions:refresh_gov_eng_config
|
77
|
+
refresh_integration_daemon=pyegeria.commands.ops.refresh_integration_daemon:main
|
78
|
+
restart_integration_daemon=pyegeria.commands.ops.restart_integration_daemon:main
|
79
|
+
start_daemon=pyegeria.commands.ops.engine_actions:start_daemon
|
80
|
+
stop_daemon=pyegeria.commands.ops.engine_actions:stop_daemon
|
81
|
+
|
pyegeria/config.toml
DELETED