pyegeria 5.4.0.15__py3-none-any.whl → 5.4.0.17__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 (114) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +10 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/dr_egeria_md.py +1 -1
  6. commands/cat/list_format_set.py +5 -3
  7. commands/cat/logs/pyegeria.log +27 -0
  8. commands/cli/debug_log.log +0 -0
  9. commands/ops/load_archive.py +26 -22
  10. commands/ops/logs/pyegeria.log +0 -0
  11. md_processing/.DS_Store +0 -0
  12. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  13. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  14. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  20. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  22. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  23. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  24. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  25. md_processing/dr_egeria_inbox/collections.md +39 -0
  26. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  27. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  28. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  29. md_processing/dr_egeria_inbox/data_field.md +54 -0
  30. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  31. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  32. md_processing/dr_egeria_inbox/data_test.md +179 -0
  33. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  34. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  40. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  41. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  42. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  43. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  44. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  45. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  46. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  47. md_processing/dr_egeria_inbox/product.md +50 -0
  48. md_processing/dr_egeria_inbox/rel.md +8 -0
  49. md_processing/dr_egeria_inbox/sb.md +119 -0
  50. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  51. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  52. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  53. md_processing/dr_egeria_inbox/t2.md +268 -0
  54. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  56. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  57. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  70. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  71. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  72. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  73. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  77. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  81. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  82. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  86. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  100. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  101. md_processing/md_processing_utils/debug_log.log +0 -0
  102. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  103. pyegeria/.DS_Store +0 -0
  104. pyegeria/__init__.py +2 -2
  105. pyegeria/_client_new.py +31 -1
  106. pyegeria/_output_formats.py +23 -0
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/platform_services.py +3 -3
  109. pyegeria/runtime_manager_omvs.py +55 -55
  110. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/METADATA +1 -1
  111. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/RECORD +114 -15
  112. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/LICENSE +0 -0
  113. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/WHEEL +0 -0
  114. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,424 @@
