pyegeria 1.5.1.1.26__tar.gz → 1.5.1.1.27__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-1.5.1.1.26 → pyegeria-1.5.1.1.27}/PKG-INFO +1 -1
- pyegeria-1.5.1.1.27/pyegeria/commands/__init__.py +10 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/__init__.py +1 -1
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyproject.toml +1 -1
- pyegeria-1.5.1.1.26/pyegeria/commands/__init__.py +0 -4
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/LICENSE +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/__init__.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/_client.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/_exceptions.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/_globals.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/_validators.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/collection_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/.DS_Store +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/__init__.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_collection.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_project_structure.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_tech_type_template.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/glossary_actions.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_archives.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_assets.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_cert_types.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_projects.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_relationships.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_tech_types.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_terms.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_todos.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_user_ids.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/__init__.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/egeria.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/egeria_cat.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/egeria_my.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/egeria_ops.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/egeria_tech.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cli/ops_config.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/__init__.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/list_my_profile.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/list_my_roles.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/my/todo_actions.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/engine_actions.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/list_catalog_targets.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/load_archive.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/README.md +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/__init__.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/get_element_graph.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/get_element_info.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/get_guid_info.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/get_tech_details.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_asset_types.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_elements.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_elements_x.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_registered_services.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_related_elements.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_related_specification.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/table_tech_templates.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/egeria_client.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/glossary_browser_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/glossary_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/platform_services.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/registered_info.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/server_operations.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/utils.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/x_action_author_omvs.py +0 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
"""
|
2
|
+
|
3
|
+
Widgets
|
4
|
+
"""
|
5
|
+
|
6
|
+
from ops.monitor_gov_eng_status import display_gov_eng_status
|
7
|
+
from ops.monitor_integ_daemon_status import display_integration_daemon_status
|
8
|
+
from cat.glossary_actions import display_glossaries
|
9
|
+
from cat.list_terms import display_glossary_terms
|
10
|
+
from ops.table_integ_daemon_status import display_integration_daemon_status
|
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-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/get_project_dependencies.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
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_deployed_database_schemas.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/cat/list_deployed_databases.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
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_engine_activity.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_engine_activity_c.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_integ_daemon_status.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/monitor_platform_status.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/orig_monitor_server_list.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/orig_monitor_server_status.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/refresh_integration_daemon.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/restart_integration_daemon.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/ops/table_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
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_gov_action_processes.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_registered_services.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_related_specification.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_relationship_types.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/list_valid_metadata_values.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.26 → pyegeria-1.5.1.1.27}/pyegeria/commands/tech/x_list_related_elements.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
|