pyegeria 5.4.0.24__py3-none-any.whl → 5.4.0.26__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.
Files changed (50) hide show
  1. commands/cat/debug_log +7373 -1452
  2. commands/cat/dr_egeria_md.py +21 -4
  3. commands/cat/logs/pyegeria.log +4 -0
  4. md_processing/.DS_Store +0 -0
  5. md_processing/__init__.py +7 -3
  6. md_processing/data/commands.json +1683 -2801
  7. md_processing/dr_egeria_inbox/product.md +69 -20
  8. md_processing/dr_egeria_outbox/.obsidian/workspace.json +5 -5
  9. md_processing/dr_egeria_outbox/monday/processed-2025-08-19 07:05-product.md +426 -0
  10. md_processing/dr_egeria_outbox/monday/processed-2025-08-19 07:56-product.md +212 -0
  11. md_processing/dr_egeria_outbox/monday/processed-2025-08-19 09:43-product.md +201 -0
  12. md_processing/dr_egeria_outbox/tuesday/processed-2025-08-19 10:55-product.md +209 -0
  13. md_processing/md_commands/governance_officer_commands.py +1 -73
  14. md_processing/md_commands/product_manager_commands.py +453 -211
  15. md_processing/md_processing_utils/common_md_proc_utils.py +60 -5
  16. md_processing/md_processing_utils/common_md_utils.py +21 -9
  17. md_processing/md_processing_utils/extraction_utils.py +2 -2
  18. md_processing/md_processing_utils/md_processing_constants.py +8 -7
  19. pyegeria/.DS_Store +0 -0
  20. pyegeria/__init__.py +4 -300
  21. pyegeria/_client_new.py +59 -11
  22. pyegeria/_output_formats.py +43 -0
  23. pyegeria/collection_manager.py +79 -14
  24. pyegeria/{data_designer_omvs.py → data_designer.py} +1171 -1675
  25. pyegeria/egeria_cat_client.py +2 -2
  26. pyegeria/egeria_client.py +4 -4
  27. pyegeria/egeria_tech_client.py +1 -1
  28. pyegeria/glossary_browser.py +1259 -0
  29. pyegeria/{glossary_manager_omvs.py → glossary_manager.py} +1181 -1099
  30. pyegeria/models.py +9 -3
  31. pyegeria/output_formatter.py +2 -1
  32. pyegeria/project_manager.py +1743 -0
  33. pyegeria/solution_architect_omvs.py +1 -1
  34. pyegeria/utils.py +4 -1
  35. {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/METADATA +1 -1
  36. {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/RECORD +39 -43
  37. commands/cat/debug_log.2025-08-15_09-14-07_444802.zip +0 -0
  38. commands/cat/debug_log.2025-08-16_10-21-59_388912.zip +0 -0
  39. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +0 -663
  40. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +0 -2744
  41. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +0 -62
  42. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +0 -444
  43. md_processing/dr_egeria_outbox/monday/processed-2025-08-17 21:04-product.md +0 -97
  44. pyegeria/collection_manager_omvs.py +0 -6541
  45. pyegeria/glossary_browser_omvs.py +0 -3840
  46. pyegeria/governance_officer_omvs.py +0 -2367
  47. pyegeria/project_manager_omvs.py +0 -1933
  48. {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/LICENSE +0 -0
  49. {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/WHEEL +0 -0
  50. {pyegeria-5.4.0.24.dist-info → pyegeria-5.4.0.26.dist-info}/entry_points.txt +0 -0
@@ -1,62 +0,0 @@
1
-
2
- # `None` with filter: `None`
3
-
4
- # Collections Table
5
-
6
- Collections found from the search string: `All`
7
-
8
- | Collection Name | Qualified Name | Collection Type | Classifications | Description |
9
- |-------------|-------------|-------------|-------------|-------------|
10
- | Elecraft Radio collection | Collection::Elecraft Radio collection | Hobby Collection | Anchors | Another collection of my Elecraft radios |
11
- | Leak to conservative media | Agreement::Leak to conservative media | | Anchors | Leak sensitive personal data only to the conservative media. |
12
- | Leak to fox | DataSharing::Leak to fox | | Anchors, DataSharingAgreement | Leak sensitive personal data only to the conservative media. |
13
- | Open Metadata Connector Type Directory | OpenMetadataConnectorTypeDirectory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6 | | Anchors, ConnectorTypeDirectory | Open Metadata standard connector categories and connector types. |
14
-
15
-
16
- # Don't Create Collection
17
- ## Name
18
- A generic collection
19
- ## Description
20
- This is a generic collection
21
-
22
- ___
23
-
24
- # Don't Create Data Sharing
25
- ## Name
26
- Leak to fox
27
-
28
- ## Description
29
- Leak sensitive personal data only to the conservative media.
30
-
31
- ## Status
32
- PROPOSED
33
-
34
- ___
35
-
36
- # Don't View Data Sharing Agreements
37
- ## Output Format
38
- LIST
39
-
40
- ___
41
-
42
- # Don't View Data Sharing Agreements
43
- ## Output Format
44
- REPORT
45
- ___
46
-
47
- # `None` with filter: `None`
48
-
49
- # Collections Table
50
-
51
- Collections found from the search string: `All`
52
-
53
- | Collection Name | Qualified Name | Collection Type | Classifications | Description |
54
- |-------------|-------------|-------------|-------------|-------------|
55
- | Elecraft Radio collection | Collection::Elecraft Radio collection | Hobby Collection | Anchors | Another collection of my Elecraft radios |
56
- | Leak to conservative media | Agreement::Leak to conservative media | | Anchors | Leak sensitive personal data only to the conservative media. |
57
- | Leak to fox | DataSharing::Leak to fox | | Anchors, DataSharingAgreement | Leak sensitive personal data only to the conservative media. |
58
- | Open Metadata Connector Type Directory | OpenMetadataConnectorTypeDirectory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6 | | Anchors, ConnectorTypeDirectory | Open Metadata standard connector categories and connector types. |
59
-
60
- # Provenance
61
-
62
- * Results from processing file collections.md on 2025-07-21 18:35
@@ -1,444 +0,0 @@
1
-
2
-
3
-
4
-
5
-
6
- # Don't Create Governance Principle
7
- ## Name
8
- Talmudic
9
- ## Summary
10
- Based on Talmud
11
- ## Description
12
- Somewhat chaotic
13
- ## Domain Identifier
14
- 1
15
- ## Version Identifier
16
-
17
- ## Scope
18
- InterGalactic
19
-
20
- ## Importance
21
- Somewhat
22
-
23
- ## Implications
24
- Power; Money
25
- ## Outcomes
26
- Happiness
27
- ## Results
28
- Unknown
29
- ## Status
30
- PROPOSED
31
-
32
- ____
33
-
34
- # Don't Create Governance Approach
35
- ## Name
36
- Approach
37
- ## Summary
38
- Based on Talmud
39
- ## Description
40
- Somewhat chaotic
41
- ## Domain Identifier
42
- 1
43
- ## Version Identifier
44
-
45
- ## Scope
46
- InterGalactic
47
-
48
- ## Importance
49
- Somewhat
50
-
51
- ## Implications
52
- Power; Money
53
- ## Outcomes
54
- Happiness
55
- ## Results
56
- Unknown
57
- ## Status
58
- PROPOSED
59
-
60
- ____
61
-
62
- # Don't Create Governance Strategy
63
- ## Name
64
- Strategy
65
- ## Summary
66
- Based on Talmud
67
- ## Description
68
- Somewhat chaotic
69
- ## Domain Identifier
70
- 1
71
- ## Version Identifier
72
-
73
- ## Scope
74
- InterGalactic
75
-
76
- ## Importance
77
- Somewhat
78
-
79
- ## Implications
80
- Power; Money
81
- ## Outcomes
82
- Happiness
83
- ## Results
84
- Unknown
85
- ## Status
86
- PROPOSED
87
-
88
- ____
89
- ==>
90
- # Update Regulation Definition
91
- ## Qualified Name
92
- Egeria:ValidMetadataValue::typeName-(Regulation)
93
-
94
- ## GUID
95
- 4c00dcc9-cf73-4c1f-bd7c-2f365bfb5aec
96
-
97
- ## Name
98
- Regulation
99
- ## Summary
100
- Based on Talmud
101
- ## Description
102
- Somewhat chaotic
103
- ## Domain Identifier
104
- 1
105
- ## Version Identifier
106
-
107
- ## Scope
108
- InterGalactic
109
-
110
- ## Importance
111
- Somewhat
112
-
113
- ## Implications
114
- Power; Money
115
- ## Outcomes
116
- Happiness
117
- ## Results
118
- Unknown
119
- ## Status
120
- PROPOSED
121
-
122
- ____
123
-
124
- # Don't Create Governance Control
125
- ## Name
126
- Control
127
- ## Summary
128
- Based on Talmud
129
- ## Description
130
- Somewhat chaotic
131
- ## Domain Identifier
132
- 1
133
- ## Version Identifier
134
-
135
- ## Scope
136
- InterGalactic
137
-
138
- ## Importance
139
- Somewhat
140
-
141
- ## Implications
142
- Power; Money
143
- ## Outcomes
144
- Happiness
145
- ## Results
146
- Unknown
147
- ## Status
148
- PROPOSED
149
-
150
- ____
151
-
152
- # Create Governance Rule
153
- ## Name
154
- gov rule
155
- ## Summary
156
- Based on Talmud
157
- ## Description
158
- Somewhat chaotic
159
- ## Domain Identifier
160
- 1
161
- ## Version Identifier
162
-
163
- ## Scope
164
- InterGalactic
165
-
166
- ## Importance
167
- Somewhat
168
-
169
- ## Implications
170
- Power; Money
171
- ## Outcomes
172
- Happiness
173
- ## Results
174
- Unknown
175
- ## Status
176
- PROPOSED
177
-
178
- ____
179
-
180
- # Create Service Level Objectives
181
- ## Name
182
- Obligation
183
- ## Summary
184
- Based on Talmud
185
- ## Description
186
- Somewhat chaotic
187
- ## Domain Identifier
188
- 1
189
- ## Version Identifier
190
-
191
- ## Scope
192
- InterGalactic
193
-
194
- ## Importance
195
- Somewhat
196
-
197
- ## Implications
198
- Power; Money
199
- ## Outcomes
200
- Happiness
201
- ## Results
202
- Unknown
203
- ## Status
204
- PROPOSED
205
-
206
- ____
207
-
208
- # Create Governance Process
209
- ## Name
210
- Gov Process
211
- ## Summary
212
- Based on Talmud
213
- ## Description
214
- Somewhat chaotic
215
- ## Domain Identifier
216
- 1
217
- ## Version Identifier
218
-
219
- ## Scope
220
- InterGalactic
221
-
222
- ## Importance
223
- Somewhat
224
-
225
- ## Implications
226
- Power; Money
227
- ## Outcomes
228
- Happiness
229
- ## Results
230
- Unknown
231
- ## Status
232
- PROPOSED
233
-
234
- ____
235
-
236
- ___
237
-
238
-
239
- # Create Governance Responsibility
240
- ## Name
241
- Responsibility
242
- ## Summary
243
- Based on Talmud
244
- ## Description
245
- Somewhat chaotic
246
- ## Domain Identifier
247
- 1
248
- ## Version Identifier
249
-
250
- ## Scope
251
- InterGalactic
252
-
253
- ## Importance
254
- Somewhat
255
-
256
- ## Implications
257
- Power; Money
258
- ## Outcomes
259
- Happiness
260
- ## Results
261
- Unknown
262
- ## Status
263
- PROPOSED
264
-
265
- ____
266
-
267
- ___
268
-
269
-
270
- # Create Governance Procedure
271
- ## Name
272
- Gov procedure
273
- ## Summary
274
- Based on Talmud
275
- ## Description
276
- Somewhat chaotic
277
- ## Domain Identifier
278
- 1
279
- ## Version Identifier
280
-
281
- ## Scope
282
- InterGalactic
283
-
284
- ## Importance
285
- Somewhat
286
-
287
- ## Implications
288
- Power; Money
289
- ## Outcomes
290
- Happiness
291
- ## Results
292
- Unknown
293
- ## Status
294
- PROPOSED
295
-
296
- ____
297
-
298
- ___
299
-
300
-
301
- # Create Security Access Control
302
- ## Name
303
- sec access
304
- ## Summary
305
- Based on Talmud
306
- ## Description
307
- Somewhat chaotic
308
- ## Domain Identifier
309
- 1
310
- ## Version Identifier
311
-
312
- ## Scope
313
- InterGalactic
314
-
315
- ## Importance
316
- Somewhat
317
-
318
- ## Implications
319
- Power; Money
320
- ## Outcomes
321
- Happiness
322
- ## Results
323
- Unknown
324
- ## Status
325
- PROPOSED
326
-
327
- ____
328
-
329
- ___
330
-
331
-
332
- # don't Create Security Group
333
- ## Name
334
- Sec Group
335
- ## Summary
336
- Based on Talmud
337
- ## Description
338
- Somewhat chaotic
339
- ## Domain Identifier
340
- 1
341
- ## Version Identifier
342
-
343
- ## Scope
344
- InterGalactic
345
-
346
- ## Importance
347
- Somewhat
348
-
349
- ## Implications
350
- Power; Money
351
- ## Outcomes
352
- Happiness
353
- ## Results
354
- Unknown
355
- ## Status
356
- PROPOSED
357
-
358
-
359
- ____
360
-
361
- # Naming Standard Rule
362
- ## Name
363
- Namkng Standard
364
- ## Summary
365
- Based on Talmud
366
- ## Description
367
- Somewhat chaotic
368
- ## Domain Identifier
369
- 1
370
- ## Version Identifier
371
-
372
- ## Scope
373
- InterGalactic
374
-
375
- ## Importance
376
- Somewhat
377
-
378
- ## Implications
379
- Power; Money
380
- ## Outcomes
381
- Happiness
382
- ## Results
383
- Unknown
384
- ## Status
385
- PROPOSED
386
-
387
- ____
388
-
389
- # Don't Create Certification Type
390
- ## Name
391
- Cert
392
- ## Summary
393
- Based on Talmud
394
- ## Description
395
- Somewhat chaotic
396
- ## Domain Identifier
397
- 1
398
- ## Version Identifier
399
-
400
- ## Scope
401
- InterGalactic
402
-
403
- ## Importance
404
- Somewhat
405
-
406
- ## Implications
407
- Power; Money
408
- ## Outcomes
409
- Happiness
410
- ## Results
411
- Unknown
412
- ## Status
413
- PROPOSED
414
-
415
- ____
416
-
417
- # Don't Create License Type
418
- ## Name
419
- Lic
420
- ## Summary
421
- Based on Talmud
422
- ## Description
423
- Somewhat chaotic
424
- ## Domain Identifier
425
- 1
426
- ## Version Identifier
427
-
428
- ## Scope
429
- InterGalactic
430
-
431
- ## Importance
432
- Somewhat
433
-
434
- ## Implications
435
- Power; Money
436
- ## Outcomes
437
- Happiness
438
- ## Results
439
- Unknown
440
- ## Status
441
- PROPOSED
442
- # Provenance
443
-
444
- * Results from processing file gov_def.md on 2025-08-01 11:34
@@ -1,97 +0,0 @@
1
-
2
-
3
-
4
- ## Reporting on Default Base Attributes - Perhaps couldn't find a valid combination of output_format_set and output_format?
5
-
6
- # Update Digital Product
7
-
8
- ## Digital Product Name
9
-
10
- Opposition spending data - again
11
-
12
- ## Display Name
13
- Opposition spending data - again
14
-
15
- ## Qualified Name
16
- [DigitalProduct::Opposition-spending-data---again](#e7db9e6a-c53d-4358-b25d-e3bff5151599)
17
-
18
- ## Category
19
- None
20
-
21
- ## Description
22
- Sensitive spending data for the political opposition.
23
-
24
- ## GUID
25
- e7db9e6a-c53d-4358-b25d-e3bff5151599
26
-
27
- ## Type Name
28
- Collection
29
-
30
- ## Metadata Collection Id
31
- 9905c3cb-94c5-4494-9229-0d6f69c0b842
32
-
33
- ## Metadata Collection Name
34
- qs-metadata-store
35
-
36
- ## Version Identifier
37
- 1.0
38
-
39
- ## Classifications
40
- []
41
-
42
- ## Additional Properties
43
- None
44
-
45
- ## Created By
46
- erinoverview
47
-
48
- ## Create Time
49
- 2025-08-18T02:04:59.690+00:00
50
-
51
- ## Updated By
52
- None
53
-
54
- ## Update Time
55
- None
56
-
57
- ## Effective From
58
- None
59
-
60
- ## Effective To
61
- None
62
-
63
- ## Version
64
- 1
65
-
66
- ## Open Metadata Type Name
67
- Collection
68
-
69
-
70
- # Don't Create Data Sharing
71
- ## Name
72
- Leak to fox
73
-
74
- ## Description
75
- Leak sensitive personal data only to the conservative media.
76
-
77
- ## Status
78
- PROPOSED
79
-
80
- ___
81
-
82
- # Don't View Data Sharing Agreements
83
- ## Output Format
84
- LIST
85
-
86
- ___
87
-
88
- # Don't View Data Sharing Agreements
89
- ## Output Format
90
- REPORT
91
- ___
92
- # Don't View Collections
93
- ## Output Format
94
- LIST
95
- # Provenance
96
-
97
- * Results from processing file product.md on 2025-08-17 21:04