pyegeria 5.4.3__py3-none-any.whl → 5.4.3.2__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.
- commands/cat/debug_log.2025-08-30_21-15-48_528443.log.zip +0 -0
- commands/cat/debug_log.log +9410 -1431
- commands/cat/dr_egeria_command_help.py +110 -7
- md_processing/__init__.py +6 -11
- md_processing/data/commands.json +150 -6
- md_processing/dr_egeria.py +7 -6
- md_processing/dr_egeria_inbox/glossary_test1.md +18 -3
- md_processing/dr_egeria_inbox/product.md +11 -11
- md_processing/dr_egeria_outbox/friday/processed-2025-08-31 20:57-glossary_test1.md +400 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 09:26-product.md +210 -0
- md_processing/md_commands/glossary_commands.py +84 -459
- md_processing/md_commands/product_manager_commands.py +10 -7
- md_processing/md_commands/project_commands.py +2 -2
- md_processing/md_processing_utils/common_md_proc_utils.py +9 -6
- md_processing/md_processing_utils/common_md_utils.py +15 -13
- md_processing/md_processing_utils/extraction_utils.py +12 -3
- md_processing/md_processing_utils/md_processing_constants.py +5 -4
- pyegeria/__init__.py +2 -1
- pyegeria/config.py +179 -1
- pyegeria/glossary_manager.py +2 -2
- pyegeria/project_manager.py +1 -1
- {pyegeria-5.4.3.dist-info → pyegeria-5.4.3.2.dist-info}/METADATA +1 -1
- {pyegeria-5.4.3.dist-info → pyegeria-5.4.3.2.dist-info}/RECORD +26 -23
- {pyegeria-5.4.3.dist-info → pyegeria-5.4.3.2.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.3.dist-info → pyegeria-5.4.3.2.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.3.dist-info → pyegeria-5.4.3.2.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,400 @@
|
|
1
|
+
# Don't List Glossaries
|
2
|
+
## Output Format
|
3
|
+
LIST
|
4
|
+
## Search String
|
5
|
+
*
|
6
|
+
## Page Size
|
7
|
+
100
|
8
|
+
____
|
9
|
+
|
10
|
+
# Don't 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 Create 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
|
+
# Don't Create Folder
|
57
|
+
|
58
|
+
## Display Name
|
59
|
+
|
60
|
+
About Cats
|
61
|
+
|
62
|
+
## Description
|
63
|
+
|
64
|
+
This category is about cats
|
65
|
+
|
66
|
+
___
|
67
|
+
# Don't Add to Folder
|
68
|
+
## Member
|
69
|
+
About Cats
|
70
|
+
## Folder
|
71
|
+
Dr.Egeria Test
|
72
|
+
____
|
73
|
+
|
74
|
+
# Update Term
|
75
|
+
|
76
|
+
## Glossary
|
77
|
+
|
78
|
+
Glossary::Dr.Egeria Test
|
79
|
+
|
80
|
+
## Term Name
|
81
|
+
|
82
|
+
Calico
|
83
|
+
|
84
|
+
## Folders
|
85
|
+
|
86
|
+
About Cats
|
87
|
+
|
88
|
+
## Summary
|
89
|
+
|
90
|
+
Calico cats
|
91
|
+
|
92
|
+
## Description
|
93
|
+
|
94
|
+
Calico cats are common
|
95
|
+
|
96
|
+
## Abbreviation
|
97
|
+
|
98
|
+
## Examples
|
99
|
+
|
100
|
+
My calico cat is naughty
|
101
|
+
|
102
|
+
## Usage
|
103
|
+
|
104
|
+
As an adjective.
|
105
|
+
|
106
|
+
## Version
|
107
|
+
|
108
|
+
2
|
109
|
+
|
110
|
+
## Status
|
111
|
+
|
112
|
+
DRAFT
|
113
|
+
|
114
|
+
____
|
115
|
+
|
116
|
+
___
|
117
|
+
|
118
|
+
# Don't Add to Folder
|
119
|
+
## Member
|
120
|
+
Calico
|
121
|
+
## Folder
|
122
|
+
About Cats
|
123
|
+
___
|
124
|
+
|
125
|
+
|
126
|
+
## Reporting on Default Base Attributes - Perhaps couldn't find a valid combination of output_format_set and output_format?
|
127
|
+
|
128
|
+
# Update GlossaryTerm
|
129
|
+
|
130
|
+
## GlossaryTerm Name
|
131
|
+
|
132
|
+
Siamese
|
133
|
+
|
134
|
+
## Display Name
|
135
|
+
Siamese
|
136
|
+
|
137
|
+
## Qualified Name
|
138
|
+
[Term::Siamese::3](#ecf8b8d6-e593-4240-839c-019b820f1897)
|
139
|
+
|
140
|
+
## Category
|
141
|
+
None
|
142
|
+
|
143
|
+
## Description
|
144
|
+
The Siamese cat is one of the first distinctly recognised breeds of Asian cat. It derives from the Wichianmat landrace.The Siamese cat is one of several varieties of cats native to Thailand. The original Siamese became one of the mostpopular breeds in Europe and North America in the 19th century
|
145
|
+
|
146
|
+
## GUID
|
147
|
+
ecf8b8d6-e593-4240-839c-019b820f1897
|
148
|
+
|
149
|
+
## Type Name
|
150
|
+
GlossaryTerm
|
151
|
+
|
152
|
+
## Metadata Collection Id
|
153
|
+
9905c3cb-94c5-4494-9229-0d6f69c0b842
|
154
|
+
|
155
|
+
## Metadata Collection Name
|
156
|
+
qs-metadata-store
|
157
|
+
|
158
|
+
## Version Identifier
|
159
|
+
None
|
160
|
+
|
161
|
+
## Classifications
|
162
|
+
[]
|
163
|
+
|
164
|
+
## Additional Properties
|
165
|
+
None
|
166
|
+
|
167
|
+
## Created By
|
168
|
+
erinoverview
|
169
|
+
|
170
|
+
## Create Time
|
171
|
+
2025-09-01T01:57:49.006+00:00
|
172
|
+
|
173
|
+
## Updated By
|
174
|
+
None
|
175
|
+
|
176
|
+
## Update Time
|
177
|
+
None
|
178
|
+
|
179
|
+
## Effective From
|
180
|
+
None
|
181
|
+
|
182
|
+
## Effective To
|
183
|
+
None
|
184
|
+
|
185
|
+
## Version
|
186
|
+
1
|
187
|
+
|
188
|
+
## Open Metadata Type Name
|
189
|
+
GlossaryTerm
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
# Don't Update Term
|
194
|
+
|
195
|
+
## Glossary Name
|
196
|
+
|
197
|
+
Glossary::Dr.Egeria Test
|
198
|
+
|
199
|
+
## Folder
|
200
|
+
|
201
|
+
About Cats
|
202
|
+
|
203
|
+
## Term Name
|
204
|
+
|
205
|
+
Persian
|
206
|
+
|
207
|
+
## Summary
|
208
|
+
|
209
|
+
A long hair cat
|
210
|
+
|
211
|
+
## Description
|
212
|
+
|
213
|
+
The Persian cat, also known as the Persian Longhair, is a long-haired breed of cat characterised by a round face and
|
214
|
+
short muzzle. The first documented ancestors of Persian cats might have been imported into Italy from Khorasan as early
|
215
|
+
as around 1620, but this has not been proven.
|
216
|
+
|
217
|
+
## Version
|
218
|
+
|
219
|
+
4
|
220
|
+
|
221
|
+
## Status
|
222
|
+
|
223
|
+
DRAFT
|
224
|
+
|
225
|
+
___
|
226
|
+
|
227
|
+
Now lets update the glossary we are just creating with an updated description.
|
228
|
+
|
229
|
+
|
230
|
+
# Don't Update Glossary
|
231
|
+
|
232
|
+
## Glossary Name
|
233
|
+
|
234
|
+
Dr.Egeria Test
|
235
|
+
|
236
|
+
## Language
|
237
|
+
|
238
|
+
English
|
239
|
+
|
240
|
+
## Description
|
241
|
+
|
242
|
+
This glossary is for testing Dr.Egeria
|
243
|
+
|
244
|
+
## Usage
|
245
|
+
|
246
|
+
Use Dr.Egeria commands to create elements. We'll start by creating categories for cats and dogs.
|
247
|
+
|
248
|
+
## Version
|
249
|
+
|
250
|
+
1.1
|
251
|
+
|
252
|
+
## Qualified Name
|
253
|
+
|
254
|
+
Glossary::Dr.Egeria Test
|
255
|
+
|
256
|
+
___
|
257
|
+
|
258
|
+
Create and fill out a category for dogs
|
259
|
+
|
260
|
+
|
261
|
+
# Don't Create Folder
|
262
|
+
|
263
|
+
## Folder Name
|
264
|
+
|
265
|
+
About Dogs
|
266
|
+
|
267
|
+
## Description
|
268
|
+
|
269
|
+
This category is about dogs
|
270
|
+
|
271
|
+
____
|
272
|
+
# DOn't Add to Folder
|
273
|
+
## Member
|
274
|
+
About Dogs
|
275
|
+
## Folder
|
276
|
+
Glossary::Dr.Egeria Test
|
277
|
+
|
278
|
+
____
|
279
|
+
|
280
|
+
|
281
|
+
# Don't Update Term
|
282
|
+
|
283
|
+
## Glossary Name
|
284
|
+
|
285
|
+
Glossary::Dr.Egeria Test
|
286
|
+
## Categories
|
287
|
+
About Dogs
|
288
|
+
## Term Name
|
289
|
+
|
290
|
+
Labrador Retriever
|
291
|
+
|
292
|
+
## Summary
|
293
|
+
|
294
|
+
Labs are perhaps the most popular dog in the US.
|
295
|
+
|
296
|
+
## Description
|
297
|
+
|
298
|
+
The Labrador Retriever or simply Labrador is a British breed of retriever gun dog. It was developed in the United
|
299
|
+
Kingdom from St. John's water dogs imported from the colony of Newfoundland (now a province of Canada), and was named
|
300
|
+
after the Labrador region of that colony. It is among the most commonly kept dogs in several countries, particularly in
|
301
|
+
the Western world.
|
302
|
+
|
303
|
+
The Labrador is friendly, energetic, and playful.
|
304
|
+
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
|
305
|
+
assistance dog, or for rescue or therapy work.
|
306
|
+
|
307
|
+
## Abbreviation
|
308
|
+
|
309
|
+
Labs
|
310
|
+
|
311
|
+
## Examples
|
312
|
+
|
313
|
+
Leia was a mixed breed Lab
|
314
|
+
|
315
|
+
## Usage
|
316
|
+
|
317
|
+
A kind of dog
|
318
|
+
|
319
|
+
## Version
|
320
|
+
|
321
|
+
2
|
322
|
+
|
323
|
+
## Status
|
324
|
+
|
325
|
+
DRAFT
|
326
|
+
|
327
|
+
|
328
|
+
___
|
329
|
+
|
330
|
+
# Don't Create Term
|
331
|
+
|
332
|
+
## Glossary Name
|
333
|
+
|
334
|
+
Glossary::Dr.Egeria Test
|
335
|
+
|
336
|
+
## Term Name
|
337
|
+
|
338
|
+
Golden Retriever
|
339
|
+
## Glossary Category
|
340
|
+
Category::About Dogs
|
341
|
+
## Summary
|
342
|
+
|
343
|
+
Golden Retrievers are very popular dogs.
|
344
|
+
|
345
|
+
## Description
|
346
|
+
|
347
|
+
The Golden Retriever is a Scottish breed of retriever dog of medium size. It is characterised by a gentle and
|
348
|
+
affectionate nature and a striking golden coat. It is a working dog, and registration is subject to successful
|
349
|
+
completion of a working trial.[2] It is commonly kept as a pet and is among the most frequently registered breeds in
|
350
|
+
several Western countries; some may compete in dog shows or obedience trials, or work as a guide dog.
|
351
|
+
|
352
|
+
The Golden Retriever was bred by Sir Dudley Marjoribanks at his Scottish estate Guisachan in the late nineteenth
|
353
|
+
century. He cross-bred Flat-coated Retrievers with Tweed Water Spaniels, with some further infusions of Red Setter,
|
354
|
+
Labrador Retriever and Bloodhound. It was recognised by the Kennel Club in 1913, and during the interwar period spread
|
355
|
+
to many parts of the world.
|
356
|
+
|
357
|
+
## Version
|
358
|
+
|
359
|
+
3
|
360
|
+
|
361
|
+
## Status
|
362
|
+
|
363
|
+
DRAFT
|
364
|
+
|
365
|
+
___
|
366
|
+
|
367
|
+
# Don't Create Term
|
368
|
+
|
369
|
+
## Glossary Name
|
370
|
+
|
371
|
+
Glossary::Dr.Egeria Test
|
372
|
+
|
373
|
+
## Term Name
|
374
|
+
|
375
|
+
Terrier
|
376
|
+
|
377
|
+
## Summary
|
378
|
+
|
379
|
+
A vermin hunter
|
380
|
+
|
381
|
+
## Description
|
382
|
+
|
383
|
+
Terrier (from Latin terra, 'earth') is a type of dog originally bred to hunt vermin. A terrier is a dog of any one of
|
384
|
+
many breeds or landraces of the terrier type, which are typically small, wiry, game, and fearless. There are five
|
385
|
+
different groups of terrier, with each group having different shapes and sizes.
|
386
|
+
|
387
|
+
## Version
|
388
|
+
|
389
|
+
4
|
390
|
+
|
391
|
+
## Status
|
392
|
+
|
393
|
+
DRAFT
|
394
|
+
|
395
|
+
___
|
396
|
+
|
397
|
+
|
398
|
+
# Provenance
|
399
|
+
|
400
|
+
* Results from processing file glossary_test1.md on 2025-08-31 20:57
|
@@ -0,0 +1,210 @@
|
|
1
|
+
# Don't Create Root Collection
|
2
|
+
## Name
|
3
|
+
GeoSpatial Root
|
4
|
+
|
5
|
+
## Qualified Name
|
6
|
+
Root::GeoSpatial-Root
|
7
|
+
## Description
|
8
|
+
This is the root of the GeoSpatial work
|
9
|
+
|
10
|
+
## Category
|
11
|
+
GeoSpatial
|
12
|
+
|
13
|
+
____
|
14
|
+
|
15
|
+
# Don't Create Folder
|
16
|
+
## Name
|
17
|
+
Digital Products MarketPlace
|
18
|
+
|
19
|
+
## Qualified Name
|
20
|
+
Folder::Digital-Products-MarketPlace
|
21
|
+
## Description
|
22
|
+
This is the digital products marketplace.
|
23
|
+
|
24
|
+
## Catagory
|
25
|
+
GeoSpatial
|
26
|
+
|
27
|
+
____
|
28
|
+
|
29
|
+
# Don't Create Folder
|
30
|
+
## Name
|
31
|
+
GeoSpatial Products
|
32
|
+
|
33
|
+
## Qualified Name
|
34
|
+
Folder::GeoSpatial-Products
|
35
|
+
|
36
|
+
## Description
|
37
|
+
GeoSpatial product offerings.
|
38
|
+
|
39
|
+
## Catagory
|
40
|
+
GeoSpatial
|
41
|
+
____
|
42
|
+
|
43
|
+
# Don't Create Folder
|
44
|
+
## Name
|
45
|
+
Agricultural Products
|
46
|
+
|
47
|
+
## Qualified Name
|
48
|
+
Folder::Agricultural-Products
|
49
|
+
|
50
|
+
## Description
|
51
|
+
Agricultural product offerings.
|
52
|
+
|
53
|
+
## Catagory
|
54
|
+
GeoSpatial
|
55
|
+
____
|
56
|
+
|
57
|
+
# Don't Create Folder
|
58
|
+
## Name
|
59
|
+
Prepared Imagery Products
|
60
|
+
|
61
|
+
## Description
|
62
|
+
Imagry products that are ready for consumption.
|
63
|
+
|
64
|
+
## Catagory
|
65
|
+
GeoSpatial
|
66
|
+
|
67
|
+
____
|
68
|
+
|
69
|
+
# Don't Create Folder
|
70
|
+
## Name
|
71
|
+
Raw Satellite Imagery Products.
|
72
|
+
|
73
|
+
## Qualified Name
|
74
|
+
Folder::Raw Satellite-Imagery-Products
|
75
|
+
|
76
|
+
## Description
|
77
|
+
Satellite imagery imported from or referenced from external providers.
|
78
|
+
|
79
|
+
## Catagory
|
80
|
+
GeoSpatial
|
81
|
+
|
82
|
+
____
|
83
|
+
|
84
|
+
# Don't Update Digital Product
|
85
|
+
## Name
|
86
|
+
Sentinel-2a
|
87
|
+
|
88
|
+
## Qualified Name
|
89
|
+
DigitalProduct::Sentinel-2a
|
90
|
+
|
91
|
+
## Description
|
92
|
+
Level 2a (surface level) imagery. Updated
|
93
|
+
|
94
|
+
## Product Name
|
95
|
+
Sentinel Level 2A
|
96
|
+
|
97
|
+
## Status
|
98
|
+
Active
|
99
|
+
|
100
|
+
## Product Identifier
|
101
|
+
sentinel-2a
|
102
|
+
|
103
|
+
## Maturity
|
104
|
+
Mature
|
105
|
+
|
106
|
+
## Service Life
|
107
|
+
Until interest and budget wane.
|
108
|
+
|
109
|
+
## Category
|
110
|
+
GeoSpatial
|
111
|
+
|
112
|
+
____
|
113
|
+
|
114
|
+
# Don't Create Folder
|
115
|
+
|
116
|
+
## Name
|
117
|
+
Standard Subscription Agreements Folder
|
118
|
+
|
119
|
+
## Qualified Name
|
120
|
+
Folder::Standard-Subscription-Agreements-Folder
|
121
|
+
|
122
|
+
## Description
|
123
|
+
A folder for digital product subscriptions.
|
124
|
+
|
125
|
+
## Catagory
|
126
|
+
GeoSpatial
|
127
|
+
|
128
|
+
____
|
129
|
+
# Don't Update Digital Subscription
|
130
|
+
## Name
|
131
|
+
GeoSpatial Data Products Subscription
|
132
|
+
|
133
|
+
# Qualified Name
|
134
|
+
Subscription::GeoSpatial Data Products Subscription
|
135
|
+
|
136
|
+
## Description
|
137
|
+
A general subscription agreement for GeoSpatial Data Products
|
138
|
+
|
139
|
+
## Identifier
|
140
|
+
GeoSpatial-Sub-0
|
141
|
+
|
142
|
+
## Support Level
|
143
|
+
Best Effort
|
144
|
+
____
|
145
|
+
|
146
|
+
# Don't Update Agreement
|
147
|
+
## Name
|
148
|
+
A test agreement
|
149
|
+
|
150
|
+
# Qualified Name
|
151
|
+
Agreement::A-test-agreement
|
152
|
+
|
153
|
+
## Description
|
154
|
+
A general agreement for testing and testing
|
155
|
+
|
156
|
+
## Identifier
|
157
|
+
Agreement 1
|
158
|
+
|
159
|
+
____
|
160
|
+
|
161
|
+
|
162
|
+
* Agreement Name: `GeoSpatial Data Products Subscription`
|
163
|
+
|
164
|
+
* Item Name: `DigitalProduct::Sentinel-2a`
|
165
|
+
|
166
|
+
* Agreement Item Id: `Sentinel-2a-Subscription`
|
167
|
+
|
168
|
+
* Agreement Start: `2025-08-01`
|
169
|
+
|
170
|
+
* Agreement End: `2030-12-31`
|
171
|
+
|
172
|
+
* Obligations: `{
|
173
|
+
"Attribution": "Required"
|
174
|
+
}`
|
175
|
+
|
176
|
+
* Entitlements: `{
|
177
|
+
"Data Download": "Allowed",
|
178
|
+
"Data Sharing": "Allowed"
|
179
|
+
}`
|
180
|
+
|
181
|
+
|
182
|
+
# Don't Link Subscriber->Subscription
|
183
|
+
## Subscription
|
184
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
185
|
+
|
186
|
+
## Subscriber
|
187
|
+
Agreement::A-test-agreement
|
188
|
+
|
189
|
+
___
|
190
|
+
|
191
|
+
# Don't View Data Sharing Agreements
|
192
|
+
## Output Format
|
193
|
+
LIST
|
194
|
+
|
195
|
+
___
|
196
|
+
|
197
|
+
# Don't View Data Sharing Agreements
|
198
|
+
## Output Format
|
199
|
+
REPORT
|
200
|
+
___
|
201
|
+
# Don't View Report
|
202
|
+
## Output Format
|
203
|
+
REPORT
|
204
|
+
## Output Format Set
|
205
|
+
Collections
|
206
|
+
|
207
|
+
|
208
|
+
# Provenance
|
209
|
+
|
210
|
+
* Results from processing file product.md on 2025-09-01 09:26
|