1
+
2
+ ___
3
+
4
+
5
+
6
+
7
+ # Don't Create Governance Principle
8
+ ## Name
9
+ Talmudic
10
+ ## Summary
11
+ Based on Talmud
12
+ ## Description
13
+ Somewhat chaotic
14
+ ## Domain Identifier
15
+ 1
16
+ ## Version Identifier
17
+
18
+ ## Scope
19
+ InterGalactic
20
+
21
+ ## Importance
22
+ Somewhat
23
+
24
+ ## Implications
25
+ Power; Money
26
+ ## Outcomes
27
+ Happiness
28
+ ## Results
29
+ Unknown
30
+ ## Status
31
+ PROPOSED
32
+
33
+ ____
34
+
35
+ # Don't Create Governance Approach
36
+ ## Name
37
+ Approach
38
+ ## Summary
39
+ Based on Talmud
40
+ ## Description
41
+ Somewhat chaotic
42
+ ## Domain Identifier
43
+ 1
44
+ ## Version Identifier
45
+
46
+ ## Scope
47
+ InterGalactic
48
+
49
+ ## Importance
50
+ Somewhat
51
+
52
+ ## Implications
53
+ Power; Money
54
+ ## Outcomes
55
+ Happiness
56
+ ## Results
57
+ Unknown
58
+ ## Status
59
+ PROPOSED
60
+
61
+ ____
62
+
63
+ # Don't Create Governance Strategy
64
+ ## Name
65
+ Strategy
66
+ ## Summary
67
+ Based on Talmud
68
+ ## Description
69
+ Somewhat chaotic
70
+ ## Domain Identifier
71
+ 1
72
+ ## Version Identifier
73
+
74
+ ## Scope
75
+ InterGalactic
76
+
77
+ ## Importance
78
+ Somewhat
79
+
80
+ ## Implications
81
+ Power; Money
82
+ ## Outcomes
83
+ Happiness
84
+ ## Results
85
+ Unknown
86
+ ## Status
87
+ PROPOSED
88
+
89
+ ____
90
+ ==>
91
+ # Create Regulation Definition
92
+ ## Name
93
+ Regulation
94
+ ## Summary
95
+ Based on Talmud
96
+ ## Description
97
+ Somewhat chaotic
98
+ ## Domain Identifier
99
+ 1
100
+ ## Version Identifier
101
+
102
+ ## Scope
103
+ InterGalactic
104
+
105
+ ## Importance
106
+ Somewhat
107
+
108
+ ## Implications
109
+ Power; Money
110
+ ## Outcomes
111
+ Happiness
112
+ ## Results
113
+ Unknown
114
+ ## Status
115
+ PROPOSED
116
+
117
+ ____
118
+
119
+ # Don't Create Governance Control
120
+ ## Name
121
+ Control
122
+ ## Summary
123
+ Based on Talmud
124
+ ## Description
125
+ Somewhat chaotic
126
+ ## Domain Identifier
127
+ 1
128
+ ## Version Identifier
129
+
130
+ ## Scope
131
+ InterGalactic
132
+
133
+ ## Importance
134
+ Somewhat
135
+
136
+ ## Implications
137
+ Power; Money
138
+ ## Outcomes
139
+ Happiness
140
+ ## Results
141
+ Unknown
142
+ ## Status
143
+ PROPOSED
144
+
145
+ ____
146
+
147
+ # Create Governance Rule
148
+ ## Name
149
+ gov rule
150
+ ## Summary
151
+ Based on Talmud
152
+ ## Description
153
+ Somewhat chaotic
154
+ ## Domain Identifier
155
+ 1
156
+ ## Version Identifier
157
+
158
+ ## Scope
159
+ InterGalactic
160
+
161
+ ## Importance
162
+ Somewhat
163
+
164
+ ## Implications
165
+ Power; Money
166
+ ## Outcomes
167
+ Happiness
168
+ ## Results
169
+ Unknown
170
+ ## Status
171
+ PROPOSED
172
+
173
+ ____
174
+
175
+ # Create Service Level Objectives
176
+ ## Name
177
+ Obligation
178
+ ## Summary
179
+ Based on Talmud
180
+ ## Description
181
+ Somewhat chaotic
182
+ ## Domain Identifier
183
+ 1
184
+ ## Version Identifier
185
+
186
+ ## Scope
187
+ InterGalactic
188
+
189
+ ## Importance
190
+ Somewhat
191
+
192
+ ## Implications
193
+ Power; Money
194
+ ## Outcomes
195
+ Happiness
196
+ ## Results
197
+ Unknown
198
+ ## Status
199
+ PROPOSED
200
+
201
+ ____
202
+
203
+ # Create Governance Process
204
+ ## Name
205
+ Gov Process
206
+ ## Summary
207
+ Based on Talmud
208
+ ## Description
209
+ Somewhat chaotic
210
+ ## Domain Identifier
211
+ 1
212
+ ## Version Identifier
213
+
214
+ ## Scope
215
+ InterGalactic
216
+
217
+ ## Importance
218
+ Somewhat
219
+
220
+ ## Implications
221
+ Power; Money
222
+ ## Outcomes
223
+ Happiness
224
+ ## Results
225
+ Unknown
226
+ ## Status
227
+ PROPOSED
228
+
229
+ ____
230
+
231
+ # Create Governance Responsibility
232
+ ## Name
233
+ Responsibility
234
+ ## Summary
235
+ Based on Talmud
236
+ ## Description
237
+ Somewhat chaotic
238
+ ## Domain Identifier
239
+ 1
240
+ ## Version Identifier
241
+
242
+ ## Scope
243
+ InterGalactic
244
+
245
+ ## Importance
246
+ Somewhat
247
+
248
+ ## Implications
249
+ Power; Money
250
+ ## Outcomes
251
+ Happiness
252
+ ## Results
253
+ Unknown
254
+ ## Status
255
+ PROPOSED
256
+
257
+ ____
258
+
259
+ # Create Governance Procedure
260
+ ## Name
261
+ Gov procedure
262
+ ## Summary
263
+ Based on Talmud
264
+ ## Description
265
+ Somewhat chaotic
266
+ ## Domain Identifier
267
+ 1
268
+ ## Version Identifier
269
+
270
+ ## Scope
271
+ InterGalactic
272
+
273
+ ## Importance
274
+ Somewhat
275
+
276
+ ## Implications
277
+ Power; Money
278
+ ## Outcomes
279
+ Happiness
280
+ ## Results
281
+ Unknown
282
+ ## Status
283
+ PROPOSED
284
+
285
+ ____
286
+
287
+ # Create Security Access Control
288
+ ## Name
289
+ sec access
290
+ ## Summary
291
+ Based on Talmud
292
+ ## Description
293
+ Somewhat chaotic
294
+ ## Domain Identifier
295
+ 1
296
+ ## Version Identifier
297
+
298
+ ## Scope
299
+ InterGalactic
300
+
301
+ ## Importance
302
+ Somewhat
303
+
304
+ ## Implications
305
+ Power; Money
306
+ ## Outcomes
307
+ Happiness
308
+ ## Results
309
+ Unknown
310
+ ## Status
311
+ PROPOSED
312
+
313
+ ____
314
+
315
+ # don't Create Security Group
316
+ ## Name
317
+ Sec Group
318
+ ## Summary
319
+ Based on Talmud
320
+ ## Description
321
+ Somewhat chaotic
322
+ ## Domain Identifier
323
+ 1
324
+ ## Version Identifier
325
+
326
+ ## Scope
327
+ InterGalactic
328
+
329
+ ## Importance
330
+ Somewhat
331
+
332
+ ## Implications
333
+ Power; Money
334
+ ## Outcomes
335
+ Happiness
336
+ ## Results
337
+ Unknown
338
+ ## Status
339
+ PROPOSED
340
+
341
+
342
+ ____
343
+
344
+ # Naming Standard Rule
345
+ ## Name
346
+ Namkng Standard
347
+ ## Summary
348
+ Based on Talmud
349
+ ## Description
350
+ Somewhat chaotic
351
+ ## Domain Identifier
352
+ 1
353
+ ## Version Identifier
354
+
355
+ ## Scope
356
+ InterGalactic
357
+
358
+ ## Importance
359
+ Somewhat
360
+
361
+ ## Implications
362
+ Power; Money
363
+ ## Outcomes
364
+ Happiness
365
+ ## Results
366
+ Unknown
367
+ ## Status
368
+ PROPOSED
369
+
370
+ ____
371
+
372
+ # Don't Create Certification Type
373
+ ## Name
374
+ Cert
375
+ ## Summary
376
+ Based on Talmud
377
+ ## Description
378
+ Somewhat chaotic
379
+ ## Domain Identifier
380
+ 1
381
+ ## Version Identifier
382
+
383
+ ## Scope
384
+ InterGalactic
385
+
386
+ ## Importance
387
+ Somewhat
388
+
389
+ ## Implications
390
+ Power; Money
391
+ ## Outcomes
392
+ Happiness
393
+ ## Results
394
+ Unknown
395
+ ## Status
396
+ PROPOSED
397
+
398
+ ____
399
+
400
+ # Don't Create License Type
401
+ ## Name
402
+ Lic
403
+ ## Summary
404
+ Based on Talmud
405
+ ## Description
406
+ Somewhat chaotic
407
+ ## Domain Identifier
408
+ 1
409
+ ## Version Identifier
410
+
411
+ ## Scope
412
+ InterGalactic
413
+
414
+ ## Importance
415
+ Somewhat
416
+
417
+ ## Implications
418
+ Power; Money
419
+ ## Outcomes
420
+ Happiness
421
+ ## Results
422
+ Unknown
423
+ ## Status
424
+ PROPOSED