pyegeria 5.4.0.33__py3-none-any.whl → 5.4.0.34__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 (132) hide show
  1. commands/.DS_Store +0 -0
  2. commands/cat/.DS_Store +0 -0
  3. commands/cat/.env +8 -0
  4. commands/cat/debug_log.2025-08-26_20-04-40_905576.log.zip +0 -0
  5. commands/cat/debug_log.2025-08-27_20-09-41_795022.log.zip +0 -0
  6. commands/cat/debug_log.log +898 -0
  7. commands/cat/list_format_set.py +4 -1
  8. commands/cat/logs/pyegeria.log +90 -0
  9. commands/cli/debug_log.log +0 -0
  10. commands/doc/.DS_Store +0 -0
  11. commands/ops/logs/pyegeria.log +0 -0
  12. md_processing/.DS_Store +0 -0
  13. md_processing/.idea/.gitignore +8 -0
  14. md_processing/.idea/inspectionProfiles/Project_Default.xml +59 -0
  15. md_processing/.idea/md_processing.iml +15 -0
  16. md_processing/.idea/modules.xml +8 -0
  17. md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
  18. md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
  19. md_processing/.idea/vcs.xml +6 -0
  20. md_processing/.idea/workspace.xml +107 -0
  21. md_processing/__init__.py +3 -2
  22. md_processing/data/commands.json +11496 -10345
  23. md_processing/dr_egeria.py +14 -6
  24. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  25. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  26. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  27. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  28. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  29. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  30. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  31. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  32. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  33. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  34. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  35. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  36. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  37. md_processing/dr_egeria_inbox/collections.md +39 -0
  38. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  39. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  40. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  41. md_processing/dr_egeria_inbox/data_field.md +54 -0
  42. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  43. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  44. md_processing/dr_egeria_inbox/data_test.md +179 -0
  45. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  46. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  47. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  48. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  49. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  50. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +318 -0
  51. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  52. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  53. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  54. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  55. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  56. md_processing/dr_egeria_inbox/glossary_test1.md +363 -0
  57. md_processing/dr_egeria_inbox/gov_def.md +482 -0
  58. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  59. md_processing/dr_egeria_inbox/img.png +0 -0
  60. md_processing/dr_egeria_inbox/output_tests.md +103 -0
  61. md_processing/dr_egeria_inbox/product.md +211 -0
  62. md_processing/dr_egeria_inbox/rel.md +8 -0
  63. md_processing/dr_egeria_inbox/sb.md +119 -0
  64. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  65. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  66. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  67. md_processing/dr_egeria_inbox/t2.md +268 -0
  68. md_processing/dr_egeria_outbox/.DS_Store +0 -0
  69. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  70. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  71. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +7 -0
  72. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +33 -0
  73. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +5164 -0
  74. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +10 -0
  75. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +624 -0
  76. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  77. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  78. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  79. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  80. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  81. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  82. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  83. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  84. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  85. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  86. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/data.json +38 -0
  87. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  88. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  89. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  90. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  91. md_processing/dr_egeria_outbox/.obsidian/workspace.json +270 -0
  92. md_processing/dr_egeria_outbox/Button Test.md +11 -0
  93. md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
  94. md_processing/dr_egeria_outbox/Scripts/sendRest.js +24 -0
  95. md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +17 -0
  96. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  98. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  99. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  100. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  101. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  102. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  103. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  104. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  105. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  106. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  107. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  108. md_processing/md_commands/glossary_commands.py +2 -2
  109. md_processing/md_commands/old_project_commands.py +164 -0
  110. md_processing/md_commands/product_manager_commands.py +5 -5
  111. md_processing/md_commands/project_commands.py +368 -134
  112. md_processing/md_processing_utils/common_md_proc_utils.py +1 -0
  113. md_processing/md_processing_utils/common_md_utils.py +13 -1
  114. md_processing/md_processing_utils/debug_log +3 -574
  115. md_processing/md_processing_utils/debug_log.log +0 -0
  116. md_processing/md_processing_utils/determine_width.py +103 -0
  117. md_processing/md_processing_utils/generate_dr_help.py +44 -18
  118. md_processing/md_processing_utils/logs/pyegeria.log +56 -0
  119. md_processing/md_processing_utils/md_processing_constants.py +37 -4
  120. pyegeria/.DS_Store +0 -0
  121. pyegeria/_output_formats.py +38 -10
  122. pyegeria/glossary_manager.py +0 -2
  123. pyegeria/output_formatter.py +9 -8
  124. pyegeria/project_manager.py +541 -420
  125. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.34.dist-info}/METADATA +2 -1
  126. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.34.dist-info}/RECORD +129 -24
  127. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +0 -163
  128. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +0 -474
  129. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +0 -2065
  130. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.34.dist-info}/LICENSE +0 -0
  131. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.34.dist-info}/WHEEL +0 -0
  132. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.34.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,44 @@
