pyegeria 5.3.3.12__py3-none-any.whl → 5.3.3.13.dev2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyegeria/__init__.py +2 -1
- pyegeria/commands/tech/list_information_supply_chains.py +10 -7
- pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Subject Onboarding.html +135 -0
- pyegeria/commands/tech/work/mermaid_graphs/{Clinical Trial Treatment Validation.mmd → Clinical Trial Treatment Validation.html } +127 -41
- pyegeria/commands/tech/work/mermaid_graphs/Employee Expense Payment.html +126 -0
- pyegeria/commands/tech/work/mermaid_graphs/New Drug Product Information Distribution.html +141 -0
- pyegeria/commands/tech/work/mermaid_graphs/New Employee Onboarding.html +138 -0
- pyegeria/commands/tech/work/mermaid_graphs/Personalized Treatment Ordering.html +143 -0
- pyegeria/commands/tech/work/mermaid_graphs/{Physical Inventory Tracking.mmd → Physical Inventory Tracking.html } +114 -28
- pyegeria/commands/tech/work/mermaid_graphs/{Sustainability Reporting.mmd → Sustainability Reporting.html } +112 -26
- pyegeria/commands/tech/work/mermaid_graphs/{{displayName}}.html +115 -0
- pyegeria/mermaid_utilities.py +256 -22
- {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/METADATA +1 -1
- {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/RECORD +19 -94
- pyegeria/.DS_Store +0 -0
- pyegeria/commands/.DS_Store +0 -0
- pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
- pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
- pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
- pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
- pyegeria/commands/doc/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
- pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
- pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
- pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
- pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
- pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Subject Onboarding.mmd +0 -49
- pyegeria/commands/tech/work/mermaid_graphs/Employee Expense Payment.mmd +0 -40
- pyegeria/commands/tech/work/mermaid_graphs/New Drug Product Information Distribution.mmd +0 -55
- pyegeria/commands/tech/work/mermaid_graphs/New Employee Onboarding.mmd +0 -52
- pyegeria/commands/tech/work/mermaid_graphs/Personalized Treatment Ordering.mmd +0 -57
- pyegeria/commands/tech/work/mermaid_graphs/{{displayName}}.mmd +0 -29
- /pyegeria/commands/tech/{list_isolution_blueprints.py → list_solution_blueprints.py} +0 -0
- /pyegeria/commands/tech/{list_isolution_blueprints2.py → list_solution_blueprints2.py} +0 -0
- {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,115 @@
|
|
1
|
+
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<style type="text/css">
|
5
|
+
#mySvgId {
|
6
|
+
width: 100%;
|
7
|
+
height: 100%;
|
8
|
+
overflow: hidden;
|
9
|
+
border: 1px solid #ccc;
|
10
|
+
position: relative;
|
11
|
+
margin-bottom: 10px;
|
12
|
+
}
|
13
|
+
svg {
|
14
|
+
cursor: grab;
|
15
|
+
}
|
16
|
+
|
17
|
+
</style>
|
18
|
+
</head>
|
19
|
+
|
20
|
+
<body>
|
21
|
+
<div id="graphDiv"></div>
|
22
|
+
<script src="https://bumbu.me/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script>
|
23
|
+
<script type="module">
|
24
|
+
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
|
25
|
+
|
26
|
+
mermaid.initialize({startOnLoad: false});
|
27
|
+
await mermaid.run({
|
28
|
+
querySelector: '.mermaid',
|
29
|
+
postRenderCallback: (id) => {
|
30
|
+
const container = document.getElementById("diagram-container");
|
31
|
+
const svgElement = container.querySelector("svg");
|
32
|
+
|
33
|
+
// Initialize Panzoom
|
34
|
+
const panzoomInstance = Panzoom(svgElement, {
|
35
|
+
maxScale: 5,
|
36
|
+
minScale: 0.5,
|
37
|
+
step: 0.1,
|
38
|
+
});
|
39
|
+
|
40
|
+
// Add mouse wheel zoom
|
41
|
+
container.addEventListener("wheel", (event) => {
|
42
|
+
panzoomInstance.zoomWithWheel(event);
|
43
|
+
});
|
44
|
+
}
|
45
|
+
});
|
46
|
+
|
47
|
+
|
48
|
+
const drawDiagram = async function () {
|
49
|
+
const element = document.querySelector('#graphDiv');
|
50
|
+
const graphDefinition = `
|
51
|
+
flowchart TD
|
52
|
+
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
53
|
+
|
54
|
+
ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732@{ shape: flip-tri, label: "*Information Supply Chain*
|
55
|
+
**{{displayName}}**"}
|
56
|
+
40130bec-d839-48cc-992a-3b2a2fc82caa@{ shape: text, label: "*Description*
|
57
|
+
**{{description}}**"}
|
58
|
+
ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732~~~40130bec-d839-48cc-992a-3b2a2fc82caa
|
59
|
+
style ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
|
60
|
+
style 40130bec-d839-48cc-992a-3b2a2fc82caa color:#000000, fill:#F9F7ED, stroke:#b7c0c7`;
|
61
|
+
const {svg} = await mermaid.render('mySvgId', graphDefinition);
|
62
|
+
element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
|
63
|
+
|
64
|
+
var doPan = false;
|
65
|
+
var eventsHandler;
|
66
|
+
var panZoom;
|
67
|
+
var mousepos;
|
68
|
+
|
69
|
+
eventsHandler = {
|
70
|
+
haltEventListeners: ['mousedown', 'mousemove', 'mouseup']
|
71
|
+
|
72
|
+
, mouseDownHandler: function (ev) {
|
73
|
+
if (event.target.className == "[object SVGAnimatedString]") {
|
74
|
+
doPan = true;
|
75
|
+
mousepos = {x: ev.clientX, y: ev.clientY}
|
76
|
+
}
|
77
|
+
;
|
78
|
+
}
|
79
|
+
|
80
|
+
, mouseMoveHandler: function (ev) {
|
81
|
+
if (doPan) {
|
82
|
+
panZoom.panBy({x: ev.clientX - mousepos.x, y: ev.clientY - mousepos.y});
|
83
|
+
mousepos = {x: ev.clientX, y: ev.clientY};
|
84
|
+
window.getSelection().removeAllRanges();
|
85
|
+
}
|
86
|
+
}
|
87
|
+
|
88
|
+
, mouseUpHandler: function (ev) {
|
89
|
+
doPan = false;
|
90
|
+
}
|
91
|
+
|
92
|
+
, init: function (options) {
|
93
|
+
options.svgElement.addEventListener('mousedown', this.mouseDownHandler, false);
|
94
|
+
options.svgElement.addEventListener('mousemove', this.mouseMoveHandler, false);
|
95
|
+
options.svgElement.addEventListener('mouseup', this.mouseUpHandler, false);
|
96
|
+
}
|
97
|
+
|
98
|
+
, destroy: function (options) {
|
99
|
+
options.svgElement.removeEventListener('mousedown', this.mouseDownHandler, false);
|
100
|
+
options.svgElement.removeEventListener('mousemove', this.mouseMoveHandler, false);
|
101
|
+
options.svgElement.removeEventListener('mouseup', this.mouseUpHandler, false);
|
102
|
+
}
|
103
|
+
}
|
104
|
+
panZoom = svgPanZoom('#mySvgId', {
|
105
|
+
zoomEnabled: true
|
106
|
+
, controlIconsEnabled: true
|
107
|
+
, fit: 1
|
108
|
+
, center: 1
|
109
|
+
, customEventsHandler: eventsHandler
|
110
|
+
})
|
111
|
+
};
|
112
|
+
await drawDiagram();
|
113
|
+
</script>
|
114
|
+
</body>
|
115
|
+
|
pyegeria/mermaid_utilities.py
CHANGED
@@ -110,33 +110,267 @@ def render_mermaid(mermaid_code):
|
|
110
110
|
"""
|
111
111
|
display(HTML(mermaid_html))
|
112
112
|
|
113
|
-
|
113
|
+
|
114
|
+
def parse_mermaid_code(mermaid_code):
|
115
|
+
parts = mermaid_code.split('---', maxsplit=3)
|
116
|
+
if len(parts) == 3:
|
117
|
+
title = parts[1].strip()
|
118
|
+
mermaid_code = parts[2].strip()
|
119
|
+
else:
|
120
|
+
title = "No Title"
|
121
|
+
return title, mermaid_code
|
122
|
+
|
123
|
+
def construct_mermaid_html(mermaid_str: str) -> str:
|
124
|
+
"""Function to display a HTML code in a Jupyter notebook"""
|
125
|
+
title, mermaid_code = parse_mermaid_code(mermaid_str)
|
126
|
+
|
127
|
+
html_prefix = """
|
128
|
+
<html>
|
129
|
+
<head>
|
130
|
+
<style type="text/css">
|
131
|
+
#mySvgId {
|
132
|
+
width: 100%;
|
133
|
+
height: 100%;
|
134
|
+
overflow: hidden;
|
135
|
+
border: 1px solid #ccc;
|
136
|
+
position: relative;
|
137
|
+
margin-bottom: 10px;
|
138
|
+
}
|
139
|
+
svg {
|
140
|
+
cursor: grab;
|
141
|
+
}
|
142
|
+
|
143
|
+
</style>
|
144
|
+
</head>
|
145
|
+
|
146
|
+
<body>
|
147
|
+
<div id="graphDiv"></div>
|
148
|
+
<script src="https://bumbu.me/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script>
|
149
|
+
<script type="module">
|
150
|
+
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
|
151
|
+
|
152
|
+
mermaid.initialize({startOnLoad: false});
|
153
|
+
await mermaid.run({
|
154
|
+
querySelector: '.mermaid',
|
155
|
+
postRenderCallback: (id) => {
|
156
|
+
const container = document.getElementById("diagram-container");
|
157
|
+
const svgElement = container.querySelector("svg");
|
158
|
+
|
159
|
+
// Initialize Panzoom
|
160
|
+
const panzoomInstance = Panzoom(svgElement, {
|
161
|
+
maxScale: 5,
|
162
|
+
minScale: 0.5,
|
163
|
+
step: 0.1,
|
164
|
+
});
|
165
|
+
|
166
|
+
// Add mouse wheel zoom
|
167
|
+
container.addEventListener("wheel", (event) => {
|
168
|
+
panzoomInstance.zoomWithWheel(event);
|
169
|
+
});
|
170
|
+
}
|
171
|
+
});
|
172
|
+
|
173
|
+
|
174
|
+
const drawDiagram = async function () {
|
175
|
+
const element = document.querySelector('#graphDiv');
|
176
|
+
const graphDefinition = `
|
177
|
+
"""
|
178
|
+
|
179
|
+
html_postfix = """`;
|
180
|
+
const {svg} = await mermaid.render('mySvgId', graphDefinition);
|
181
|
+
element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
|
182
|
+
|
183
|
+
var doPan = false;
|
184
|
+
var eventsHandler;
|
185
|
+
var panZoom;
|
186
|
+
var mousepos;
|
187
|
+
|
188
|
+
eventsHandler = {
|
189
|
+
haltEventListeners: ['mousedown', 'mousemove', 'mouseup']
|
190
|
+
|
191
|
+
, mouseDownHandler: function (ev) {
|
192
|
+
if (event.target.className == "[object SVGAnimatedString]") {
|
193
|
+
doPan = true;
|
194
|
+
mousepos = {x: ev.clientX, y: ev.clientY}
|
195
|
+
}
|
196
|
+
;
|
197
|
+
}
|
198
|
+
|
199
|
+
, mouseMoveHandler: function (ev) {
|
200
|
+
if (doPan) {
|
201
|
+
panZoom.panBy({x: ev.clientX - mousepos.x, y: ev.clientY - mousepos.y});
|
202
|
+
mousepos = {x: ev.clientX, y: ev.clientY};
|
203
|
+
window.getSelection().removeAllRanges();
|
204
|
+
}
|
205
|
+
}
|
206
|
+
|
207
|
+
, mouseUpHandler: function (ev) {
|
208
|
+
doPan = false;
|
209
|
+
}
|
210
|
+
|
211
|
+
, init: function (options) {
|
212
|
+
options.svgElement.addEventListener('mousedown', this.mouseDownHandler, false);
|
213
|
+
options.svgElement.addEventListener('mousemove', this.mouseMoveHandler, false);
|
214
|
+
options.svgElement.addEventListener('mouseup', this.mouseUpHandler, false);
|
215
|
+
}
|
216
|
+
|
217
|
+
, destroy: function (options) {
|
218
|
+
options.svgElement.removeEventListener('mousedown', this.mouseDownHandler, false);
|
219
|
+
options.svgElement.removeEventListener('mousemove', this.mouseMoveHandler, false);
|
220
|
+
options.svgElement.removeEventListener('mouseup', this.mouseUpHandler, false);
|
221
|
+
}
|
222
|
+
}
|
223
|
+
panZoom = svgPanZoom('#mySvgId', {
|
224
|
+
zoomEnabled: true
|
225
|
+
, controlIconsEnabled: true
|
226
|
+
, fit: 1
|
227
|
+
, center: 1
|
228
|
+
, customEventsHandler: eventsHandler
|
229
|
+
})
|
230
|
+
};
|
231
|
+
await drawDiagram();
|
232
|
+
</script>
|
233
|
+
</body>
|
234
|
+
"""
|
235
|
+
|
236
|
+
return html_prefix + mermaid_code + html_postfix
|
237
|
+
|
238
|
+
def save_mermaid_html(title: str, mermaid_str: str, folder:str = EGERIA_MERMAID_FOLDER):
|
114
239
|
"""Save a Mermaid diagram to a file"""
|
115
240
|
if not os.path.exists(folder):
|
116
241
|
os.makedirs(folder)
|
117
|
-
mermaid_file = os.path.join(folder, title + ".
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
"""
|
242
|
+
mermaid_file = os.path.join(folder, title + ".html")
|
243
|
+
|
244
|
+
payload = construct_mermaid_html(mermaid_str)
|
245
|
+
|
246
|
+
with open(mermaid_file, "w") as f:
|
247
|
+
f.write(payload)
|
248
|
+
return mermaid_file
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
def save_mermaid_graph(title, mermaid_str, folder:str = EGERIA_MERMAID_FOLDER):
|
254
|
+
"""Save a Mermaid diagram to a file"""
|
255
|
+
if not os.path.exists(folder):
|
256
|
+
os.makedirs(folder)
|
257
|
+
mermaid_file = os.path.join(folder, title + ".html")
|
258
|
+
|
259
|
+
title, mermaid_code = parse_mermaid_code(mermaid_str)
|
260
|
+
|
261
|
+
html_prefix = """
|
262
|
+
<html>
|
263
|
+
<head>
|
264
|
+
<style type="text/css">
|
265
|
+
#mySvgId {
|
266
|
+
width: 100%;
|
267
|
+
height: 100%;
|
268
|
+
overflow: hidden;
|
269
|
+
border: 1px solid #ccc;
|
270
|
+
position: relative;
|
271
|
+
margin-bottom: 10px;
|
272
|
+
}
|
273
|
+
svg {
|
274
|
+
cursor: grab;
|
275
|
+
}
|
276
|
+
|
277
|
+
</style>
|
278
|
+
</head>
|
279
|
+
|
280
|
+
<body>
|
281
|
+
<div id="graphDiv"></div>
|
282
|
+
<script src="https://bumbu.me/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script>
|
283
|
+
<script type="module">
|
284
|
+
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
|
285
|
+
|
286
|
+
mermaid.initialize({startOnLoad: false});
|
287
|
+
await mermaid.run({
|
288
|
+
querySelector: '.mermaid',
|
289
|
+
postRenderCallback: (id) => {
|
290
|
+
const container = document.getElementById("diagram-container");
|
291
|
+
const svgElement = container.querySelector("svg");
|
292
|
+
|
293
|
+
// Initialize Panzoom
|
294
|
+
const panzoomInstance = Panzoom(svgElement, {
|
295
|
+
maxScale: 5,
|
296
|
+
minScale: 0.5,
|
297
|
+
step: 0.1,
|
298
|
+
});
|
299
|
+
|
300
|
+
// Add mouse wheel zoom
|
301
|
+
container.addEventListener("wheel", (event) => {
|
302
|
+
panzoomInstance.zoomWithWheel(event);
|
303
|
+
});
|
304
|
+
}
|
305
|
+
});
|
306
|
+
|
307
|
+
|
308
|
+
const drawDiagram = async function () {
|
309
|
+
const element = document.querySelector('#graphDiv');
|
310
|
+
const graphDefinition = `
|
311
|
+
"""
|
312
|
+
|
313
|
+
html_postfix = """`;
|
314
|
+
const {svg} = await mermaid.render('mySvgId', graphDefinition);
|
315
|
+
element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
|
316
|
+
|
317
|
+
var doPan = false;
|
318
|
+
var eventsHandler;
|
319
|
+
var panZoom;
|
320
|
+
var mousepos;
|
321
|
+
|
322
|
+
eventsHandler = {
|
323
|
+
haltEventListeners: ['mousedown', 'mousemove', 'mouseup']
|
324
|
+
|
325
|
+
, mouseDownHandler: function (ev) {
|
326
|
+
if (event.target.className == "[object SVGAnimatedString]") {
|
327
|
+
doPan = true;
|
328
|
+
mousepos = {x: ev.clientX, y: ev.clientY}
|
329
|
+
}
|
330
|
+
;
|
331
|
+
}
|
332
|
+
|
333
|
+
, mouseMoveHandler: function (ev) {
|
334
|
+
if (doPan) {
|
335
|
+
panZoom.panBy({x: ev.clientX - mousepos.x, y: ev.clientY - mousepos.y});
|
336
|
+
mousepos = {x: ev.clientX, y: ev.clientY};
|
337
|
+
window.getSelection().removeAllRanges();
|
338
|
+
}
|
339
|
+
}
|
340
|
+
|
341
|
+
, mouseUpHandler: function (ev) {
|
342
|
+
doPan = false;
|
343
|
+
}
|
344
|
+
|
345
|
+
, init: function (options) {
|
346
|
+
options.svgElement.addEventListener('mousedown', this.mouseDownHandler, false);
|
347
|
+
options.svgElement.addEventListener('mousemove', this.mouseMoveHandler, false);
|
348
|
+
options.svgElement.addEventListener('mouseup', this.mouseUpHandler, false);
|
349
|
+
}
|
350
|
+
|
351
|
+
, destroy: function (options) {
|
352
|
+
options.svgElement.removeEventListener('mousedown', this.mouseDownHandler, false);
|
353
|
+
options.svgElement.removeEventListener('mousemove', this.mouseMoveHandler, false);
|
354
|
+
options.svgElement.removeEventListener('mouseup', this.mouseUpHandler, false);
|
355
|
+
}
|
356
|
+
}
|
357
|
+
panZoom = svgPanZoom('#mySvgId', {
|
358
|
+
zoomEnabled: true
|
359
|
+
, controlIconsEnabled: true
|
360
|
+
, fit: 1
|
361
|
+
, center: 1
|
362
|
+
, customEventsHandler: eventsHandler
|
363
|
+
})
|
364
|
+
};
|
365
|
+
await drawDiagram();
|
366
|
+
</script>
|
367
|
+
</body>
|
368
|
+
"""
|
369
|
+
|
370
|
+
payload = html_prefix + mermaid_code + html_postfix
|
137
371
|
|
138
372
|
with open(mermaid_file, "w") as f:
|
139
|
-
f.write(
|
373
|
+
f.write(payload)
|
140
374
|
return mermaid_file
|
141
375
|
|
142
376
|
|
@@ -1,6 +1,5 @@
|
|
1
|
-
pyegeria/.DS_Store,sha256=NXvKqE04FGJAyq25tRApO9AJj14vF1vzFC-R0JjEWhc,6148
|
2
1
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
3
|
-
pyegeria/__init__.py,sha256
|
2
|
+
pyegeria/__init__.py,sha256=CTd-w5CYi5BpCLIM7in5qkfWC8N1eZ6JI554rQj2AUQ,22118
|
4
3
|
pyegeria/_client.py,sha256=Hj8Tmo6DuKJPLROZrUw7NXzo7O_BgbewlvRwJZPKPBA,30889
|
5
4
|
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
6
5
|
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
@@ -10,34 +9,10 @@ pyegeria/asset_catalog_omvs.py,sha256=OqZYjf5RBwuTbYvu43CL100VCNqYuXHDog2jc6sOBt
|
|
10
9
|
pyegeria/automated_curation_omvs.py,sha256=fFZef1GeUNBSFIC8QltpzkQs_W5OD0xVYW1TzW07UWc,130239
|
11
10
|
pyegeria/classification_manager_omvs.py,sha256=W1ShZyZ4nOJF_kZbGJR5cH3K5_z1Vg5h9f68Qc2zXLI,187223
|
12
11
|
pyegeria/collection_manager_omvs.py,sha256=Zl3clg29bORkfBDunklgna0cIceF278njqzDW9pUJwk,101697
|
13
|
-
pyegeria/commands/.DS_Store,sha256=9m3ajPPW2e7MhodsfTR2-KL9opdeTap-MlUAb3x9aR4,8196
|
14
12
|
pyegeria/commands/README.md,sha256=hJdOWhZ5eCfwTkY4Tx6De6Y1XVo7cbaddQEvjqppvls,2036
|
15
13
|
pyegeria/commands/__init__.py,sha256=qaePEAK4TfKJixkaklxbiB36-BWi6MaFBx12pZAo1Sw,1128
|
16
|
-
pyegeria/commands/__pycache__/__init__.cpython-312.pyc,sha256=fyhmbQdhBarb3RMRlxLIPKIGQ0pw-nXhqcCy1I_gp4Q,1476
|
17
|
-
pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc,sha256=IbJSyEfwmPwOU2ArMAEICu_lkCx5FEFy5Q5H7NTUGGQ,5743
|
18
14
|
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
19
15
|
pyegeria/commands/cat/__init__.py,sha256=etKDPDWE7UV6o3cK7JLJgaJZFAlmX29GXUG0wq08AZY,20
|
20
|
-
pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc,sha256=HGMNgdXFRkS2ojONGNJCjDjlRT5-eo3CVBDBmq4vcjI,207
|
21
|
-
pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc,sha256=rGB3TPWnpTYO3CL7PWBh_odUl5UXFoxfkP6vaCa9qzk,12459
|
22
|
-
pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc,sha256=NIXkAb1luQtsdhcibUorgIl2Oz5Xe2T91tbP0VhthGA,7008
|
23
|
-
pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc,sha256=qtoNSlep3DDXt1d3YT5dp2SEf1ygF4T0XSn592t8c1g,7713
|
24
|
-
pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc,sha256=JULOplP6T0TsfeHwIXvyRWy0NBMdDdCSjA4wjMCuKoc,7698
|
25
|
-
pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc,sha256=cP7Afq-h4_W9q98NgBOZ5bSXvaD3iHPr7fDyBpZjnGw,7973
|
26
|
-
pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc,sha256=wZ0lpdcuorzHH2WDhl7YbNey8zF63Pj3iv8zqiBgZKY,15940
|
27
|
-
pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc,sha256=Z_SzUcuG3SpWzc3W7uzzimQtSytmuNEu0kalDjU8bUM,8236
|
28
|
-
pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc,sha256=ZcrvlE45IMYTi1qXUqBgK_ObL0BGN7pVoIaIG5OiKns,8381
|
29
|
-
pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc,sha256=1vuhoPK15vCRBVVtZBz7ciOPBGlbvHsGtIo6QWy2C9I,7663
|
30
|
-
pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc,sha256=X3nFCYNtrQN9efL5-ghBj5N1BsyzDiy1zoUgBsX9mr0,9761
|
31
|
-
pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc,sha256=JOf6o-Lpq9jNhmU7kCZiV2moHx8F_AG5Y73Fj9aeqnM,10261
|
32
|
-
pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc,sha256=ojEAZyDMG1bFQ3EJE3VFdjanALsdY6RdCZMUCuWOw1c,9128
|
33
|
-
pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc,sha256=AprcaeY4rSwm2gextLkGolBDwMV_ZTBTFjhppRy9DGM,7340
|
34
|
-
pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc,sha256=4kvySfbHimfFmKCbPXy-V8-WZikzD8KYUZ7RtqHVyzw,9652
|
35
|
-
pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc,sha256=ABJAlrC8NFCnnhGEyEmN4fJRnptc2hjEm9WoPIMUrtk,7922
|
36
|
-
pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc,sha256=icNilkuhrDpXk3pnWYCXBQrSagk1bKKzFRXvr0vjPhI,9130
|
37
|
-
pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc,sha256=uVmK0igAzWrvlaIbITN9vpuPdWcdY_T7WXfSylWUa0k,6764
|
38
|
-
pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc,sha256=pow_ok_iVQUcfb1nwtFsqWkhb9GrCDiYeqLWA8QABgw,11272
|
39
|
-
pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc,sha256=XYd7G4GnQGM5MgVWa-OA_HgB85JinbXhkM4z977iBYM,8204
|
40
|
-
pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc,sha256=d03sLltHHzy989sIPRilhAH35MOBlbi2Dj6axYwIFXs,7254
|
41
16
|
pyegeria/commands/cat/exp_list_glossaries.py,sha256=HxMa5r7XxsH29KJ9GLOqIXD_PpUvrzsHe41LBWCZUTc,5811
|
42
17
|
pyegeria/commands/cat/get_asset_graph.py,sha256=tHTib3AjbXzrGkOHE2SO51O_ARPjmmDq1UDbE8XSd7o,12454
|
43
18
|
pyegeria/commands/cat/get_collection.py,sha256=ukUZA4Ot_Gjaym6LmFiWoGezshbcygJPowwHLooVHck,5359
|
@@ -60,10 +35,6 @@ pyegeria/commands/cat/list_terms.py,sha256=u50u13_tzL4wrky0zEFyqGIRn0ZTEAzKH2i-q
|
|
60
35
|
pyegeria/commands/cat/list_todos.py,sha256=I1b8kJJnekWEm3NpwiLStxr50no7KTUfDrI6pBExzA8,6549
|
61
36
|
pyegeria/commands/cat/list_user_ids.py,sha256=7TmksDy7rV0HTpn2nFKwLKf4Hq3s80GoR3_SmPhL_Hc,5100
|
62
37
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
63
|
-
pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc,sha256=jK4HQqwOJIoumMgC7MNUIusBZx4W3ytQsgahQ9TILVM,475
|
64
|
-
pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc,sha256=TUxiq5dCZza6WUNhhjoRnOUk6Vs860F6mZNpLHZDnl0,12783
|
65
|
-
pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc,sha256=Ew5SDK17p-VsYw0JQLZxXxdJjPJy6xDW5QDNihlO_Cw,15974
|
66
|
-
pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc,sha256=yNVSy9y8HY3gr2OrpVJZyQ-aHrWzciKiCXQoUYiC4Sk,1826
|
67
38
|
pyegeria/commands/cli/egeria.py,sha256=k4BGtbUYqFD9D5ffS-FKSPWOlRGMYrbQcCtS-QH9Puc,49482
|
68
39
|
pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
|
69
40
|
pyegeria/commands/cli/egeria_login_tui.py,sha256=Mbdf2IqxMqm_jOeHqsGvrKQAFxerfkYEgdBlA1gX-ks,9487
|
@@ -72,17 +43,12 @@ pyegeria/commands/cli/egeria_ops.py,sha256=i8Xwg3Nz8DSHvuFTPXbGUSqxdEet3-SYTQJwq
|
|
72
43
|
pyegeria/commands/cli/egeria_tech.py,sha256=ibYJjRuiM4AB4JUoFogcdY9qsvhIksJ1yfZLA5vbZ3c,18983
|
73
44
|
pyegeria/commands/cli/ops_config.py,sha256=4ShMgVl2eJoQLqJTK4npAdeAeJuq3FE6qsqngXYON74,1331
|
74
45
|
pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
|
75
|
-
pyegeria/commands/doc/.DS_Store,sha256=o8grXspPw9gdVWRFjZAhnydbdtkzpNBvsC_UQJ_YGYw,10244
|
76
46
|
pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
|
77
|
-
pyegeria/commands/doc/Visual Command Reference/.DS_Store,sha256=W5AtaSlvKv-H-jko3CB6eWSkgKC_uwwjH5fgt7pN2vg,6148
|
78
47
|
pyegeria/commands/doc/Visual Command Reference/README.md,sha256=StopwmMDYmJgfKeRC8nHOJMbXkz6n15zIDJBmHDPoxM,32445
|
79
|
-
pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store,sha256=ClvMg3-Ho93FhF0gHhgg7fwkQNt0LVqQfh87P2sokGA,6148
|
80
|
-
pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store,sha256=7EbExYG-CdFFiWoKv4aMY7d8k0ORVJY4nvbdAskF-2E,6148
|
81
48
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png,sha256=gL7LDmS0OUeDmmmz6ayZL7qbriaos6ryct-2T0D7CIM,769210
|
82
49
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png,sha256=Op6NHsqPfYVvpKX46Z-IX8G_Of8rrVtDK34C1MJIJdw,540605
|
83
50
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png,sha256=NCtzoZau5ANXjNh2IH57htfVvWAtMns87_M_5E9DSQ0,627528
|
84
51
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png,sha256=-QCu00HYhdkOJqclthiBSVKQuz1qHVothDwng53n_cw,271680
|
85
|
-
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store,sha256=9INiWTHDvOMYAnQ8xRpC9FRYHV3wd0cTE88HddKea5A,6148
|
86
52
|
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png,sha256=tlL6FQsIYYC-TDeUZy5LqmVx5l5GJXbnTEag_iY11CQ,536963
|
87
53
|
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png,sha256=MUgoH6orUk9qUeCv8yEjuQ6sAao3eZyK3DOF4aXfqkw,525598
|
88
54
|
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png,sha256=W6_JDqWKBOqeEMTAteX7JJ_MIPOigc2ttD01UYBxNxg,443831
|
@@ -136,9 +102,7 @@ pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_ty
|
|
136
102
|
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png,sha256=3fKSh5-IrrjVQezeSNgVfwU-nJ4qUTw7Vysv0Wzleyo,721136
|
137
103
|
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png,sha256=0kqptIlkbIb1jKoMZJsV3UbMYAD1tjkSwy9XauJQQx4,233574
|
138
104
|
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png,sha256=vvLzbGkyDMUxHqayN8cHq5B99FTLD0vzrMVZhF50K70,177993
|
139
|
-
pyegeria/commands/doc/glossary/.DS_Store,sha256=6uo-B4k5C89EcQPw65oPRAvNIy8AJjs62fKJNqYM0y4,6148
|
140
105
|
pyegeria/commands/doc/glossary/basic-glossary-tui.md,sha256=2HoFDMCbIZuh4sBA1xRuu7qHQPyGwWS-JNUm5XNZ8JE,5880
|
141
|
-
pyegeria/commands/doc/glossary/images/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
142
106
|
pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png,sha256=rppVqEwN1ZrSMzyXnsYqDl7fnPs0zTlE7PMmX4VUbQI,203332
|
143
107
|
pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png,sha256=tV0h6i1eRAbvAzye8iuWt0eJ14y1Crk9DovaJLGJCSA,299425
|
144
108
|
pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png,sha256=i_SJAW_CeM0fNfZ3fLrZAKdrE9LHG1zHHui86pejlkg,22826
|
@@ -173,9 +137,7 @@ pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05
|
|
173
137
|
pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png,sha256=AAq9De5X-Qf_KPKZlHgaBk0nlSsc7Y3wra72L7vzvjs,326972
|
174
138
|
pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png,sha256=tLM_fX53WHDL3bALqvTugOsq_v-CcwaLQpJ0325gewE,347024
|
175
139
|
pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png,sha256=h0VE0ybRygOToKYnRplTwXcQlK4H7AzCySO7YEfkKuc,174761
|
176
|
-
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store,sha256=YddwojkKcSQuxToj6KJLUAjVIaKe8W-azzKHfQFdpME,6148
|
177
140
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md,sha256=neHM4S3NSr7S4Nzv008P6r5H0smHjGW4YcXCDCmQuWg,19545
|
178
|
-
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
179
141
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png,sha256=7twshXV74tnBr5RWugLZCgijyOl55_ETIraH_X6DLv8,961218
|
180
142
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png,sha256=8lfyO8prtahjTqqT4Uk3HSICipBpf1ly2bXp00csRb8,314990
|
181
143
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png,sha256=Ri4xBHuYzsMrOpoq48-3UkfQNLm9coJxLT_LJGNIU80,745535
|
@@ -194,12 +156,6 @@ pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-s
|
|
194
156
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png,sha256=EzuCQpKK-udRwnBv0Gj5LlCGVa0zLMWPmH1_uWpgnHk,917561
|
195
157
|
pyegeria/commands/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
196
158
|
pyegeria/commands/my/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
197
|
-
pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc,sha256=lg3aHc6jNlsgvNpREn4XZn-DO4qAjEQUBwkZK_2mAQs,178
|
198
|
-
pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc,sha256=QI79ItEmJd-NOfZrm936dQ3aveRluTuaP7VyaDD1xiw,7714
|
199
|
-
pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc,sha256=nGn0ak2hnnq7TXNjmtBMUZWT4vmKxvv9lD5j9LwRxoI,6934
|
200
|
-
pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc,sha256=yE3HIQtrc2TzSkACbzRzh_VwpTup081fjufD5kdbP0U,9076
|
201
|
-
pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc,sha256=ElzgrcD7Pb2c4OtLhI8HZVcajbJ85iCBUmQrijZZkOc,7919
|
202
|
-
pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc,sha256=V7T7z0CzLP94L2MDtmgQceZsl8VBYZXXkIjMvFAqVZ8,10611
|
203
159
|
pyegeria/commands/my/list_my_profile.py,sha256=vbt4k0SW8LFfvI8YgrwOd8G0p3-0BaepbgBKXlnzjRQ,5795
|
204
160
|
pyegeria/commands/my/list_my_roles.py,sha256=ZkUcn91ssEkiyqY-ffXKJFeYZRz0EWWA9CV2vb_NWsM,5183
|
205
161
|
pyegeria/commands/my/monitor_my_todos.py,sha256=i6j2Fn3F9xAfGT6kMANybVOmlim7jOPfuszdWlSMvi8,7095
|
@@ -207,21 +163,6 @@ pyegeria/commands/my/monitor_open_todos.py,sha256=qchZdnJ4lW_cDk9HJEEYrAnrH4iDSN
|
|
207
163
|
pyegeria/commands/my/todo_actions.py,sha256=zmNAI8zSY80eXcYkmBqo3t1cta-YlqazdDAms_vAIig,8145
|
208
164
|
pyegeria/commands/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
209
165
|
pyegeria/commands/ops/__init__.py,sha256=GyDGBYodxuJ-7k87z2farDs9vhR__RNrYeAe94HWGPM,764
|
210
|
-
pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc,sha256=fbH9kwVk5Wy0bLqd13JKyO2nHfrlMtFAmcjEX1W-RR0,286
|
211
|
-
pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc,sha256=sOIHIGFk7KDbxTwdWtQWh9hSJ2LFhXwxuWQiO_MH4cU,8225
|
212
|
-
pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc,sha256=U5nowSkV3CQrXSJVxWWhERFawUc79alL8kE4aI8mtds,7463
|
213
|
-
pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc,sha256=0h7tizwi8td3NMfiJxxpt_WpyH5baVzU7vPQl8NEK4k,9391
|
214
|
-
pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc,sha256=yqzl0VTSTMF99pMzFwtc4Fr3V4HOOFglz2pM-uXtS2w,3807
|
215
|
-
pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc,sha256=vFPsMKLQXxaOItCCmoFjpxxEGuitoXt-UglF78zZxnw,11561
|
216
|
-
pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc,sha256=GMsQRPK-rs_gtILaVwO4rbq9AzPov6Pr6m-Zj2CSy5o,12097
|
217
|
-
pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc,sha256=Xwrfn6erVErXKgnKAqd3tlMV8YfULTA5KiUYteK10Xk,11383
|
218
|
-
pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc,sha256=lZpclQty38uAsWDADccev0PgK1nR1MtQ-evda3O-8PM,12743
|
219
|
-
pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc,sha256=u_um0Z91yD_sIeDR0sLKbv_IWi1TUGSR6JFhhgzhepA,8333
|
220
|
-
pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc,sha256=FtvE279S-OXrBGZDhKilFVa4sl8oTsGLKcEekN7_lrM,5235
|
221
|
-
pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc,sha256=_NXdENbvqJzlUuJPKbtOD-DbzdEdMFH9k2ZerpQYZH0,8306
|
222
|
-
pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc,sha256=5kSwfNJW3KYYzLiMTamXdssgEin6Glv-uemsAXzjGn4,4217
|
223
|
-
pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc,sha256=sqjW7AUWMlmhT4k1-rxQ_FF87kOSON9UDDV77yqb8j4,4160
|
224
|
-
pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc,sha256=DzWISGsVNcAJoAni2gqnoNETXCLjuzL_S6Ndsyg8W60,8989
|
225
166
|
pyegeria/commands/ops/gov_server_actions.py,sha256=zdawX-yfPFakc3Xf5V6j7e-csMbRLzJ-tdt_FkIhG34,5689
|
226
167
|
pyegeria/commands/ops/list_archives.py,sha256=n5CVTFZp2e_q1-8Imj0a55jjZ9JTy41qzANyRh7__EQ,5471
|
227
168
|
pyegeria/commands/ops/list_catalog_targets.py,sha256=1WNF5OQ_raqNNJEa-jMj9XU4TKOic0AxER--BrEzE7A,7695
|
@@ -242,22 +183,6 @@ pyegeria/commands/ops/table_integ_daemon_status.py,sha256=rrHhSY4AmQx9-fwjyNP7kP
|
|
242
183
|
pyegeria/commands/ops/x_engine_actions.py,sha256=sjoyDJD2_0xQkE2tSlFdBxD2d9C3Nzcy9qi69dWC4Rw,2284
|
243
184
|
pyegeria/commands/tech/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
|
244
185
|
pyegeria/commands/tech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
245
|
-
pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc,sha256=IRf5oIYEhG0sUW_GoV_zDVWZS41MeLL8kdQrSNKqAmE,180
|
246
|
-
pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc,sha256=9F7GoJkJ5XTY80ibj-obFAzV4s0H5ZtVqqIbY7_rtNY,6485
|
247
|
-
pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc,sha256=AAUXpMGwD4LFp7Y0Ak5c-SI94EHT5YA3Gm6Zljzqvrs,6131
|
248
|
-
pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc,sha256=EVfqUMhYevpSYioQb8IBOnBUqHAh2BYDYpKLcOs1j94,8044
|
249
|
-
pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc,sha256=vmJ2S84sF7_-PLJX1dNwKkggl5XRiGVB_p1a1r8kT_8,7778
|
250
|
-
pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc,sha256=_fc0BUFEBcg8xF8jJ9yEBXUvh3kPPSQco8Mtnq8UaxA,9673
|
251
|
-
pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc,sha256=ncMm5QrWq01BNN4DcHLZJskkzIABctSVKq-wPH78tq4,6154
|
252
|
-
pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc,sha256=gqSDqUWsFdZD_pjHiGQE5A97jswH-_OJmyE0KUaHFL4,8572
|
253
|
-
pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc,sha256=wZjy-JLxXpcByMRgX4XZ_Bkympuh0mzWOVDmZDBcKpc,8339
|
254
|
-
pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc,sha256=1fApRv0Zb1wWioFqvWZcsmqfHdU3VIYhZGl4WOHWJq0,6679
|
255
|
-
pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc,sha256=D-XAsCIeVZtDsn2lHj2UOI-JhUax3305b6V4fr3VHj4,8677
|
256
|
-
pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc,sha256=gaMQK_c2k4vz2zaSxAX5QPjfepiPz2xOQ1NgR-F35UY,8107
|
257
|
-
pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc,sha256=V7EAiMhJp-PUmC-IP2UCWK72YFBPvHYHKthXpNchvjU,7481
|
258
|
-
pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc,sha256=c214w2LR1MQ_xPWIPvX23PD3ukCt_HnmrmZDNqWzdC0,7760
|
259
|
-
pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc,sha256=O-BZ-8lY51T6Xf9TpnThEUwfSHX4O4uaTifgrIYvaYA,10206
|
260
|
-
pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc,sha256=pi9mOp0eNgv24zsUix_sj18ZA3NiR_MHr1eTzC9JVXk,8051
|
261
186
|
pyegeria/commands/tech/get_element_info.py,sha256=PM63y00TVy1RXBMqNdvaR_xxvfknuOl_GDFAP9DEhQo,4756
|
262
187
|
pyegeria/commands/tech/get_guid_info.py,sha256=OplbQUNYUTYKh6-hbCX0b8ZLhd4x4dXDzR7NOJdI93A,4289
|
263
188
|
pyegeria/commands/tech/get_tech_details.py,sha256=2PQ4wa-cspMCZFKcIspY_XOLHEjsv-TI9833F-pYr0c,6379
|
@@ -272,26 +197,26 @@ pyegeria/commands/tech/list_elements_by_property_value.py,sha256=3OG8uyPKY3zX-K_
|
|
272
197
|
pyegeria/commands/tech/list_elements_by_property_value_x.py,sha256=y77Nszqg5XtyQXwKm3XjB38gwmlpiULEn4NLr_SnRug,7065
|
273
198
|
pyegeria/commands/tech/list_elements_for_classification.py,sha256=jck8bPQHiS61IKslmA2a_B1iopHZ0cE50vAs6Ud2Gkc,6207
|
274
199
|
pyegeria/commands/tech/list_gov_action_processes.py,sha256=NaoZ3t5n1uXcLI0OdUAgMTuzDrEkptY9w7uQeZ4KZP8,4587
|
275
|
-
pyegeria/commands/tech/list_information_supply_chains.py,sha256=
|
276
|
-
pyegeria/commands/tech/list_isolution_blueprints.py,sha256=PDU1QCnE44r0cMAgUHJ49RpTK-rbgiy7Gzh9GOlMSBk,6285
|
277
|
-
pyegeria/commands/tech/list_isolution_blueprints2.py,sha256=xY5JuUET3DHV_VWsdSIbtPZZX5umEf0ORnEuQod9m10,6164
|
200
|
+
pyegeria/commands/tech/list_information_supply_chains.py,sha256=1upwBKbQKagu0S048RUHHVolHWJyMH-cHPViHwnyp8A,5630
|
278
201
|
pyegeria/commands/tech/list_registered_services.py,sha256=fNh21Acd5bCbOQmxpDMOH6QNT5GkiGPLZpadbzIA8F8,6541
|
279
202
|
pyegeria/commands/tech/list_related_elements_with_prop_value.py,sha256=NhWSfJmtBIUN5IBWEK_uQn0OxpCeWnVhy0kaZ_gyEGw,8157
|
280
203
|
pyegeria/commands/tech/list_related_specification.py,sha256=aMUZBiQcTMaNTvSgGUsRjqvqhmebP9iO0eAlbJsDWBk,5925
|
281
204
|
pyegeria/commands/tech/list_relationship_types.py,sha256=VgErUNsCKZ77wyg56U0v1fIUqC0MxHE_qi9A2b2csWo,5791
|
282
205
|
pyegeria/commands/tech/list_relationships.py,sha256=lKZBQleZRK9qDCAUOExejl5gtYb0XyXygTgIcbW5Igk,5933
|
206
|
+
pyegeria/commands/tech/list_solution_blueprints.py,sha256=PDU1QCnE44r0cMAgUHJ49RpTK-rbgiy7Gzh9GOlMSBk,6285
|
207
|
+
pyegeria/commands/tech/list_solution_blueprints2.py,sha256=xY5JuUET3DHV_VWsdSIbtPZZX5umEf0ORnEuQod9m10,6164
|
283
208
|
pyegeria/commands/tech/list_tech_templates.py,sha256=FvJ2qAHo7yoCdd9LnZtvWjd3DQEvD0P5wfz5-D5qjmw,14153
|
284
209
|
pyegeria/commands/tech/list_valid_metadata_values.py,sha256=Mv4eSHCR_pR0llWRrpMIzNKA6_QEr8qccAv4NQv4dg0,6340
|
285
210
|
pyegeria/commands/tech/table_tech_templates.py,sha256=kv9VWhZ6pEN-1vEjo6IprliwFTjumjdVV3IWQB2HzI4,9503
|
286
|
-
pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Subject Onboarding.
|
287
|
-
pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Treatment Validation.
|
288
|
-
pyegeria/commands/tech/work/mermaid_graphs/Employee Expense Payment.
|
289
|
-
pyegeria/commands/tech/work/mermaid_graphs/New Drug Product Information Distribution.
|
290
|
-
pyegeria/commands/tech/work/mermaid_graphs/New Employee Onboarding.
|
291
|
-
pyegeria/commands/tech/work/mermaid_graphs/Personalized Treatment Ordering.
|
292
|
-
pyegeria/commands/tech/work/mermaid_graphs/Physical Inventory Tracking.
|
293
|
-
pyegeria/commands/tech/work/mermaid_graphs/Sustainability Reporting.
|
294
|
-
pyegeria/commands/tech/work/mermaid_graphs/{{displayName}}.
|
211
|
+
pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Subject Onboarding.html,sha256=16mToSOApkMKXs5mEfsNXRM2A-24oOaU9LnufP1Z6yk,6072
|
212
|
+
pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Treatment Validation.html,sha256=PVxW_d_w0f-QmAbLqAyY5NDu9kQECFnbQNZVw00do_A,11715
|
213
|
+
pyegeria/commands/tech/work/mermaid_graphs/Employee Expense Payment.html,sha256=9qNTzdZvDzk0vkYQIBthlwt8qO5nOElolXbcqi94wgk,5240
|
214
|
+
pyegeria/commands/tech/work/mermaid_graphs/New Drug Product Information Distribution.html,sha256=vDAS_UNqPIUKl4ow0csi-t7m7oXqZQHGcIcBgJB9g38,6375
|
215
|
+
pyegeria/commands/tech/work/mermaid_graphs/New Employee Onboarding.html,sha256=QH4KJhtQxHlzabgGwGQpDNlSfSbTANm-FMYcGz0MPLg,6141
|
216
|
+
pyegeria/commands/tech/work/mermaid_graphs/Personalized Treatment Ordering.html,sha256=MBG_SglrzeNXPqRXmgPVaptVIEn4VdIX_myNFMd9Hlg,6550
|
217
|
+
pyegeria/commands/tech/work/mermaid_graphs/Physical Inventory Tracking.html,sha256=_0PgeTxnLpqHsD5lv-gzzYs1Qf_VktTgGhqKebMH8-c,9484
|
218
|
+
pyegeria/commands/tech/work/mermaid_graphs/Sustainability Reporting.html,sha256=HqfjagnJziZT-e1jBWP2_4ceodtdq1MbNe-OYeOIEjU,10718
|
219
|
+
pyegeria/commands/tech/work/mermaid_graphs/{{displayName}}.html,sha256=byK9OrB-elPwlF0QstNC7uzeI0vpv92Dxbnx_1N2xkc,4336
|
295
220
|
pyegeria/commands/tech/x_list_related_elements.py,sha256=viUFq_G52CvLO_RJsgN8fkLeIF89Tb8Gvl-nNfeDPSI,5871
|
296
221
|
pyegeria/core_omag_server_config.py,sha256=ej0oNpGelSTTm2oERS86LpgT9O9E5CZFbUm2Iek8f1E,97764
|
297
222
|
pyegeria/create_tech_guid_lists.py,sha256=mI__-i9U01emyqQMdPK2miealwQNiZfB23iiFGmrH0g,4640
|
@@ -304,7 +229,7 @@ pyegeria/feedback_manager_omvs.py,sha256=B66e3ZCaC_dirb0mcb2Nz3PYh2ZKsoMAYNOb3eu
|
|
304
229
|
pyegeria/full_omag_server_config.py,sha256=k3fUfopAFAE3OKkFR7zZPiki_FYj6j2xQ4oD2SVaefQ,47350
|
305
230
|
pyegeria/glossary_browser_omvs.py,sha256=NcitYaZJqwVODBO5zBtWpXPNUJJ3DKzEbRaOFSAyUlg,93554
|
306
231
|
pyegeria/glossary_manager_omvs.py,sha256=tBjoHrrHJLasXoeQSpW-KpF3vEQdN_GR3jfcceTjt_c,132444
|
307
|
-
pyegeria/mermaid_utilities.py,sha256=
|
232
|
+
pyegeria/mermaid_utilities.py,sha256=h1OTqYMGu6XZNL5NX-KOZN3c2-m5dKVbg_nZJyx30-0,19141
|
308
233
|
pyegeria/metadata_explorer_omvs.py,sha256=XBg6q-JXOA8UYsT85nlpBVe4EQ6jxwj70MvE7tkVvH0,86905
|
309
234
|
pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,34666
|
310
235
|
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
@@ -317,8 +242,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
|
|
317
242
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
318
243
|
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
319
244
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
320
|
-
pyegeria-5.3.3.
|
321
|
-
pyegeria-5.3.3.
|
322
|
-
pyegeria-5.3.3.
|
323
|
-
pyegeria-5.3.3.
|
324
|
-
pyegeria-5.3.3.
|
245
|
+
pyegeria-5.3.3.13.dev2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
246
|
+
pyegeria-5.3.3.13.dev2.dist-info/METADATA,sha256=VJIumBR752V1gPFhdDTKMmv7RbeT7z56Xs3UW-oqqCY,2741
|
247
|
+
pyegeria-5.3.3.13.dev2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
248
|
+
pyegeria-5.3.3.13.dev2.dist-info/entry_points.txt,sha256=cLnCR81Pm2c35hDDg7BOlQ9Mtvx5wofuvwXHnL1bGis,5956
|
249
|
+
pyegeria-5.3.3.13.dev2.dist-info/RECORD,,
|
pyegeria/.DS_Store
DELETED
Binary file
|
pyegeria/commands/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|