pyegeria 1.5.1.1.40__tar.gz → 1.5.1.1.42__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.40 → pyegeria-1.5.1.1.42}/PKG-INFO +1 -1
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/__init__.py +1 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/list_catalog_targets.py +88 -42
- pyegeria-1.5.1.1.42/pyegeria/commands/tech/table_tech_templates.py +236 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyproject.toml +1 -1
- pyegeria-1.5.1.1.40/pyegeria/commands/tech/table_tech_templates.py +0 -173
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/LICENSE +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/__init__.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/_client.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/_exceptions.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/_globals.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/_validators.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/collection_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/__init__.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/get_collection.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/get_project_structure.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/get_tech_type_template.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/glossary_actions.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_archives.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_assets.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_cert_types.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_glossaries.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_projects.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_relationships.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_servers_deployed_imp.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_tech_types.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_terms.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_todos.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_user_ids.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/__init__.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/egeria.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/egeria_cat.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/egeria_my.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/egeria_ops.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/egeria_tech.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cli/ops_config.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/__init__.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/list_my_profile.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/list_my_roles.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/my/todo_actions.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/__init__.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/load_archive.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/x_engine_actions.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/README.md +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/__init__.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/get_element_graph.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/get_element_info.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/get_guid_info.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/get_tech_details.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_asset_types.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_elements.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_elements_x.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_registered_services.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_related_elements.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_related_specification.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/egeria_client.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/glossary_browser_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/glossary_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/mermaid_utilities.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/platform_services.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/registered_info.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/server_operations.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/utils.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/x_action_author_omvs.py +0 -0
@@ -13,6 +13,7 @@ from .ops.table_integ_daemon_status import (
|
|
13
13
|
display_integration_daemon_status as table_integ_daemon_status,
|
14
14
|
)
|
15
15
|
from .ops.monitor_engine_activity_c import display_engine_activity_c
|
16
|
+
from .ops.list_catalog_targets import display_catalog_targets
|
16
17
|
|
17
18
|
from .cat.list_glossaries import display_glossaries
|
18
19
|
from .cat.list_terms import display_glossary_terms
|
@@ -24,27 +24,58 @@ from pyegeria import (
|
|
24
24
|
UserNotAuthorizedException,
|
25
25
|
print_exception_response,
|
26
26
|
AutomatedCuration,
|
27
|
-
INTEGRATION_GUIDS
|
27
|
+
INTEGRATION_GUIDS,
|
28
28
|
)
|
29
29
|
|
30
30
|
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
31
|
-
EGERIA_KAFKA_ENDPOINT = os.environ.get(
|
32
|
-
EGERIA_PLATFORM_URL = os.environ.get(
|
33
|
-
EGERIA_VIEW_SERVER = os.environ.get(
|
34
|
-
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
31
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
32
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
33
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
34
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
36
|
+
)
|
37
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
38
|
+
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
39
|
+
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
41
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
42
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
43
|
+
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
44
|
+
|
45
|
+
|
46
|
+
def display_catalog_targets(
|
47
|
+
connector: str,
|
48
|
+
view_server: str = EGERIA_VIEW_SERVER,
|
49
|
+
view_url: str = EGERIA_VIEW_SERVER_URL,
|
50
|
+
user: str = EGERIA_USER,
|
51
|
+
user_pass: str = EGERIA_USER_PASSWORD,
|
52
|
+
paging: bool = True,
|
53
|
+
jupyter: bool = EGERIA_JUPYTER,
|
54
|
+
width: int = EGERIA_WIDTH,
|
55
|
+
):
|
56
|
+
"""Display catalog targets for the specified connector as a table.
|
57
|
+
|
58
|
+
Parameters
|
59
|
+
----------
|
60
|
+
connector : str
|
61
|
+
The connector to retrieve catalog targets for.
|
62
|
+
view_server : str
|
63
|
+
The Egeria view server name.
|
64
|
+
view_url : str
|
65
|
+
The URL for the Egeria view server.
|
66
|
+
user : str
|
67
|
+
The user name for authenticating with the Egeria server.
|
68
|
+
user_pass : str
|
69
|
+
The user password for authenticating with the Egeria server.
|
70
|
+
paging : bool, default is True
|
71
|
+
Whether to enable paging mode when displaying the table.
|
72
|
+
jupyter : bool
|
73
|
+
Indicates if the environment is a Jupyter notebook.
|
74
|
+
width : int
|
75
|
+
The width of the console for table printing.
|
76
|
+
"""
|
47
77
|
console = Console(force_terminal=not jupyter, width=width, soft_wrap=True)
|
78
|
+
|
48
79
|
def generate_table() -> Table:
|
49
80
|
"""Make a new table."""
|
50
81
|
table = Table(
|
@@ -55,60 +86,67 @@ def display_catalog_targets(connector: str, server: str, url: str, username: str
|
|
55
86
|
title_style="bold white on black",
|
56
87
|
show_lines=True,
|
57
88
|
box=box.ROUNDED,
|
58
|
-
caption=f"Catalog Targets for '{
|
59
|
-
expand=True
|
89
|
+
caption=f"Catalog Targets for '{view_server}' @ Platform - {view_url}",
|
90
|
+
expand=True,
|
60
91
|
)
|
61
92
|
table.add_column("Name of Target")
|
62
93
|
table.add_column("Catalog Target")
|
63
94
|
|
64
95
|
# table.add_column("Relationship GUID", no_wrap=True)
|
65
|
-
table.add_column(
|
66
|
-
table.add_column(
|
96
|
+
table.add_column("Configuration Properties")
|
97
|
+
table.add_column("Template Properties")
|
67
98
|
table.add_column("Operational Instructions", max_width=20)
|
68
99
|
# table.add_column("Delete Method")
|
69
100
|
|
70
101
|
if type(cat_targets) is list:
|
71
102
|
for target in cat_targets:
|
72
|
-
target_name = target.get(
|
73
|
-
target_source = target.get(
|
74
|
-
target_rel = target.get(
|
75
|
-
target_sync = target.get(
|
76
|
-
target_delete = target.get(
|
103
|
+
target_name = target.get("catalogTargetName", "---")
|
104
|
+
target_source = target.get("metadataSourceQualifiedName", "---")
|
105
|
+
target_rel = target.get("relationshipGUID", "---")
|
106
|
+
target_sync = target.get("permittedSynchronization")
|
107
|
+
target_delete = target.get("deleteMethod", "---")
|
77
108
|
op_instruct = f"* {target_sync}\n* {target_delete}"
|
78
109
|
op_instruct_out = Markdown(op_instruct)
|
79
110
|
# target_guid = target['catalogTargetElement']['guid']
|
80
|
-
connector_unique = target[
|
111
|
+
connector_unique = target["catalogTargetElement"]["uniqueName"]
|
81
112
|
|
82
|
-
cat_target_out = Markdown(
|
83
|
-
|
113
|
+
cat_target_out = Markdown(
|
114
|
+
f"* Target Name: {target_name}\n* Target Source: {target_source}\n"
|
115
|
+
f"* Relationship Guid: {target_rel}"
|
116
|
+
)
|
84
117
|
|
85
|
-
config_props = target.get(
|
118
|
+
config_props = target.get("configurationProperties", "---")
|
86
119
|
if type(config_props) is dict:
|
87
|
-
config_props_md =
|
120
|
+
config_props_md = ""
|
88
121
|
for prop in config_props:
|
89
122
|
config_props_md += f"* {prop}: {config_props[prop]}\n"
|
90
123
|
config_props_out = Markdown(config_props_md)
|
91
124
|
else:
|
92
|
-
config_props_out =
|
125
|
+
config_props_out = "---"
|
93
126
|
|
94
|
-
template_props = target.get(
|
127
|
+
template_props = target.get("templateProperties", "---")
|
95
128
|
if type(template_props) is dict:
|
96
|
-
template_props_md =
|
129
|
+
template_props_md = ""
|
97
130
|
for prop in template_props:
|
98
131
|
template_props_md += f"* {prop}: {template_props[prop]}\n"
|
99
132
|
template_props_out = Markdown(template_props_md)
|
100
133
|
else:
|
101
|
-
template_props_out =
|
134
|
+
template_props_out = "---"
|
102
135
|
|
103
136
|
table.add_row(
|
104
|
-
connector_unique,
|
105
|
-
|
137
|
+
connector_unique,
|
138
|
+
cat_target_out,
|
139
|
+
config_props_out,
|
140
|
+
template_props_out,
|
141
|
+
op_instruct_out,
|
142
|
+
)
|
106
143
|
|
107
144
|
return table
|
108
145
|
|
109
146
|
try:
|
110
|
-
a_client = AutomatedCuration(
|
111
|
-
token = a_client.create_egeria_bearer_token(
|
147
|
+
a_client = AutomatedCuration(view_server, view_url, user)
|
148
|
+
token = a_client.create_egeria_bearer_token(user, user_pass)
|
149
|
+
connector = connector.strip()
|
112
150
|
if connector not in INTEGRATION_GUIDS.keys():
|
113
151
|
raise Exception
|
114
152
|
|
@@ -118,7 +156,11 @@ def display_catalog_targets(connector: str, server: str, url: str, username: str
|
|
118
156
|
with console.pager(styles=True):
|
119
157
|
console.print(generate_table(), soft_wrap=True)
|
120
158
|
|
121
|
-
except (
|
159
|
+
except (
|
160
|
+
InvalidParameterException,
|
161
|
+
PropertyServerException,
|
162
|
+
UserNotAuthorizedException,
|
163
|
+
) as e:
|
122
164
|
print_exception_response(e)
|
123
165
|
except Exception as e:
|
124
166
|
print(f"\n\n===> Perhaps integration connector {connector} is not known?\n\n")
|
@@ -146,8 +188,12 @@ def main():
|
|
146
188
|
width = args.width if args.width is not None else EGERIA_WIDTH
|
147
189
|
|
148
190
|
try:
|
149
|
-
connector = Prompt.ask(
|
150
|
-
|
191
|
+
connector = Prompt.ask(
|
192
|
+
"Enter the Integration Connector to list catalog targets for"
|
193
|
+
).strip()
|
194
|
+
display_catalog_targets(
|
195
|
+
connector, server, url, userid, user_pass, jupyter, width=width
|
196
|
+
)
|
151
197
|
|
152
198
|
except KeyboardInterrupt:
|
153
199
|
pass
|
@@ -0,0 +1,236 @@
|
|
1
|
+
"""This creates a templates guid file from the core metadata archive"""
|
2
|
+
from rich.markdown import Markdown
|
3
|
+
from rich.prompt import Prompt
|
4
|
+
import os
|
5
|
+
from pyegeria import AutomatedCuration, _client
|
6
|
+
from datetime import datetime
|
7
|
+
import argparse
|
8
|
+
import time
|
9
|
+
import sys
|
10
|
+
from rich import box
|
11
|
+
from rich.console import Console
|
12
|
+
from rich.table import Table
|
13
|
+
import asyncio
|
14
|
+
import nest_asyncio
|
15
|
+
from typing import Union
|
16
|
+
|
17
|
+
from pyegeria import (
|
18
|
+
InvalidParameterException,
|
19
|
+
PropertyServerException,
|
20
|
+
UserNotAuthorizedException,
|
21
|
+
print_exception_response,
|
22
|
+
RegisteredInfo,
|
23
|
+
)
|
24
|
+
from textual.widgets import DataTable
|
25
|
+
|
26
|
+
console = Console()
|
27
|
+
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
28
|
+
EGERIA_KAFKA_ENDPOINT = os.environ.get("KAFKA_ENDPOINT", "localhost:9092")
|
29
|
+
EGERIA_PLATFORM_URL = os.environ.get("EGERIA_PLATFORM_URL", "https://localhost:9443")
|
30
|
+
EGERIA_VIEW_SERVER = os.environ.get("VIEW_SERVER", "view-server")
|
31
|
+
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
32
|
+
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
33
|
+
)
|
34
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("INTEGRATION_DAEMON", "integration-daemon")
|
35
|
+
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
36
|
+
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
37
|
+
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
38
|
+
EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
39
|
+
EGERIA_JUPYTER = bool(os.environ.get("EGERIA_JUPYTER", "False"))
|
40
|
+
EGERIA_WIDTH = int(os.environ.get("EGERIA_WIDTH", "200"))
|
41
|
+
|
42
|
+
# def add_row(table: Union[Table,DataTable], name: str, template_name:str, template_guid: str,
|
43
|
+
# placeholder_table: Table) -> Table | DataTable:
|
44
|
+
# if isinstance(table, Table):
|
45
|
+
# table.add_row(name, template_name, template_guid, placeholder_table)
|
46
|
+
# elif isinstance(table, DataTable):
|
47
|
+
# table.add_row(name, template_name, template_guid, placeholder_table)
|
48
|
+
#
|
49
|
+
# return table
|
50
|
+
|
51
|
+
|
52
|
+
def add_row(
|
53
|
+
table: Union[Table, DataTable],
|
54
|
+
name: str,
|
55
|
+
template_name: str,
|
56
|
+
template_guid: str,
|
57
|
+
placeholder_table: Table,
|
58
|
+
) -> Table | DataTable:
|
59
|
+
if placeholder_table:
|
60
|
+
table.add_row(name, template_name, template_guid, placeholder_table)
|
61
|
+
else:
|
62
|
+
table.add_row(name, template_name, template_guid)
|
63
|
+
return table
|
64
|
+
|
65
|
+
|
66
|
+
def display_templates_spec(
|
67
|
+
search_string: str,
|
68
|
+
server: str,
|
69
|
+
url: str,
|
70
|
+
username: str,
|
71
|
+
password: str,
|
72
|
+
jupyter: bool = EGERIA_JUPYTER,
|
73
|
+
width: int = EGERIA_WIDTH,
|
74
|
+
data_table: bool = False,
|
75
|
+
placeholders: bool = False,
|
76
|
+
) -> Table | DataTable:
|
77
|
+
a_client = AutomatedCuration(server, url, username)
|
78
|
+
nest_asyncio.apply()
|
79
|
+
token = a_client.create_egeria_bearer_token(username, password)
|
80
|
+
tech_list = a_client.find_technology_types(search_string, page_size=0)
|
81
|
+
|
82
|
+
def generate_table(data_table: bool) -> Table | DataTable:
|
83
|
+
"""Make a new table."""
|
84
|
+
if data_table:
|
85
|
+
table = DataTable()
|
86
|
+
table.add_columns("Name", "Template Name", "Template GUID", "Placeholders")
|
87
|
+
else:
|
88
|
+
table = Table(
|
89
|
+
title=f"Technology Templates for: {url} @ {time.asctime()}",
|
90
|
+
style="bold bright_white on black",
|
91
|
+
row_styles=["bold bright_white on black"],
|
92
|
+
header_style="white on dark_blue",
|
93
|
+
title_style="bold bright_white on black",
|
94
|
+
caption_style="white on black",
|
95
|
+
show_lines=True,
|
96
|
+
box=box.ROUNDED,
|
97
|
+
caption=f"Templates from Server '{server}' @ Platform - {url}",
|
98
|
+
expand=True,
|
99
|
+
# width=500
|
100
|
+
)
|
101
|
+
|
102
|
+
table.add_column("Name", width=20)
|
103
|
+
table.add_column("Template Name", width=20)
|
104
|
+
table.add_column("Template GUID", width=38, no_wrap=True)
|
105
|
+
if placeholders:
|
106
|
+
table.add_column("Placeholders")
|
107
|
+
|
108
|
+
if type(tech_list) is list:
|
109
|
+
for item in tech_list:
|
110
|
+
if "deployedImplementationType" not in item["qualifiedName"]:
|
111
|
+
continue
|
112
|
+
# if placeholders:
|
113
|
+
# placeholder_table = Table(expand=False, show_lines=True)
|
114
|
+
# placeholder_table.add_column("Name", width = 20,no_wrap=True)
|
115
|
+
# placeholder_table.add_column("Type", width = 10)
|
116
|
+
# placeholder_table.add_column("Required", width = 10)
|
117
|
+
# placeholder_table.add_column("Example", width = 20)
|
118
|
+
# placeholder_table.add_column("Description", width = 40)
|
119
|
+
|
120
|
+
name = item.get("name", "none")
|
121
|
+
|
122
|
+
details = a_client.get_technology_type_detail(name)
|
123
|
+
if type(details) is str:
|
124
|
+
console.log(f"Missing details for - {name}: {details}")
|
125
|
+
continue
|
126
|
+
|
127
|
+
templates = details.get("catalogTemplates", "Not Found")
|
128
|
+
if type(templates) is not str:
|
129
|
+
for template in templates:
|
130
|
+
template_name = template.get("name", None)
|
131
|
+
|
132
|
+
template_name = (
|
133
|
+
f"{name}_Template"
|
134
|
+
if template_name is None
|
135
|
+
else template_name
|
136
|
+
)
|
137
|
+
|
138
|
+
specification = template["specification"]["placeholderProperty"]
|
139
|
+
template_guid = template["relatedElement"]["guid"]
|
140
|
+
if placeholders:
|
141
|
+
placeholder_table = Table(expand=False, show_lines=True)
|
142
|
+
placeholder_table.add_column("Name", width=20, no_wrap=True)
|
143
|
+
placeholder_table.add_column("Type", width=10)
|
144
|
+
placeholder_table.add_column("Required", width=10)
|
145
|
+
placeholder_table.add_column("Example", width=20)
|
146
|
+
placeholder_table.add_column("Description", width=40)
|
147
|
+
|
148
|
+
for placeholder in specification:
|
149
|
+
placeholder_data_type = placeholder["dataType"]
|
150
|
+
placeholder_description = placeholder["description"]
|
151
|
+
placeholder_name = placeholder[
|
152
|
+
"placeholderPropertyName"
|
153
|
+
]
|
154
|
+
placeholder_required = placeholder["required"]
|
155
|
+
placeholder_example = placeholder.get("example", None)
|
156
|
+
placeholder_table.add_row(
|
157
|
+
placeholder_name,
|
158
|
+
placeholder_data_type,
|
159
|
+
placeholder_required,
|
160
|
+
placeholder_example,
|
161
|
+
placeholder_description,
|
162
|
+
)
|
163
|
+
table = add_row(
|
164
|
+
table,
|
165
|
+
name,
|
166
|
+
template_name,
|
167
|
+
template_guid,
|
168
|
+
placeholder_table,
|
169
|
+
)
|
170
|
+
else:
|
171
|
+
table = add_row(
|
172
|
+
table, name, template_name, template_guid, None
|
173
|
+
)
|
174
|
+
|
175
|
+
# table.add_row(name, template_name, template_guid, placeholder_table)
|
176
|
+
# table = add_row(table, name, template_name, template_guid, placeholder_table)
|
177
|
+
|
178
|
+
return table
|
179
|
+
else:
|
180
|
+
print("Unknown technology type")
|
181
|
+
sys.exit(1)
|
182
|
+
|
183
|
+
try:
|
184
|
+
if data_table:
|
185
|
+
return generate_table(data_table)
|
186
|
+
else:
|
187
|
+
console = Console(width=width, force_terminal=not jupyter)
|
188
|
+
|
189
|
+
with console.pager(styles=True):
|
190
|
+
console.print(generate_table(data_table))
|
191
|
+
|
192
|
+
except (
|
193
|
+
InvalidParameterException,
|
194
|
+
PropertyServerException,
|
195
|
+
UserNotAuthorizedException,
|
196
|
+
) as e:
|
197
|
+
print_exception_response(e)
|
198
|
+
assert e.related_http_code != "200", "Invalid parameters"
|
199
|
+
finally:
|
200
|
+
a_client.close_session()
|
201
|
+
|
202
|
+
|
203
|
+
def main():
|
204
|
+
parser = argparse.ArgumentParser()
|
205
|
+
parser.add_argument("--server", help="Name of the server to display status for")
|
206
|
+
parser.add_argument("--url", help="URL Platform to connect to")
|
207
|
+
parser.add_argument("--userid", help="User Id")
|
208
|
+
parser.add_argument("--password", help="Password")
|
209
|
+
|
210
|
+
args = parser.parse_args()
|
211
|
+
|
212
|
+
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
213
|
+
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
214
|
+
userid = args.userid if args.userid is not None else EGERIA_USER
|
215
|
+
password = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
216
|
+
guid = None
|
217
|
+
|
218
|
+
try:
|
219
|
+
search_string = Prompt.ask(
|
220
|
+
"Enter the technology you are searching for:", default="*"
|
221
|
+
)
|
222
|
+
display_templates_spec(
|
223
|
+
search_string,
|
224
|
+
server,
|
225
|
+
url,
|
226
|
+
userid,
|
227
|
+
password,
|
228
|
+
data_table=False,
|
229
|
+
placeholders=True,
|
230
|
+
)
|
231
|
+
except KeyboardInterrupt:
|
232
|
+
pass
|
233
|
+
|
234
|
+
|
235
|
+
if __name__ == "__main__":
|
236
|
+
main()
|
@@ -1,173 +0,0 @@
|
|
1
|
-
"""This creates a templates guid file from the core metadata archive"""
|
2
|
-
from rich.markdown import Markdown
|
3
|
-
from rich.prompt import Prompt
|
4
|
-
import os
|
5
|
-
from pyegeria import AutomatedCuration, _client
|
6
|
-
from datetime import datetime
|
7
|
-
import argparse
|
8
|
-
import time
|
9
|
-
import sys
|
10
|
-
from rich import box
|
11
|
-
from rich.console import Console
|
12
|
-
from rich.table import Table
|
13
|
-
import asyncio
|
14
|
-
import nest_asyncio
|
15
|
-
from typing import Union
|
16
|
-
|
17
|
-
from pyegeria import (
|
18
|
-
InvalidParameterException,
|
19
|
-
PropertyServerException,
|
20
|
-
UserNotAuthorizedException,
|
21
|
-
print_exception_response,
|
22
|
-
RegisteredInfo
|
23
|
-
)
|
24
|
-
from textual.widgets import DataTable
|
25
|
-
|
26
|
-
console = Console()
|
27
|
-
EGERIA_METADATA_STORE = os.environ.get("EGERIA_METADATA_STORE", "active-metadata-store")
|
28
|
-
EGERIA_KAFKA_ENDPOINT = os.environ.get('KAFKA_ENDPOINT', 'localhost:9092')
|
29
|
-
EGERIA_PLATFORM_URL = os.environ.get('EGERIA_PLATFORM_URL', 'https://localhost:9443')
|
30
|
-
EGERIA_VIEW_SERVER = os.environ.get('VIEW_SERVER', 'view-server')
|
31
|
-
EGERIA_VIEW_SERVER_URL = os.environ.get('EGERIA_VIEW_SERVER_URL', 'https://localhost:9443')
|
32
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get('INTEGRATION_DAEMON', 'integration-daemon')
|
33
|
-
EGERIA_ADMIN_USER = os.environ.get('ADMIN_USER', 'garygeeke')
|
34
|
-
EGERIA_ADMIN_PASSWORD = os.environ.get('ADMIN_PASSWORD', 'secret')
|
35
|
-
EGERIA_USER = os.environ.get('EGERIA_USER', 'erinoverview')
|
36
|
-
EGERIA_USER_PASSWORD = os.environ.get('EGERIA_USER_PASSWORD', 'secret')
|
37
|
-
EGERIA_JUPYTER = bool(os.environ.get('EGERIA_JUPYTER', 'False'))
|
38
|
-
EGERIA_WIDTH = int(os.environ.get('EGERIA_WIDTH', '200'))
|
39
|
-
|
40
|
-
def add_row(table: Union[Table,DataTable], name: str, template_name:str, template_guid: str,
|
41
|
-
placeholder_table: Table) -> Table | DataTable:
|
42
|
-
if isinstance(table, Table):
|
43
|
-
table.add_row(name, template_name, template_guid, placeholder_table)
|
44
|
-
elif isinstance(table, DataTable):
|
45
|
-
table.add_row(name, template_name, template_guid, placeholder_table)
|
46
|
-
|
47
|
-
return table
|
48
|
-
|
49
|
-
def display_templates_spec(search_string:str, server: str,
|
50
|
-
url: str, username: str, password: str, jupyter:bool=EGERIA_JUPYTER,
|
51
|
-
width:int = EGERIA_WIDTH, data_table: bool = False
|
52
|
-
)-> Table | DataTable:
|
53
|
-
|
54
|
-
a_client = AutomatedCuration(server, url, username)
|
55
|
-
nest_asyncio.apply()
|
56
|
-
token = a_client.create_egeria_bearer_token(username, password)
|
57
|
-
tech_list = a_client.find_technology_types(search_string, page_size=0)
|
58
|
-
|
59
|
-
def generate_table(data_table: bool) -> Table | DataTable:
|
60
|
-
"""Make a new table."""
|
61
|
-
if data_table:
|
62
|
-
table = DataTable()
|
63
|
-
table.add_columns("Name", "Template Name", "Template GUID", "Placeholders")
|
64
|
-
else:
|
65
|
-
table = Table(
|
66
|
-
title=f"Technology Templates for: {url} @ {time.asctime()}",
|
67
|
-
style="bold bright_white on black",
|
68
|
-
row_styles=["bold bright_white on black"],
|
69
|
-
header_style="white on dark_blue",
|
70
|
-
title_style="bold bright_white on black",
|
71
|
-
caption_style="white on black",
|
72
|
-
show_lines=True,
|
73
|
-
box=box.ROUNDED,
|
74
|
-
caption=f"Templates from Server '{server}' @ Platform - {url}",
|
75
|
-
expand=True,
|
76
|
-
# width=500
|
77
|
-
)
|
78
|
-
|
79
|
-
table.add_column("Name", width=20)
|
80
|
-
table.add_column("Template Name", width=20)
|
81
|
-
table.add_column("Template GUID", width = 38,no_wrap=True)
|
82
|
-
table.add_column("Placeholders")
|
83
|
-
|
84
|
-
|
85
|
-
if type(tech_list) is list:
|
86
|
-
for item in tech_list:
|
87
|
-
if 'deployedImplementationType' not in item['qualifiedName']:
|
88
|
-
continue
|
89
|
-
placeholder_table = Table(expand=False, show_lines=True)
|
90
|
-
placeholder_table.add_column("Name", width = 20,no_wrap=True)
|
91
|
-
placeholder_table.add_column("Type", width = 10)
|
92
|
-
placeholder_table.add_column("Required", width = 10)
|
93
|
-
placeholder_table.add_column("Example", width = 20)
|
94
|
-
placeholder_table.add_column("Description", width = 40)
|
95
|
-
|
96
|
-
|
97
|
-
name = item.get("name", "none")
|
98
|
-
|
99
|
-
details = a_client.get_technology_type_detail(name)
|
100
|
-
if type(details) is str:
|
101
|
-
console.log(f"Missing details for - {name}: {details}")
|
102
|
-
continue
|
103
|
-
|
104
|
-
templates = details.get("catalogTemplates", "Not Found")
|
105
|
-
if type(templates) is not str:
|
106
|
-
for template in templates:
|
107
|
-
template_name = template.get("name", None)
|
108
|
-
|
109
|
-
template_name = f"{name}_Template" if template_name is None else template_name
|
110
|
-
|
111
|
-
specification = template["specification"]["placeholderProperty"]
|
112
|
-
template_guid = template["relatedElement"]["guid"]
|
113
|
-
|
114
|
-
for placeholder in specification:
|
115
|
-
placeholder_data_type = placeholder["dataType"]
|
116
|
-
placeholder_description = placeholder["description"]
|
117
|
-
placeholder_name = placeholder["placeholderPropertyName"]
|
118
|
-
placeholder_required = placeholder["required"]
|
119
|
-
placeholder_example = placeholder.get("example", None)
|
120
|
-
placeholder_table.add_row(placeholder_name, placeholder_data_type, placeholder_required,
|
121
|
-
placeholder_example, placeholder_description,)
|
122
|
-
|
123
|
-
# table.add_row(name, template_name, template_guid, placeholder_table)
|
124
|
-
table = add_row(table, name, template_name, template_guid, placeholder_table)
|
125
|
-
|
126
|
-
return table
|
127
|
-
else:
|
128
|
-
print("Unknown technology type")
|
129
|
-
sys.exit(1)
|
130
|
-
|
131
|
-
try:
|
132
|
-
if data_table:
|
133
|
-
return generate_table(data_table)
|
134
|
-
else:
|
135
|
-
console = Console(width=width, force_terminal=not jupyter)
|
136
|
-
|
137
|
-
with console.pager(styles=True):
|
138
|
-
console.print(generate_table(data_table))
|
139
|
-
|
140
|
-
except (InvalidParameterException, PropertyServerException, UserNotAuthorizedException) as e:
|
141
|
-
print_exception_response(e)
|
142
|
-
assert e.related_http_code != "200", "Invalid parameters"
|
143
|
-
finally:
|
144
|
-
a_client.close_session()
|
145
|
-
|
146
|
-
|
147
|
-
def main():
|
148
|
-
parser = argparse.ArgumentParser()
|
149
|
-
parser.add_argument("--server", help="Name of the server to display status for")
|
150
|
-
parser.add_argument("--url", help="URL Platform to connect to")
|
151
|
-
parser.add_argument("--userid", help="User Id")
|
152
|
-
parser.add_argument("--password", help="Password")
|
153
|
-
|
154
|
-
args = parser.parse_args()
|
155
|
-
|
156
|
-
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
157
|
-
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
158
|
-
userid = args.userid if args.userid is not None else EGERIA_USER
|
159
|
-
password = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
160
|
-
guid = None
|
161
|
-
|
162
|
-
try:
|
163
|
-
search_string = Prompt.ask("Enter the technology you are searching for:", default="*")
|
164
|
-
display_templates_spec(search_string, server, url, userid, password,data_table=False)
|
165
|
-
except(KeyboardInterrupt):
|
166
|
-
pass
|
167
|
-
|
168
|
-
|
169
|
-
if __name__ == "__main__":
|
170
|
-
main()
|
171
|
-
|
172
|
-
|
173
|
-
|
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.40 → pyegeria-1.5.1.1.42}/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.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_deployed_database_schemas.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_deployed_databases.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/cat/list_servers_deployed_imp.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
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_engine_activity.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_engine_activity_c.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_integ_daemon_status.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/monitor_platform_status.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/orig_monitor_server_list.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/orig_monitor_server_status.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/refresh_integration_daemon.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/ops/restart_integration_daemon.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/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
|
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_gov_action_processes.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_registered_services.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_related_specification.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_relationship_types.py
RENAMED
File without changes
|
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/pyegeria/commands/tech/list_valid_metadata_values.py
RENAMED
File without changes
|
{pyegeria-1.5.1.1.40 → pyegeria-1.5.1.1.42}/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
|