pyegeria 5.3.6.2.4__py3-none-any.whl → 5.3.6.3__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 +3 -0
- pyegeria/commands/cat/{freddies-inbox → dr_egeria_inbox}/freddie_intro.md +64 -16
- pyegeria/commands/cat/{freddie_jupyter.py → dr_egeria_jupyter.py} +8 -16
- pyegeria/commands/cat/{freddie_md.py → dr_egeria_md.py} +29 -32
- pyegeria/commands/cat/glossary_actions.py +59 -1
- pyegeria/commands/cat/list_categories.py +185 -0
- pyegeria/commands/cat/list_glossaries.py +26 -33
- pyegeria/commands/cat/list_terms.py +47 -47
- pyegeria/commands/cli/egeria.py +51 -61
- pyegeria/commands/cli/egeria_cat.py +53 -31
- pyegeria/create_tech_guid_lists.py +2 -5
- pyegeria/glossary_browser_omvs.py +257 -105
- pyegeria/glossary_manager_omvs.py +148 -1591
- pyegeria/md_processing_utils.py +816 -0
- {pyegeria-5.3.6.2.4.dist-info → pyegeria-5.3.6.3.dist-info}/METADATA +1 -1
- {pyegeria-5.3.6.2.4.dist-info → pyegeria-5.3.6.3.dist-info}/RECORD +21 -29
- {pyegeria-5.3.6.2.4.dist-info → pyegeria-5.3.6.3.dist-info}/entry_points.txt +5 -0
- pyegeria/commands/cat/freddie_jup.py +0 -124
- pyegeria/commands/cat/freddie_utils.py +0 -590
- pyegeria/commands/cat/freddies-outbox/Terms-2025-03-06-13-19-29-Report.md +0 -69
- pyegeria/commands/cat/freddies-outbox/Terms-2025-03-06-13-20-30-Update-Form.md +0 -78
- pyegeria/commands/cat/glossary_creation_experiment.ipynb +0 -235
- pyegeria/test_j.html +0 -0
- pyegeria/test_m.html +0 -213
- pyegeria/test_m1.html +0 -273
- pyegeria/test_mer.ipynb +0 -596
- pyegeria/test_w.html +0 -213
- /pyegeria/commands/cat/{freddies-inbox → dr_egeria_inbox}/glossary_creation_experiment.ipynb +0 -0
- /pyegeria/commands/cat/{freddies-inbox → dr_egeria_inbox}/glossary_exp.md +0 -0
- {pyegeria-5.3.6.2.4.dist-info → pyegeria-5.3.6.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.6.2.4.dist-info → pyegeria-5.3.6.3.dist-info}/WHEEL +0 -0
pyegeria/test_m1.html
DELETED
@@ -1,273 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html>
|
3
|
-
<html lang="en">
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
|
-
<title>Mermaid Diagram with Centered Pan and Zoom</title>
|
8
|
-
<!-- Load Mermaid.js -->
|
9
|
-
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
10
|
-
<style>
|
11
|
-
body {
|
12
|
-
font-family: Arial, sans-serif;
|
13
|
-
background-color: #f4f4f4;
|
14
|
-
margin: 0;
|
15
|
-
padding: 0;
|
16
|
-
display: flex;
|
17
|
-
justify-content: center;
|
18
|
-
align-items: center;
|
19
|
-
height: 100vh;
|
20
|
-
}
|
21
|
-
.diagram-container {
|
22
|
-
width: 90%;
|
23
|
-
max-width: 800px;
|
24
|
-
padding: 20px;
|
25
|
-
border: 1px solid #ddd;
|
26
|
-
border-radius: 12px;
|
27
|
-
background-color: white;
|
28
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
29
|
-
text-align: center;
|
30
|
-
position: relative;
|
31
|
-
}
|
32
|
-
.diagram-header {
|
33
|
-
margin-bottom: 20px;
|
34
|
-
font-size: 1.8rem;
|
35
|
-
font-weight: bold;
|
36
|
-
color: #007acc;
|
37
|
-
}
|
38
|
-
.pan-zoom-container {
|
39
|
-
position: relative;
|
40
|
-
width: 100%;
|
41
|
-
height: 500px;
|
42
|
-
overflow: hidden;
|
43
|
-
border: 1px solid #ccc;
|
44
|
-
background-color: #f9f9f9;
|
45
|
-
cursor: grab;
|
46
|
-
}
|
47
|
-
.pan-zoom-content {
|
48
|
-
position: absolute;
|
49
|
-
transform-origin: 0 0;
|
50
|
-
cursor: grab;
|
51
|
-
}
|
52
|
-
.pan-zoom-content:active {
|
53
|
-
cursor: grabbing;
|
54
|
-
}
|
55
|
-
</style>
|
56
|
-
</head>
|
57
|
-
<body>
|
58
|
-
<div class="diagram-container">
|
59
|
-
<h2 class='diagram-header'>Component for Solution Blueprint - Clinical Trial Management Solution Blueprint </h2>
|
60
|
-
GUID: c4f8d707-7c85-4125-b5fd-c3257a2ef2ef
|
61
|
-
<div class="pan-zoom-container">
|
62
|
-
<div id="Component_for_Solution_Blueprint_-_Clinical_Trial_Management_Solution_Blueprint_" class="mermaid pan-zoom-content">
|
63
|
-
flowchart TD
|
64
|
-
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
65
|
-
|
66
|
-
subgraph c4f8d707-7c85-4125-b5fd-c3257a2ef2ef [Components and Actors]
|
67
|
-
fc2de77f-7320-48ea-8750-d434c6e870db@{ shape: text, label: "*Description*
|
68
|
-
**A description of how a clinical trial is managed in Coco Pharmaceuticals.**"}
|
69
|
-
37b8560d-84d4-434b-9b0d-105420fcc924@{ shape: subproc, label: "*Solution Component*
|
70
|
-
**Certify Hospital**"}
|
71
|
-
f37f3735-28a1-4e03-9ff5-3fe2f137f661@{ shape: trap-t, label: "*Solution Actor Role*
|
72
|
-
**Clinical Trial Manager**"}
|
73
|
-
f37f3735-28a1-4e03-9ff5-3fe2f137f661-->|"Certifier"|37b8560d-84d4-434b-9b0d-105420fcc924
|
74
|
-
72a86eec-9734-4bc0-babb-4fec0aa7c9ff@{ shape: docs, label: "*Solution Component*
|
75
|
-
**Assemble Treatment Assessment Report**"}
|
76
|
-
48bc201e-3d4e-4beb-bdb2-0fd9d134f6d5@{ shape: rect, label: "*Solution Component*
|
77
|
-
**Treatment Efficacy Evidence**"}
|
78
|
-
48bc201e-3d4e-4beb-bdb2-0fd9d134f6d5-->|"Solution Linking Wire"|72a86eec-9734-4bc0-babb-4fec0aa7c9ff
|
79
|
-
f37f3735-28a1-4e03-9ff5-3fe2f137f661-->|"Author"|72a86eec-9734-4bc0-babb-4fec0aa7c9ff
|
80
|
-
b5c8da4c-f925-4cf1-8294-e43cd2c1a584@{ shape: rect, label: "*Solution Component*
|
81
|
-
**Analyse Patient Data**"}
|
82
|
-
b5c8da4c-f925-4cf1-8294-e43cd2c1a584-->|"Solution Linking Wire"|48bc201e-3d4e-4beb-bdb2-0fd9d134f6d5
|
83
|
-
7f5dca65-50b4-4103-9ac7-3a406a09047a@{ shape: subproc, label: "*Solution Component*
|
84
|
-
**Weekly Measurements Onboarding Pipeline**"}
|
85
|
-
07705e15-efff-4f80-8992-f04ac85e0ef1@{ shape: rect, label: "*Solution Component*
|
86
|
-
**Landing Folder Cataloguer**"}
|
87
|
-
07705e15-efff-4f80-8992-f04ac85e0ef1-->|"Solution Linking Wire"|7f5dca65-50b4-4103-9ac7-3a406a09047a
|
88
|
-
f37f3735-28a1-4e03-9ff5-3fe2f137f661-->|"Steward"|7f5dca65-50b4-4103-9ac7-3a406a09047a
|
89
|
-
b0290339-c96c-4b05-904f-12fc98e54e14@{ shape: trap-t, label: "*Solution Actor Role*
|
90
|
-
**Certified Data Engineer**"}
|
91
|
-
b0290339-c96c-4b05-904f-12fc98e54e14-->|"Steward"|7f5dca65-50b4-4103-9ac7-3a406a09047a
|
92
|
-
d48f579f-76d3-4c49-b1b4-575f5645a9d0@{ shape: lin-cyl, label: "*Solution Component*
|
93
|
-
**Treatment Validation Sandbox**"}
|
94
|
-
26c07ca4-3b8e-484b-812b-36c1ace4b275@{ shape: rect, label: "*Solution Component*
|
95
|
-
**Populate Sandbox**"}
|
96
|
-
26c07ca4-3b8e-484b-812b-36c1ace4b275-->|"Solution Linking Wire"|d48f579f-76d3-4c49-b1b4-575f5645a9d0
|
97
|
-
ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec@{ shape: processes, label: "*Solution Component*
|
98
|
-
**Hospital Processes**"}
|
99
|
-
a8bd84ca-0aae-4534-b0e8-87e8659467a6@{ shape: trap-t, label: "*Solution Actor Role*
|
100
|
-
**Clinical Trial Participating Hospital Coordinator**"}
|
101
|
-
a8bd84ca-0aae-4534-b0e8-87e8659467a6-->|"Coordinator on behalf of hospital"|ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec
|
102
|
-
30adaab5-8870-47a8-8ae9-facbf84cb05a@{ shape: trap-t, label: "*Solution Actor Role*
|
103
|
-
**Clinical Trial Participating Hospital**"}
|
104
|
-
30adaab5-8870-47a8-8ae9-facbf84cb05a-->|"Owner"|ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec
|
105
|
-
d48f579f-76d3-4c49-b1b4-575f5645a9d0-->|"Solution Linking Wire"|b5c8da4c-f925-4cf1-8294-e43cd2c1a584
|
106
|
-
ece17806-836c-4756-b3a2-2d12dde215f6@{ shape: trap-t, label: "*Solution Actor Role*
|
107
|
-
**New Treatment Data Scientist**"}
|
108
|
-
ece17806-836c-4756-b3a2-2d12dde215f6-->|"Data Analyser"|b5c8da4c-f925-4cf1-8294-e43cd2c1a584
|
109
|
-
0c757e35-8a42-4d5f-b01b-c72a6cea65cc@{ shape: trap-t, label: "*Solution Actor Role*
|
110
|
-
**New Treatment Researcher.**"}
|
111
|
-
0c757e35-8a42-4d5f-b01b-c72a6cea65cc-->|"Results Interpreter"|b5c8da4c-f925-4cf1-8294-e43cd2c1a584
|
112
|
-
e9c2f911-ffcb-40c6-aeee-8c4d43811576@{ shape: subproc, label: "*Solution Component*
|
113
|
-
**Onboard Hospital**"}
|
114
|
-
b0290339-c96c-4b05-904f-12fc98e54e14-->|"Initiator"|e9c2f911-ffcb-40c6-aeee-8c4d43811576
|
115
|
-
849b0b42-f465-452b-813c-477d6398e082@{ shape: subproc, label: "*Solution Component*
|
116
|
-
**Set up clinical trial**"}
|
117
|
-
f37f3735-28a1-4e03-9ff5-3fe2f137f661-->|"Initiator"|849b0b42-f465-452b-813c-477d6398e082
|
118
|
-
a5d4d638-6836-47e5-99d0-fdcde637e13f@{ shape: lin-cyl, label: "*Solution Component*
|
119
|
-
**Weekly Measurements Data Lake Folder**"}
|
120
|
-
7f5dca65-50b4-4103-9ac7-3a406a09047a-->|"Solution Linking Wire"|a5d4d638-6836-47e5-99d0-fdcde637e13f
|
121
|
-
0bf2547c-937c-41b6-814f-6284849271a1@{ shape: odd, label: "*Solution Component*
|
122
|
-
**Treatment Assessment Report Validation and Delivery**"}
|
123
|
-
72a86eec-9734-4bc0-babb-4fec0aa7c9ff-->|"Solution Linking Wire"|0bf2547c-937c-41b6-814f-6284849271a1
|
124
|
-
f6bc847b-868d-43cc-b767-41f5fe3e47d1@{ shape: trap-t, label: "*Solution Actor Role*
|
125
|
-
**Clinical Trial Sponsor**"}
|
126
|
-
f6bc847b-868d-43cc-b767-41f5fe3e47d1-->|"Reviewer"|0bf2547c-937c-41b6-814f-6284849271a1
|
127
|
-
a5d4d638-6836-47e5-99d0-fdcde637e13f-->|"Solution Linking Wire"|26c07ca4-3b8e-484b-812b-36c1ace4b275
|
128
|
-
fb32bef2-e79f-4893-b500-2e547f24d482@{ shape: subproc, label: "*Solution Component*
|
129
|
-
**Set up Data Lake Folder**"}
|
130
|
-
b0290339-c96c-4b05-904f-12fc98e54e14-->|"Initiator"|fb32bef2-e79f-4893-b500-2e547f24d482
|
131
|
-
1c150d6e-30cf-481c-9afb-3b06c9c9e78f@{ shape: lin-cyl, label: "*Solution Component*
|
132
|
-
**Hospital Landing Area Folder**"}
|
133
|
-
ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec-->|"Solution Linking Wire"|1c150d6e-30cf-481c-9afb-3b06c9c9e78f
|
134
|
-
1c150d6e-30cf-481c-9afb-3b06c9c9e78f-->|"Solution Linking Wire"|07705e15-efff-4f80-8992-f04ac85e0ef1
|
135
|
-
11c7c850-c67c-41cc-9423-d74db47cbf3a@{ shape: subproc, label: "*Solution Component*
|
136
|
-
**Nominate Hospital**"}
|
137
|
-
f37f3735-28a1-4e03-9ff5-3fe2f137f661-->|"Initiator"|11c7c850-c67c-41cc-9423-d74db47cbf3a
|
138
|
-
end
|
139
|
-
style 48bc201e-3d4e-4beb-bdb2-0fd9d134f6d5 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
140
|
-
style ece17806-836c-4756-b3a2-2d12dde215f6 color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
141
|
-
style e9c2f911-ffcb-40c6-aeee-8c4d43811576 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
142
|
-
style a5d4d638-6836-47e5-99d0-fdcde637e13f color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
143
|
-
style 0bf2547c-937c-41b6-814f-6284849271a1 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
144
|
-
style 30adaab5-8870-47a8-8ae9-facbf84cb05a color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
145
|
-
style b0290339-c96c-4b05-904f-12fc98e54e14 color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
146
|
-
style 26c07ca4-3b8e-484b-812b-36c1ace4b275 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
147
|
-
style 1c150d6e-30cf-481c-9afb-3b06c9c9e78f color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
148
|
-
style 07705e15-efff-4f80-8992-f04ac85e0ef1 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
149
|
-
style a8bd84ca-0aae-4534-b0e8-87e8659467a6 color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
150
|
-
style 0c757e35-8a42-4d5f-b01b-c72a6cea65cc color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
151
|
-
style c4f8d707-7c85-4125-b5fd-c3257a2ef2ef color:#3079ab, fill:#b7c0c7, stroke:#3079ab
|
152
|
-
style 37b8560d-84d4-434b-9b0d-105420fcc924 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
153
|
-
style 11c7c850-c67c-41cc-9423-d74db47cbf3a color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
154
|
-
style fc2de77f-7320-48ea-8750-d434c6e870db color:#000000, fill:#F9F7ED, stroke:#b7c0c7
|
155
|
-
style 849b0b42-f465-452b-813c-477d6398e082 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
156
|
-
style 7f5dca65-50b4-4103-9ac7-3a406a09047a color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
157
|
-
style ee2bb773-e630-4cf9-bdf1-7c2dd64fe4ec color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
158
|
-
style 72a86eec-9734-4bc0-babb-4fec0aa7c9ff color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
159
|
-
style b5c8da4c-f925-4cf1-8294-e43cd2c1a584 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
160
|
-
style f6bc847b-868d-43cc-b767-41f5fe3e47d1 color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
161
|
-
style d48f579f-76d3-4c49-b1b4-575f5645a9d0 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
162
|
-
style f37f3735-28a1-4e03-9ff5-3fe2f137f661 color:#FFFFFF, fill:#AA00FF, stroke:#E1D5E7
|
163
|
-
style fb32bef2-e79f-4893-b500-2e547f24d482 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
|
164
|
-
</div>
|
165
|
-
</div>
|
166
|
-
</div>
|
167
|
-
|
168
|
-
<script>
|
169
|
-
document.addEventListener("DOMContentLoaded", function() {
|
170
|
-
// Initialize Mermaid.js
|
171
|
-
console.log("Initializing Mermaid...");
|
172
|
-
mermaid.initialize({ startOnLoad: true });
|
173
|
-
|
174
|
-
const container = document.querySelector('.pan-zoom-container');
|
175
|
-
const content = document.querySelector('.pan-zoom-content');
|
176
|
-
let rect; // Bounding box of the rendered diagram
|
177
|
-
let scale = 1; // Current zoom level
|
178
|
-
let panX = 0; // Pan offset in X direction
|
179
|
-
let panY = 0; // Pan offset in Y direction
|
180
|
-
let isDragging = false;
|
181
|
-
let startX, startY;
|
182
|
-
|
183
|
-
// Helper: Apply transformations
|
184
|
-
const applyTransform = () => {
|
185
|
-
content.style.transform = `translate(${panX}px, ${panY}px) scale(${scale})`;
|
186
|
-
};
|
187
|
-
|
188
|
-
// Helper: Center the diagram and fit it to the container
|
189
|
-
const centerAndFitDiagram = () => {
|
190
|
-
rect = content.getBoundingClientRect();
|
191
|
-
const containerRect = container.getBoundingClientRect();
|
192
|
-
|
193
|
-
// Calculate the required scale to fit the diagram
|
194
|
-
scale = Math.min(
|
195
|
-
containerRect.width / rect.width,
|
196
|
-
containerRect.height / rect.height
|
197
|
-
);
|
198
|
-
|
199
|
-
// Adjust pan to center the diagram
|
200
|
-
panX = (containerRect.width - rect.width * scale) / 2;
|
201
|
-
panY = (containerRect.height - rect.height * scale) / 2;
|
202
|
-
|
203
|
-
applyTransform();
|
204
|
-
console.log("Diagram centered and fitted to container.");
|
205
|
-
};
|
206
|
-
|
207
|
-
// Add pan/zoom functionality
|
208
|
-
const zoomCenteredOnDiagram = (event, deltaZoom) => {
|
209
|
-
rect = content.getBoundingClientRect();
|
210
|
-
const containerRect = container.getBoundingClientRect();
|
211
|
-
|
212
|
-
// Center of the diagram
|
213
|
-
const diagramCenterX = rect.left + rect.width / 2;
|
214
|
-
const diagramCenterY = rect.top + rect.height / 2;
|
215
|
-
|
216
|
-
const zoomX = (diagramCenterX - containerRect.left) * deltaZoom;
|
217
|
-
const zoomY = (diagramCenterY - containerRect.top) * deltaZoom;
|
218
|
-
|
219
|
-
panX -= zoomX;
|
220
|
-
panY -= zoomY;
|
221
|
-
};
|
222
|
-
|
223
|
-
container.addEventListener('wheel', function(event) {
|
224
|
-
event.preventDefault();
|
225
|
-
const zoomSpeed = 0.1;
|
226
|
-
const previousScale = scale;
|
227
|
-
|
228
|
-
// Zoom in or out
|
229
|
-
if (event.deltaY < 0) {
|
230
|
-
scale = Math.min(scale + zoomSpeed, 4); // Limit zoom-in
|
231
|
-
} else {
|
232
|
-
scale = Math.max(scale - zoomSpeed, 0.5); // Limit zoom-out
|
233
|
-
}
|
234
|
-
|
235
|
-
// Calculate deltaZoom and adjust pan
|
236
|
-
const deltaZoom = scale / previousScale - 1;
|
237
|
-
zoomCenteredOnDiagram(event, deltaZoom);
|
238
|
-
|
239
|
-
applyTransform();
|
240
|
-
});
|
241
|
-
|
242
|
-
container.addEventListener('mousedown', function(event) {
|
243
|
-
isDragging = true;
|
244
|
-
startX = event.clientX - panX;
|
245
|
-
startY = event.clientY - panY;
|
246
|
-
container.style.cursor = "grabbing";
|
247
|
-
});
|
248
|
-
|
249
|
-
container.addEventListener('mousemove', function(event) {
|
250
|
-
if (!isDragging) return;
|
251
|
-
|
252
|
-
panX = event.clientX - startX;
|
253
|
-
panY = event.clientY - startY;
|
254
|
-
|
255
|
-
applyTransform();
|
256
|
-
});
|
257
|
-
|
258
|
-
container.addEventListener('mouseup', function() {
|
259
|
-
isDragging = false;
|
260
|
-
container.style.cursor = "grab";
|
261
|
-
});
|
262
|
-
|
263
|
-
container.addEventListener('mouseleave', function() {
|
264
|
-
isDragging = false;
|
265
|
-
container.style.cursor = "grab";
|
266
|
-
});
|
267
|
-
|
268
|
-
// Ensure Mermaid renders the diagram, then fit and center it
|
269
|
-
setTimeout(centerAndFitDiagram, 100); // Delay to ensure Mermaid.js rendering is complete
|
270
|
-
});
|
271
|
-
</script>
|
272
|
-
</body>
|
273
|
-
</html>
|