pyegeria 5.4.0.23__py3-none-any.whl → 5.4.0.25__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 +7967 -465
- commands/cat/debug_log.2025-08-15_09-14-07_444802.zip +0 -0
- commands/cat/debug_log.2025-08-16_10-21-59_388912.zip +0 -0
- commands/cat/debug_log.2025-08-17_11-34-27_981852.zip +0 -0
- commands/cat/dr_egeria_md.py +36 -6
- commands/cat/logs/pyegeria.log +3 -135
- md_processing/.DS_Store +0 -0
- md_processing/__init__.py +12 -6
- md_processing/data/commands.json +8523 -2234
- md_processing/dr_egeria_inbox/gov_def.md +76 -18
- md_processing/dr_egeria_inbox/img.png +0 -0
- md_processing/dr_egeria_inbox/product.md +185 -24
- md_processing/dr_egeria_outbox/.obsidian/workspace.json +5 -5
- md_processing/dr_egeria_outbox/monday/processed-2025-08-19 07:05-product.md +426 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-19 07:56-product.md +212 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-19 09:43-product.md +201 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-08-19 10:55-product.md +209 -0
- md_processing/md_commands/governance_officer_commands.py +247 -178
- md_processing/md_commands/product_manager_commands.py +730 -580
- md_processing/md_processing_utils/common_md_proc_utils.py +170 -12
- md_processing/md_processing_utils/common_md_utils.py +126 -28
- md_processing/md_processing_utils/extraction_utils.py +2 -2
- md_processing/md_processing_utils/md_processing_constants.py +14 -10
- pyegeria/.DS_Store +0 -0
- pyegeria/__init__.py +1 -1
- pyegeria/_client_new.py +61 -12
- pyegeria/_exceptions_new.py +6 -0
- pyegeria/_output_formats.py +42 -2
- pyegeria/collection_manager.py +79 -14
- pyegeria/{data_designer_omvs.py → data_designer.py} +1171 -1675
- pyegeria/glossary_browser.py +1259 -0
- pyegeria/{glossary_manager_omvs.py → glossary_manager.py} +1181 -1099
- pyegeria/governance_officer.py +1 -3
- pyegeria/load_config.py +1 -1
- pyegeria/models.py +37 -4
- pyegeria/output_formatter.py +2 -1
- pyegeria/project_manager.py +1952 -0
- pyegeria/utils.py +5 -2
- {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.25.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.25.dist-info}/RECORD +43 -44
- md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +0 -62
- md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +0 -62
- md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +0 -47
- md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +0 -503
- md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +0 -663
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +0 -2744
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +0 -62
- md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +0 -444
- md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +0 -37
- pyegeria/glossary_browser_omvs.py +0 -3840
- pyegeria/governance_officer_omvs.py +0 -2367
- {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.25.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.25.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.25.dist-info}/entry_points.txt +0 -0
@@ -1,16 +1,45 @@
|
|
1
1
|
|
2
|
+
# View Governance Definitions
|
3
|
+
## Output Format
|
4
|
+
REPORT
|
5
|
+
## Output Format Set
|
6
|
+
BasicGovernance
|
7
|
+
## Search String
|
8
|
+
Talmudic5
|
9
|
+
|
2
10
|
___
|
3
11
|
|
12
|
+
# Link Policies
|
13
|
+
## Policy 1
|
14
|
+
GovPrinciple::Talmudic5
|
15
|
+
|
16
|
+
## Policy 2
|
17
|
+
GovPrinciple::Talmudic3
|
18
|
+
|
19
|
+
## Link Label
|
20
|
+
A talmudic test
|
21
|
+
|
22
|
+
____
|
4
23
|
|
24
|
+
# Don't Link Governance Mechanism
|
25
|
+
## Definition 1
|
26
|
+
GovPrinciple::Talmudic5
|
5
27
|
|
28
|
+
## Definition 2
|
29
|
+
Gov procedure
|
30
|
+
|
31
|
+
## Link Label
|
32
|
+
TESTING-TESTING
|
33
|
+
|
34
|
+
____
|
6
35
|
|
7
|
-
# Don't
|
36
|
+
# Don't Update Governance Principle
|
8
37
|
## Name
|
9
38
|
Talmudic
|
10
39
|
## Summary
|
11
40
|
Based on Talmud
|
12
41
|
## Description
|
13
|
-
Somewhat chaotic
|
42
|
+
Somewhat chaotic today
|
14
43
|
## Domain Identifier
|
15
44
|
1
|
16
45
|
## Version Identifier
|
@@ -30,9 +59,36 @@ Unknown
|
|
30
59
|
## Status
|
31
60
|
PROPOSED
|
32
61
|
|
62
|
+
____
|
63
|
+
# Don't Create Governance Principle
|
64
|
+
## Name
|
65
|
+
Talmudic20
|
66
|
+
## Summary
|
67
|
+
Based on Talmud - this time
|
68
|
+
## Description
|
69
|
+
Rather 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
|
+
ACTIVE
|
88
|
+
|
33
89
|
____
|
34
90
|
|
35
|
-
#
|
91
|
+
# Don't Create Governance Approach
|
36
92
|
## Name
|
37
93
|
Approach
|
38
94
|
## Summary
|
@@ -60,7 +116,7 @@ PROPOSED
|
|
60
116
|
|
61
117
|
____
|
62
118
|
|
63
|
-
#
|
119
|
+
# Don't Create Governance Strategy
|
64
120
|
## Name
|
65
121
|
Strategy
|
66
122
|
## Summary
|
@@ -87,10 +143,12 @@ Unknown
|
|
87
143
|
PROPOSED
|
88
144
|
|
89
145
|
____
|
90
|
-
==>
|
91
|
-
|
146
|
+
==> found duplicate before
|
147
|
+
____
|
148
|
+
|
149
|
+
# Don't Create Regulation
|
92
150
|
## Name
|
93
|
-
Regulation
|
151
|
+
New Regulation
|
94
152
|
## Summary
|
95
153
|
Based on Talmud
|
96
154
|
## Description
|
@@ -116,7 +174,7 @@ PROPOSED
|
|
116
174
|
|
117
175
|
____
|
118
176
|
|
119
|
-
#
|
177
|
+
# Don't Create Governance Control
|
120
178
|
## Name
|
121
179
|
Control
|
122
180
|
## Summary
|
@@ -144,7 +202,7 @@ PROPOSED
|
|
144
202
|
|
145
203
|
____
|
146
204
|
|
147
|
-
# Create Governance Rule
|
205
|
+
# Don't Create Governance Rule
|
148
206
|
## Name
|
149
207
|
gov rule
|
150
208
|
## Summary
|
@@ -172,7 +230,7 @@ PROPOSED
|
|
172
230
|
|
173
231
|
____
|
174
232
|
|
175
|
-
# Create Service Level Objectives
|
233
|
+
# Don't Create Service Level Objectives
|
176
234
|
## Name
|
177
235
|
Obligation
|
178
236
|
## Summary
|
@@ -200,7 +258,7 @@ PROPOSED
|
|
200
258
|
|
201
259
|
____
|
202
260
|
|
203
|
-
# Create Governance
|
261
|
+
# Don't Create Governance Action
|
204
262
|
## Name
|
205
263
|
Gov Process
|
206
264
|
## Summary
|
@@ -228,7 +286,7 @@ PROPOSED
|
|
228
286
|
|
229
287
|
____
|
230
288
|
|
231
|
-
# Create Governance Responsibility
|
289
|
+
# Don't Create Governance Responsibility
|
232
290
|
## Name
|
233
291
|
Responsibility
|
234
292
|
## Summary
|
@@ -256,7 +314,7 @@ PROPOSED
|
|
256
314
|
|
257
315
|
____
|
258
316
|
|
259
|
-
# Create Governance Procedure
|
317
|
+
# Don't Create Governance Procedure
|
260
318
|
## Name
|
261
319
|
Gov procedure
|
262
320
|
## Summary
|
@@ -284,7 +342,7 @@ PROPOSED
|
|
284
342
|
|
285
343
|
____
|
286
344
|
|
287
|
-
# Create Security Access Control
|
345
|
+
# Don't Create Security Access Control
|
288
346
|
## Name
|
289
347
|
sec access
|
290
348
|
## Summary
|
@@ -312,7 +370,7 @@ PROPOSED
|
|
312
370
|
|
313
371
|
____
|
314
372
|
|
315
|
-
#
|
373
|
+
# Don't Create Security Group
|
316
374
|
## Name
|
317
375
|
Sec Group
|
318
376
|
## Summary
|
@@ -341,7 +399,7 @@ PROPOSED
|
|
341
399
|
|
342
400
|
____
|
343
401
|
|
344
|
-
# Naming Standard Rule
|
402
|
+
# Don't Create Naming Standard Rule
|
345
403
|
## Name
|
346
404
|
Namkng Standard
|
347
405
|
## Summary
|
@@ -369,7 +427,7 @@ PROPOSED
|
|
369
427
|
|
370
428
|
____
|
371
429
|
|
372
|
-
#
|
430
|
+
# Don't Create Certification Type
|
373
431
|
## Name
|
374
432
|
Cert
|
375
433
|
## Summary
|
@@ -397,7 +455,7 @@ PROPOSED
|
|
397
455
|
|
398
456
|
____
|
399
457
|
|
400
|
-
#
|
458
|
+
# Don't Create License Type
|
401
459
|
## Name
|
402
460
|
Lic
|
403
461
|
## Summary
|
Binary file
|
@@ -1,50 +1,211 @@
|
|
1
|
+
____
|
2
|
+
# Don't Update Root Collection
|
3
|
+
## Name
|
4
|
+
GeoSpatial Root
|
1
5
|
|
2
|
-
|
6
|
+
## Qualified Name
|
7
|
+
Root::GeoSpatial-Root
|
8
|
+
## Description
|
9
|
+
This is the root of the GeoSpatial work
|
10
|
+
|
11
|
+
## Category
|
12
|
+
GeoSpatial
|
13
|
+
|
14
|
+
____
|
15
|
+
|
16
|
+
# Don't Update Folder
|
17
|
+
## Name
|
18
|
+
Digital Products MarketPlace
|
19
|
+
|
20
|
+
## Qualified Name
|
21
|
+
Folder::Digital-Products-MarketPlace
|
22
|
+
## Description
|
23
|
+
This is the digital products marketplace.
|
24
|
+
|
25
|
+
## Catagory
|
26
|
+
GeoSpatial
|
27
|
+
|
28
|
+
____
|
29
|
+
|
30
|
+
# Don't Create Folder
|
31
|
+
## Name
|
32
|
+
GeoSpatial Products
|
33
|
+
|
34
|
+
## Qualified Name
|
35
|
+
Folder::GeoSpatial-Products
|
36
|
+
|
37
|
+
## Description
|
38
|
+
GeoSpatial product offerings.
|
39
|
+
|
40
|
+
## Catagory
|
41
|
+
GeoSpatial
|
42
|
+
____
|
43
|
+
|
44
|
+
# Don't Create Folder
|
45
|
+
## Name
|
46
|
+
Agricultural Products
|
3
47
|
|
4
|
-
|
48
|
+
## Qualified Name
|
49
|
+
Folder::Agricultural-Products
|
50
|
+
|
51
|
+
## Description
|
52
|
+
Agricultural product offerings.
|
53
|
+
|
54
|
+
## Catagory
|
55
|
+
GeoSpatial
|
56
|
+
____
|
57
|
+
|
58
|
+
# Don't Create Folder
|
59
|
+
## Name
|
60
|
+
Prepared Imagery Products
|
61
|
+
|
62
|
+
## Description
|
63
|
+
Imagry products that are ready for consumption.
|
64
|
+
|
65
|
+
## Catagory
|
66
|
+
GeoSpatial
|
67
|
+
|
68
|
+
____
|
69
|
+
|
70
|
+
# Don't Create Folder
|
5
71
|
## Name
|
6
|
-
|
72
|
+
Raw Satellite Imagery Products.
|
73
|
+
|
74
|
+
## Qualified Name
|
75
|
+
Folder::Raw Satellite-Imagery-Products
|
76
|
+
|
77
|
+
## Description
|
78
|
+
Satellite imagery imported from or referenced from external providers.
|
79
|
+
|
80
|
+
## Catagory
|
81
|
+
GeoSpatial
|
82
|
+
|
83
|
+
____
|
84
|
+
|
85
|
+
# Don't Create Digital Product
|
86
|
+
## Name
|
87
|
+
Sentinel-2a
|
88
|
+
|
89
|
+
## Qualified Name
|
90
|
+
DigitalProduct::Sentinel-2a
|
91
|
+
|
7
92
|
## Description
|
8
|
-
|
93
|
+
Level 2a (surface level) imagery. Updated
|
94
|
+
|
9
95
|
## Product Name
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
96
|
+
Sentinel Level 2A
|
97
|
+
|
98
|
+
## Status
|
99
|
+
Active
|
100
|
+
|
15
101
|
## Product Identifier
|
16
|
-
|
17
|
-
|
18
|
-
This product will help assure continueing dominance of the Trump party by helping to incarcerate or enslave all
|
19
|
-
opposition after stripping them of resources to fund our `gold-plat the world` initiative.
|
102
|
+
sentinel-2a
|
103
|
+
|
20
104
|
## Maturity
|
21
|
-
|
105
|
+
Mature
|
106
|
+
|
22
107
|
## Service Life
|
23
|
-
|
108
|
+
Until interest and budget wane.
|
109
|
+
|
110
|
+
## Category
|
111
|
+
GeoSpatial
|
112
|
+
|
113
|
+
____
|
24
114
|
|
115
|
+
# Don't Create Folder
|
25
116
|
|
26
|
-
# Don't Create Data Sharing
|
27
117
|
## Name
|
28
|
-
|
118
|
+
Standard Subscription Agreements Folder
|
119
|
+
|
120
|
+
## Qualified Name
|
121
|
+
Folder::Standard-Subscription-Agreements-Folder
|
29
122
|
|
30
123
|
## Description
|
31
|
-
|
124
|
+
A folder for digital product subscriptions.
|
32
125
|
|
33
|
-
##
|
34
|
-
|
126
|
+
## Catagory
|
127
|
+
GeoSpatial
|
128
|
+
|
129
|
+
____
|
130
|
+
# Don't Create Digital Subscription
|
131
|
+
## Name
|
132
|
+
GeoSpatial Data Products Subscription
|
133
|
+
|
134
|
+
# Qualified Name
|
135
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
136
|
+
|
137
|
+
## Description
|
138
|
+
A general subscription agreement for GeoSpatial Data Products
|
139
|
+
|
140
|
+
## Identifier
|
141
|
+
GeoSpatial-Sub-0
|
142
|
+
|
143
|
+
## Support Level
|
144
|
+
Best Effort
|
145
|
+
____
|
146
|
+
|
147
|
+
____
|
148
|
+
# Don't Create Agreement
|
149
|
+
## Name
|
150
|
+
A test agreement
|
151
|
+
|
152
|
+
# Qualified Name
|
153
|
+
Agreement::A-test-agreement
|
154
|
+
|
155
|
+
## Description
|
156
|
+
A general agreement for testing and testing
|
157
|
+
|
158
|
+
## Identifier
|
159
|
+
Agreement 1
|
160
|
+
|
161
|
+
____
|
162
|
+
|
163
|
+
# Don't Link Agreement->Item
|
164
|
+
## Agreement Name
|
165
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
166
|
+
|
167
|
+
## Item Name
|
168
|
+
DigitalProduct::Sentinel-2a
|
169
|
+
|
170
|
+
## Agreement Item Id
|
171
|
+
Sentinel-2a-Subscription
|
172
|
+
|
173
|
+
## Agreement Start
|
174
|
+
2025-08-01
|
175
|
+
|
176
|
+
## Agreement End
|
177
|
+
2030-12-31
|
178
|
+
|
179
|
+
## Entitlements
|
180
|
+
{ "Data Download" : "Allowed", "Data Sharing" : "Allowed"}
|
181
|
+
|
182
|
+
## Obligations
|
183
|
+
{ "Attribution" : "Required"}
|
184
|
+
____
|
185
|
+
|
186
|
+
# Link Subscriber->Subscription
|
187
|
+
## Subscription
|
188
|
+
Subscription::GeoSpatial-Data-Products-Subscription
|
189
|
+
|
190
|
+
## Subscriber
|
191
|
+
Agreement::A-test-agreement
|
35
192
|
|
36
193
|
___
|
37
194
|
|
38
|
-
#
|
195
|
+
# Don't View Data Sharing Agreements
|
39
196
|
## Output Format
|
40
197
|
LIST
|
41
198
|
|
42
199
|
___
|
43
200
|
|
44
|
-
#
|
201
|
+
# Don't View Data Sharing Agreements
|
45
202
|
## Output Format
|
46
203
|
REPORT
|
47
204
|
___
|
48
|
-
#
|
205
|
+
# Don't View Report
|
49
206
|
## Output Format
|
50
|
-
|
207
|
+
REPORT
|
208
|
+
## Output Format Set
|
209
|
+
Collections
|
210
|
+
|
211
|
+
|
@@ -13,12 +13,12 @@
|
|
13
13
|
"state": {
|
14
14
|
"type": "markdown",
|
15
15
|
"state": {
|
16
|
-
"file": "
|
16
|
+
"file": "monday/processed-2025-08-17 21:04-product.md",
|
17
17
|
"mode": "preview",
|
18
18
|
"source": false
|
19
19
|
},
|
20
20
|
"icon": "lucide-file",
|
21
|
-
"title": "processed-2025-
|
21
|
+
"title": "processed-2025-08-17 21:04-product"
|
22
22
|
}
|
23
23
|
}
|
24
24
|
]
|
@@ -142,13 +142,13 @@
|
|
142
142
|
"state": {
|
143
143
|
"type": "outline",
|
144
144
|
"state": {
|
145
|
-
"file": "
|
145
|
+
"file": "monday/processed-2025-08-17 21:04-product.md",
|
146
146
|
"followCursor": false,
|
147
147
|
"showSearch": false,
|
148
148
|
"searchQuery": ""
|
149
149
|
},
|
150
150
|
"icon": "lucide-list",
|
151
|
-
"title": "Outline of processed-2025-
|
151
|
+
"title": "Outline of processed-2025-08-17 21:04-product"
|
152
152
|
}
|
153
153
|
}
|
154
154
|
],
|
@@ -188,6 +188,7 @@
|
|
188
188
|
},
|
189
189
|
"active": "21860ec8f02c79c3",
|
190
190
|
"lastOpenFiles": [
|
191
|
+
"thursday/processed-2025-07-17 22:08-gov_def2.md",
|
191
192
|
"thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md",
|
192
193
|
"tuesday/processed-2025-07-16 19:15-gov_def2.md",
|
193
194
|
"processed-2025-08-03 16:05-glossary_list.md",
|
@@ -214,7 +215,6 @@
|
|
214
215
|
"sunday/processed-2025-07-20 14:16-product.md",
|
215
216
|
"sunday/processed-2025-07-20 14:12-product.md",
|
216
217
|
"sunday/processed-2025-07-20 14:11-product.md",
|
217
|
-
"sunday/processed-2025-07-20 13:49-product.md",
|
218
218
|
"sunday"
|
219
219
|
]
|
220
220
|
}
|