1
+ # Creating Information Supply Chains
2
+
3
+ We can also use Dr.Egeria to create information supply chains. Lets take a look at how.
4
+
5
+ ___
6
+
7
+ # Create Information Supply Chain
8
+
9
+ ## Display Name
10
+
11
+ ## Description
12
+
13
+ ## Scope
14
+
15
+ ## Purposes
16
+
17
+
18
+
19
+
20
+ ___
21
+
22
+
23
+ # Create Information Supply Chain Segment
24
+
25
+ ## Display Name
26
+
27
+ ## Description
28
+
29
+ ## Scope
30
+
31
+ ## Integration Style
32
+
33
+ ___
34
+
35
+ # Link Supply Chain Segments
36
+
37
+ ## Segment 1 Name
38
+
39
+ ## Segment 2 Name
40
+
41
+ ## Link Label
42
+
43
+ ## Link Description
44
+
@@ -0,0 +1,9 @@
1
+ # Dr.Egeria Command Reference
2
+
3
+ This document contains the descriptions of all Dr.Egeria commands currently defined.
4
+
5
+ # List Terms
6
+ ## Output Format
7
+ REPORT
8
+
9
+
@@ -0,0 +1,5 @@
1
+ # Test
2
+ # List Terms
3
+ ## Glossary Name
4
+ Egeria-Markdown
5
+ ## Output Format
@@ -0,0 +1,40 @@
1
+
2
+
3
+ # List Terms
4
+ ## Output Format
5
+ DICT
6
+
7
+ # List Term Update History
8
+
9
+ ## Term Name
10
+
11
+ PDR
12
+ ## Output Format
13
+ DICT
14
+
15
+ ___
16
+
17
+ # List Term History
18
+
19
+ ## Term Name
20
+
21
+ PDR
22
+
23
+
24
+ ___
25
+
26
+ # List Glossary Structure
27
+
28
+ ## Glossary
29
+
30
+ Egeria-Markdown
31
+
32
+ # List Categories
33
+
34
+ ## Output Format
35
+ LIST
36
+
37
+
38
+ # List Glossaries
39
+
40
+ ## Search String
@@ -0,0 +1,363 @@
1
+ # List Glossaries
2
+ ## Output Format
3
+ LIST
4
+ ## Search String
5
+ *
6
+ ## Page Size
7
+ 100
8
+ ____
9
+
10
+ # List Terms
11
+ ## Output Format
12
+ LIST
13
+ ## Search String
14
+ Calico
15
+ ## Page Size
16
+ 5
17
+ ## Starts With
18
+ True
19
+ ## Ignore Case
20
+ True
21
+
22
+ ____
23
+
24
+
25
+ # Don't Update Glossary
26
+
27
+ ## Glossary Name
28
+
29
+ Dr.Egeria Test
30
+
31
+ ## Language
32
+
33
+ English
34
+
35
+ ## Description
36
+
37
+ This glossary is for testing Dr.Egeria
38
+
39
+ ## Usage
40
+
41
+ Use Dr.Egeria commands to create elements.
42
+
43
+ ## Version
44
+
45
+ 1
46
+
47
+ ## Qualified Name
48
+
49
+ Glossary::Dr.Egeria Test
50
+
51
+ ___
52
+
53
+ Create a couple of categories for the glossary.
54
+
55
+ ___
56
+
57
+ # Don't Create Folder
58
+
59
+ ## Display Name
60
+
61
+ About Cats
62
+
63
+ ## Description
64
+
65
+ This category is about cats
66
+
67
+ ___
68
+ # Don't Add to Folder
69
+ ## Member
70
+ About Cats
71
+ ## Folder
72
+ Dr.Egeria Test
73
+ ____
74
+
75
+ # Don't Update Term
76
+
77
+ ## Glossary
78
+
79
+ Glossary::Dr.Egeria Test
80
+
81
+ ## Term Name
82
+
83
+ Calico
84
+
85
+ ## Folders
86
+
87
+ About Cats
88
+
89
+ ## Summary
90
+
91
+ Calico cats
92
+
93
+ ## Description
94
+
95
+ Calico cats are common
96
+
97
+ ## Abbreviation
98
+
99
+ ## Examples
100
+
101
+ My calico cat is naughty
102
+
103
+ ## Usage
104
+
105
+ As an adjective.
106
+
107
+ ## Version
108
+
109
+ 2
110
+
111
+ ## Status
112
+
113
+ DRAFT
114
+
115
+ ____
116
+ # Don't Add to Folder
117
+ ## Member
118
+ Calico
119
+ ## Folder
120
+ About Cats
121
+ ___
122
+
123
+ # Don't Update Term
124
+
125
+ ## Glossary Name
126
+
127
+ Glossary::Dr.Egeria Test
128
+
129
+ ## Term Name
130
+
131
+ Siamese
132
+
133
+ ## Summary
134
+
135
+ Siamese cats are native from Thailand.
136
+
137
+ ## Description
138
+
139
+ The Siamese cat is one of the first distinctly recognised breeds of Asian cat. It derives from the Wichianmat landrace.
140
+ The Siamese cat is one of several varieties of cats native to Thailand. The original Siamese became one of the most
141
+ popular breeds in Europe and North America in the 19th century
142
+
143
+ ## Folders
144
+
145
+ Folder::About Cats
146
+
147
+ ## Version
148
+
149
+ 3
150
+
151
+ ## Status
152
+
153
+ DRAFT
154
+
155
+ ___
156
+
157
+ # Don't Update Term
158
+
159
+ ## Glossary Name
160
+
161
+ Glossary::Dr.Egeria Test
162
+
163
+ ## Folder
164
+
165
+ About Cats
166
+
167
+ ## Term Name
168
+
169
+ Persian
170
+
171
+ ## Summary
172
+
173
+ A long hair cat
174
+
175
+ ## Description
176
+
177
+ The Persian cat, also known as the Persian Longhair, is a long-haired breed of cat characterised by a round face and
178
+ short muzzle. The first documented ancestors of Persian cats might have been imported into Italy from Khorasan as early
179
+ as around 1620, but this has not been proven.
180
+
181
+ ## Version
182
+
183
+ 4
184
+
185
+ ## Status
186
+
187
+ DRAFT
188
+
189
+ ___
190
+
191
+ Now lets update the glossary we are just creating with an updated description.
192
+
193
+ ___
194
+
195
+ # Don't Update Glossary
196
+
197
+ ## Glossary Name
198
+
199
+ Dr.Egeria Test
200
+
201
+ ## Language
202
+
203
+ English
204
+
205
+ ## Description
206
+
207
+ This glossary is for testing Dr.Egeria
208
+
209
+ ## Usage
210
+
211
+ Use Dr.Egeria commands to create elements. We'll start by creating categories for cats and dogs.
212
+
213
+ ## Version
214
+
215
+ 1.1
216
+
217
+ ## Qualified Name
218
+
219
+ Glossary::Dr.Egeria Test
220
+
221
+ ___
222
+
223
+ Create and fill out a category for dogs
224
+
225
+ ___
226
+
227
+ # Don't Create Folder
228
+
229
+ ## Folder Name
230
+
231
+ About Dogs
232
+
233
+ ## Description
234
+
235
+ This category is about dogs
236
+
237
+ ____
238
+ # DOn't Add to Folder
239
+ ## Member
240
+ About Dogs
241
+ ## Folder
242
+ Glossary::Dr.Egeria Test
243
+
244
+ ____
245
+
246
+
247
+ # Don't Update Term
248
+
249
+ ## Glossary Name
250
+
251
+ Glossary::Dr.Egeria Test
252
+ ## Categories
253
+ About Dogs
254
+ ## Term Name
255
+
256
+ Labrador Retriever
257
+
258
+ ## Summary
259
+
260
+ Labs are perhaps the most popular dog in the US.
261
+
262
+ ## Description
263
+
264
+ The Labrador Retriever or simply Labrador is a British breed of retriever gun dog. It was developed in the United
265
+ Kingdom from St. John's water dogs imported from the colony of Newfoundland (now a province of Canada), and was named
266
+ after the Labrador region of that colony. It is among the most commonly kept dogs in several countries, particularly in
267
+ the Western world.
268
+
269
+ The Labrador is friendly, energetic, and playful.
270
+ It was bred as a sporting and hunting dog but is widely kept as a companion dog. It may also be trained as a guide or
271
+ assistance dog, or for rescue or therapy work.
272
+
273
+ ## Abbreviation
274
+
275
+ Labs
276
+
277
+ ## Examples
278
+
279
+ Leia was a mixed breed Lab
280
+
281
+ ## Usage
282
+
283
+ A kind of dog
284
+
285
+ ## Version
286
+
287
+ 2
288
+
289
+ ## Status
290
+
291
+ DRAFT
292
+
293
+
294
+ ___
295
+
296
+ # Don't Create Term
297
+
298
+ ## Glossary Name
299
+
300
+ Glossary::Dr.Egeria Test
301
+
302
+ ## Term Name
303
+
304
+ Golden Retriever
305
+ ## Glossary Category
306
+ Category::About Dogs
307
+ ## Summary
308
+
309
+ Golden Retrievers are very popular dogs.
310
+
311
+ ## Description
312
+
313
+ The Golden Retriever is a Scottish breed of retriever dog of medium size. It is characterised by a gentle and
314
+ affectionate nature and a striking golden coat. It is a working dog, and registration is subject to successful
315
+ completion of a working trial.[2] It is commonly kept as a pet and is among the most frequently registered breeds in
316
+ several Western countries; some may compete in dog shows or obedience trials, or work as a guide dog.
317
+
318
+ The Golden Retriever was bred by Sir Dudley Marjoribanks at his Scottish estate Guisachan in the late nineteenth
319
+ century. He cross-bred Flat-coated Retrievers with Tweed Water Spaniels, with some further infusions of Red Setter,
320
+ Labrador Retriever and Bloodhound. It was recognised by the Kennel Club in 1913, and during the interwar period spread
321
+ to many parts of the world.
322
+
323
+ ## Version
324
+
325
+ 3
326
+
327
+ ## Status
328
+
329
+ DRAFT
330
+
331
+ ___
332
+
333
+ # Don't Create Term
334
+
335
+ ## Glossary Name
336
+
337
+ Glossary::Dr.Egeria Test
338
+
339
+ ## Term Name
340
+
341
+ Terrier
342
+
343
+ ## Summary
344
+
345
+ A vermin hunter
346
+
347
+ ## Description
348
+
349
+ Terrier (from Latin terra, 'earth') is a type of dog originally bred to hunt vermin. A terrier is a dog of any one of
350
+ many breeds or landraces of the terrier type, which are typically small, wiry, game, and fearless. There are five
351
+ different groups of terrier, with each group having different shapes and sizes.
352
+
353
+ ## Version
354
+
355
+ 4
356
+
357
+ ## Status
358
+
359
+ DRAFT
360
+
361
+ ___
362
+
363
+