pyegeria 5.2.0.10__tar.gz → 5.2.0.13__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.2.0.10 → pyegeria-5.2.0.13}/PKG-INFO +1 -1
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/egeria.py +6 -1
- pyegeria-5.2.0.13/pyegeria/commands/cli/egeria_login_tui.py +305 -0
- pyegeria-5.2.0.13/pyegeria/commands/cli/txt_custom_v2.tcss +19 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyproject.toml +2 -1
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/LICENSE +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/_client.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/_exceptions.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/_globals.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/_validators.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/collection_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/exp_list_glossaries.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/get_collection.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/get_project_structure.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/glossary_actions.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_assets.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_cert_types.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_collections.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_glossaries.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_projects.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_servers_deployed_imp.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_tech_types.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_terms.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_todos.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_user_ids.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/egeria_cat.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/egeria_my.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/egeria_ops.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/egeria_tech.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cli/ops_config.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/Asset-graph 2024-11-20 at 15.56.42.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/deployed-catalogs 2024-11-20 at 16.17.43@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.30.02@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.31.47@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.32.11@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.34.19@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.36.42@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.36.55@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-11-25 at 20.37.07@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-12-06 at 08.46.30@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/CleanShot 2024-12-06 at 11.27.56@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/catalogs 2024-11-25 at 16.28.53@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/command-overview.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/basic-glossary-tui.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/hey_egeria: overview.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/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.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/list_my_profile.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/list_my_roles.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/my/todo_actions.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/list_archives.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/list_catalog_targets.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/load_archive.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/x_engine_actions.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/README.md +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/__init__.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/get_element_info.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/get_guid_info.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/get_tech_details.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/get_tech_type_template.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_anchored_elements.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_asset_types.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_elements.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_elements_x.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_registered_services.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_related_elements.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_related_specification.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_relationships.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/table_tech_templates.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/egeria_client.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/glossary_browser_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/glossary_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/metadata_explorer_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/platform_services.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/registered_info.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/server_operations.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/utils.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/x_action_author_omvs.py +0 -0
@@ -11,7 +11,7 @@ This is an emerging capability based on the **click** package. Feedback welcome!
|
|
11
11
|
"""
|
12
12
|
import click
|
13
13
|
from trogon import tui
|
14
|
-
|
14
|
+
from pyegeria.commands.cli.egeria_login_tui import login
|
15
15
|
from pyegeria.commands.cat.get_asset_graph import asset_viewer
|
16
16
|
from pyegeria.commands.cat.get_collection import collection_viewer
|
17
17
|
from pyegeria.commands.cat.get_project_dependencies import project_dependency_viewer
|
@@ -235,6 +235,11 @@ def cli(
|
|
235
235
|
ctx.ensure_object(Config)
|
236
236
|
|
237
237
|
|
238
|
+
@cli.command("alogin")
|
239
|
+
def login():
|
240
|
+
login()
|
241
|
+
|
242
|
+
|
238
243
|
#
|
239
244
|
# my: Show
|
240
245
|
#
|
@@ -0,0 +1,305 @@
|
|
1
|
+
"""
|
2
|
+
SPDX-License-Identifier: Apache-2.0
|
3
|
+
Copyright Contributors to the ODPi Egeria project.
|
4
|
+
|
5
|
+
A form exemplar for Egeria users to enter data into templates using Textual open source framework
|
6
|
+
|
7
|
+
Peter Coldicott
|
8
|
+
"""
|
9
|
+
|
10
|
+
import os
|
11
|
+
from os import system
|
12
|
+
|
13
|
+
from textual.reactive import Reactive
|
14
|
+
|
15
|
+
from textual.app import App, ComposeResult
|
16
|
+
from textual.containers import (
|
17
|
+
Container,
|
18
|
+
Vertical,
|
19
|
+
HorizontalScroll,
|
20
|
+
VerticalScroll,
|
21
|
+
ScrollableContainer,
|
22
|
+
)
|
23
|
+
from textual import on, work
|
24
|
+
from textual.screen import ModalScreen, Screen
|
25
|
+
from textual.widgets import (
|
26
|
+
Input,
|
27
|
+
Static,
|
28
|
+
Button,
|
29
|
+
RichLog,
|
30
|
+
Label,
|
31
|
+
Tree,
|
32
|
+
Footer,
|
33
|
+
DataTable,
|
34
|
+
Header,
|
35
|
+
)
|
36
|
+
|
37
|
+
from typing import Any
|
38
|
+
|
39
|
+
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
40
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
41
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
42
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
43
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
44
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
45
|
+
)
|
46
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
47
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
48
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
49
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
50
|
+
|
51
|
+
disable_ssl_warnings = True
|
52
|
+
|
53
|
+
TITLE = "User Access"
|
54
|
+
|
55
|
+
|
56
|
+
class UserInfo(Screen):
|
57
|
+
"""A screen to request user access info - required
|
58
|
+
If no information is supplied the access defaults to a set of
|
59
|
+
demo/test values:
|
60
|
+
User: erinoverview
|
61
|
+
Password: Secret
|
62
|
+
Platform URL: https://localhost:9443
|
63
|
+
View Server Name: view-server"""
|
64
|
+
|
65
|
+
BINDINGS = [("d", "toggle_dark", "Toggle dark mode")]
|
66
|
+
|
67
|
+
def __init__(self) -> None:
|
68
|
+
"""Initialize the UserInfo Screen variables"""
|
69
|
+
self.app.dark = True
|
70
|
+
self.user = ""
|
71
|
+
self.password = ""
|
72
|
+
self.platformu = ""
|
73
|
+
self.view_server = ""
|
74
|
+
self.tech_type = ""
|
75
|
+
super().__init__()
|
76
|
+
|
77
|
+
def compose(self) -> ComposeResult:
|
78
|
+
self.log("In UserInfo - Compose ")
|
79
|
+
with VerticalScroll(id="user-container"):
|
80
|
+
yield Label("Username: ", classes="uprompt")
|
81
|
+
yield Input("", id="username", classes="uinput")
|
82
|
+
with VerticalScroll(id="pwd-container"):
|
83
|
+
yield Label("Password: ", classes="uprompt")
|
84
|
+
yield Input("", id="password", classes="uinput")
|
85
|
+
with VerticalScroll(id="platform-container"):
|
86
|
+
yield Label("Platform URL: ", classes="uprompt")
|
87
|
+
yield Input("", id="platform_url", classes="uinput")
|
88
|
+
with VerticalScroll(id="view-server-container"):
|
89
|
+
yield Label("View Server Name: ", classes="uprompt")
|
90
|
+
yield Input("", id="view_server", classes="uinput")
|
91
|
+
with HorizontalScroll(id="button-container"):
|
92
|
+
yield Button("Cancel", "warning", id="cancel")
|
93
|
+
yield Button("Submit", "primary", id="submit")
|
94
|
+
yield RichLog()
|
95
|
+
yield Footer()
|
96
|
+
|
97
|
+
def action_toggle_dark(self) -> None:
|
98
|
+
"""An action to toggle dark mode."""
|
99
|
+
|
100
|
+
self.app.dark = not self.app.dark
|
101
|
+
|
102
|
+
def on_input_changed(self, event: Input.Changed) -> None:
|
103
|
+
"""Detect input changed events and capture input value"""
|
104
|
+
|
105
|
+
try:
|
106
|
+
ivalue = str(event.value)
|
107
|
+
except ValueError:
|
108
|
+
return
|
109
|
+
else:
|
110
|
+
if event.input.id == "username":
|
111
|
+
self.user = ivalue
|
112
|
+
elif event.input.id == "password":
|
113
|
+
self.password = ivalue
|
114
|
+
elif event.input.id == "platform_url":
|
115
|
+
self.platformu = ivalue
|
116
|
+
elif event.input.id == "view_server":
|
117
|
+
self.view_server = ivalue
|
118
|
+
return
|
119
|
+
|
120
|
+
@on(Button.Pressed, "#submit")
|
121
|
+
async def on_submit(self) -> []:
|
122
|
+
"""This processes the user input."""
|
123
|
+
|
124
|
+
global EGERIA_USER
|
125
|
+
global EGERIA_USER_PASSWORD
|
126
|
+
global EGERIA_PLATFORM_URL
|
127
|
+
global EGERIA_VIEW_SERVER
|
128
|
+
|
129
|
+
result = [" meow", "woof", "neigh", "hoot"]
|
130
|
+
|
131
|
+
if self.user:
|
132
|
+
result[0] = self.user
|
133
|
+
else:
|
134
|
+
result[0] = "erinoverview"
|
135
|
+
if self.password:
|
136
|
+
result[1] = self.password
|
137
|
+
else:
|
138
|
+
result[1] = "secret"
|
139
|
+
if self.platformu:
|
140
|
+
result[2] = self.platformu
|
141
|
+
else:
|
142
|
+
result[2] = "https://localhost:9443"
|
143
|
+
if self.view_server:
|
144
|
+
result[3] = self.view_server
|
145
|
+
else:
|
146
|
+
result[3] = "view-server"
|
147
|
+
|
148
|
+
# Also store the input in global variables
|
149
|
+
|
150
|
+
EGERIA_USER = result[0]
|
151
|
+
EGERIA_USER_PASSWORD = result[1]
|
152
|
+
EGERIA_PLATFORM_URL = result[2]
|
153
|
+
EGERIA_VIEW_SERVER = result[3]
|
154
|
+
|
155
|
+
await self.action_dismiss(result)
|
156
|
+
|
157
|
+
@on(Button.Pressed, "#cancel")
|
158
|
+
def on_cancel(self) -> None:
|
159
|
+
self.action_dismiss()
|
160
|
+
|
161
|
+
|
162
|
+
class ExitScreen(ModalScreen):
|
163
|
+
"""App exit screen."""
|
164
|
+
|
165
|
+
DEFAULT_CSS = """
|
166
|
+
ExitScreen {
|
167
|
+
align: center middle;
|
168
|
+
}
|
169
|
+
|
170
|
+
ExitScreen > Container {
|
171
|
+
width: auto;
|
172
|
+
height: auto;
|
173
|
+
}
|
174
|
+
"""
|
175
|
+
|
176
|
+
BINDINGS = [("d", "toggle_dark", "Toggle dark mode")]
|
177
|
+
|
178
|
+
def __init__(self) -> None:
|
179
|
+
"""Initialize the UserInfo Screen variables"""
|
180
|
+
super().__init__()
|
181
|
+
|
182
|
+
def action_toggle_dark(self) -> None:
|
183
|
+
"""An action to toggle dark mode."""
|
184
|
+
self.app.dark = not self.app.dark
|
185
|
+
|
186
|
+
def compose(self) -> ComposeResult:
|
187
|
+
with Container():
|
188
|
+
yield Label("Are you sure you want to quit?")
|
189
|
+
yield Button("No", id="no", variant="error")
|
190
|
+
yield Button("Yes", id="yes", variant="success")
|
191
|
+
yield Footer()
|
192
|
+
yield RichLog()
|
193
|
+
|
194
|
+
@on(Button.Pressed, "#no")
|
195
|
+
def on_no(self) -> None:
|
196
|
+
"""No the user pressed the exit button in error"""
|
197
|
+
self.action_dismiss()
|
198
|
+
|
199
|
+
@on(Button.Pressed, "#yes")
|
200
|
+
def on_yes(self) -> None:
|
201
|
+
"""Yes the user wants to quit the app"""
|
202
|
+
self.app.exit()
|
203
|
+
|
204
|
+
|
205
|
+
class Egeria_login(App):
|
206
|
+
"""main app class"""
|
207
|
+
|
208
|
+
CSS_PATH = "txt_custom_v2.tcss"
|
209
|
+
|
210
|
+
BINDINGS = [("d", "toggle_dark", "Toggle dark mode")]
|
211
|
+
|
212
|
+
def __init__(self, *args, **kwargs) -> None:
|
213
|
+
super().__init__(*args, **kwargs)
|
214
|
+
dark = Reactive(True, compute=False)
|
215
|
+
self.app.dark = False
|
216
|
+
self.template: Any = None
|
217
|
+
|
218
|
+
def compose(self) -> ComposeResult:
|
219
|
+
"""Compose the main display"""
|
220
|
+
|
221
|
+
yield Label(f"User: {EGERIA_USER}, password: {EGERIA_USER_PASSWORD}")
|
222
|
+
yield Label(
|
223
|
+
f"Platform: {EGERIA_PLATFORM_URL}, View Server: {EGERIA_VIEW_SERVER}"
|
224
|
+
)
|
225
|
+
yield Button("Finish", "success", id="finish")
|
226
|
+
yield RichLog()
|
227
|
+
yield Footer()
|
228
|
+
|
229
|
+
def on_button_pressed(self, event: Button.Pressed) -> (str, str, str, str):
|
230
|
+
"""Yes the user wants to quit the app"""
|
231
|
+
|
232
|
+
self.exit(
|
233
|
+
(
|
234
|
+
EGERIA_USER,
|
235
|
+
EGERIA_USER_PASSWORD,
|
236
|
+
EGERIA_PLATFORM_URL,
|
237
|
+
EGERIA_VIEW_SERVER,
|
238
|
+
),
|
239
|
+
200,
|
240
|
+
"Finished",
|
241
|
+
)
|
242
|
+
|
243
|
+
def action_toggle_dark(self) -> None:
|
244
|
+
"""An action to toggle dark and light mode."""
|
245
|
+
self.app.dark = not self.app.dark
|
246
|
+
|
247
|
+
async def on_mount(self) -> None:
|
248
|
+
"""Main Program flow control start routine
|
249
|
+
Pushes the user info popup with an associated call back routine"""
|
250
|
+
|
251
|
+
global EGERIA_USER
|
252
|
+
global EGERIA_USER_PASSWORD
|
253
|
+
global EGERIA_PLATFORM_URL
|
254
|
+
global EGERIA_VIEW_SERVER
|
255
|
+
|
256
|
+
system("clear")
|
257
|
+
# Display User Info Screen
|
258
|
+
self.install_screen(UserInfo(), name="userinfo")
|
259
|
+
await self.push_screen(UserInfo(), self.input_userinfo_callback)
|
260
|
+
|
261
|
+
async def input_userinfo_callback(self, user_input) -> (str, str, str, str):
|
262
|
+
"""Prompt for user id and password, callback routine
|
263
|
+
This routine is invoked when user input is completed
|
264
|
+
"""
|
265
|
+
|
266
|
+
global EGERIA_USER
|
267
|
+
global EGERIA_USER_PASSWORD
|
268
|
+
global EGERIA_PLATFORM_URL
|
269
|
+
global EGERIA_VIEW_SERVER
|
270
|
+
global TECH_NAME
|
271
|
+
|
272
|
+
if user_input[0] != None:
|
273
|
+
EGERIA_USER = user_input[0]
|
274
|
+
else:
|
275
|
+
EGERIA_USER = "erinoverview"
|
276
|
+
if user_input[1] != None:
|
277
|
+
EGERIA_USER_PASSWORD = user_input[1]
|
278
|
+
else:
|
279
|
+
EGERIA_USER_PASSWORD = "secret"
|
280
|
+
if user_input[2] != None:
|
281
|
+
EGERIA_PLATFORM_URL = user_input[2]
|
282
|
+
else:
|
283
|
+
EGERIA_PLATFORM_URL = "https://localhost:9443"
|
284
|
+
if user_input[3] != None:
|
285
|
+
EGERIA_VIEW_SERVER = user_input[3]
|
286
|
+
else:
|
287
|
+
EGERIA_VIEW_SERVER = "view-server"
|
288
|
+
|
289
|
+
return (
|
290
|
+
EGERIA_USER,
|
291
|
+
EGERIA_USER_PASSWORD,
|
292
|
+
EGERIA_PLATFORM_URL,
|
293
|
+
EGERIA_VIEW_SERVER,
|
294
|
+
)
|
295
|
+
|
296
|
+
|
297
|
+
def login() -> None:
|
298
|
+
app = Egeria_login()
|
299
|
+
app.run()
|
300
|
+
return
|
301
|
+
|
302
|
+
|
303
|
+
if __name__ == "__main__":
|
304
|
+
app = Egeria_login()
|
305
|
+
app.run()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "pyegeria"
|
3
|
-
version = "5.2.0.
|
3
|
+
version = "5.2.0.13"
|
4
4
|
license = 'Apache 2.0'
|
5
5
|
authors = ["Dan Wolfson <dan.wolfson@pdr-associates.com>"]
|
6
6
|
readme = "README.md"
|
@@ -120,6 +120,7 @@ pytest = "^8.2.2"
|
|
120
120
|
hey_egeria_tech = "pyegeria.commands.cli.egeria_tech:cli"
|
121
121
|
hey_egeria_my = "pyegeria.commands.cli.egeria_my:cli"
|
122
122
|
hey_egeria = "pyegeria.commands.cli.egeria:cli"
|
123
|
+
login = "pyegeria.commands.cli.egeria_login_tui:login"
|
123
124
|
|
124
125
|
get_guid_info = "pyegeria.commands.tech.get_guid_info:main"
|
125
126
|
get_tech_details = "pyegeria.commands.tech.get_tech_details:main"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/cat/list_deployed_database_schemas.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/basic-glossary-tui.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/doc/glossary/images/tui-load-archive.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/ops/monitor_integ_daemon_status.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_elements_for_classification.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_related_specification.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-5.2.0.10 → pyegeria-5.2.0.13}/pyegeria/commands/tech/list_valid_metadata_values.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|