pyegeria 5.4.0.23__py3-none-any.whl → 5.4.0.24__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 (34) hide show
  1. commands/cat/debug_log +2046 -465
  2. commands/cat/debug_log.2025-08-15_09-14-07_444802.zip +0 -0
  3. commands/cat/debug_log.2025-08-16_10-21-59_388912.zip +0 -0
  4. commands/cat/dr_egeria_md.py +16 -3
  5. md_processing/__init__.py +5 -3
  6. md_processing/data/commands.json +8310 -903
  7. md_processing/dr_egeria_inbox/gov_def.md +76 -18
  8. md_processing/dr_egeria_inbox/img.png +0 -0
  9. md_processing/dr_egeria_inbox/product.md +132 -20
  10. md_processing/dr_egeria_outbox/monday/processed-2025-08-17 21:04-product.md +97 -0
  11. md_processing/md_commands/governance_officer_commands.py +291 -150
  12. md_processing/md_commands/product_manager_commands.py +309 -401
  13. md_processing/md_processing_utils/common_md_proc_utils.py +110 -7
  14. md_processing/md_processing_utils/common_md_utils.py +112 -26
  15. md_processing/md_processing_utils/md_processing_constants.py +8 -5
  16. pyegeria/__init__.py +1 -1
  17. pyegeria/_client_new.py +3 -2
  18. pyegeria/_exceptions_new.py +6 -0
  19. pyegeria/_output_formats.py +17 -2
  20. pyegeria/governance_officer.py +1 -3
  21. pyegeria/load_config.py +1 -1
  22. pyegeria/models.py +28 -1
  23. pyegeria/utils.py +1 -1
  24. {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.24.dist-info}/METADATA +1 -1
  25. {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.24.dist-info}/RECORD +28 -30
  26. commands/cat/logs/pyegeria.log +0 -136
  27. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +0 -62
  28. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +0 -62
  29. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +0 -47
  30. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +0 -503
  31. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +0 -37
  32. {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.24.dist-info}/LICENSE +0 -0
  33. {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.24.dist-info}/WHEEL +0 -0
  34. {pyegeria-5.4.0.23.dist-info → pyegeria-5.4.0.24.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 Create Governance Principle
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
- # Don't Create Governance Approach
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
- # Don't Create Governance Strategy
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
- # Create Regulation Definition
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
- # Don't Create Governance Control
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 Process
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
- # don't Create Security Group
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
- # Don't Create Certification Type
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
- # Don't Create License Type
458
+ # Don't Create License Type
401
459
  ## Name
402
460
  Lic
403
461
  ## Summary
Binary file
@@ -1,37 +1,149 @@
1
+ ____
2
+ # Create Root Collection
3
+ ## Name
4
+ GeoSpatial Root
1
5
 
2
- ___
6
+ ## Description
7
+ This is the root of the GeoSpatial work
8
+
9
+ ## Category
10
+ GeoSpatial
11
+
12
+ ____
13
+
14
+ # Don't Create Folder
15
+ ## Name
16
+ Digital Products MarketPlace
17
+
18
+ ## Description
19
+ This is the digital products marketplace.
20
+
21
+ ## Catagory
22
+ GeoSpatial
23
+
24
+ ____
25
+
26
+ # Don't Create Folder
27
+ ## Name
28
+ GeoSpatial Products
29
+
30
+ ## Description
31
+ GeoSpatial product offerings.
32
+
33
+ ## Catagory
34
+ GeoSpatial
35
+ ____
36
+
37
+ # Don't Create Folder
38
+ ## Name
39
+ Agriculture Products
40
+
41
+ ## Description
42
+ Agricultural product offerings.
43
+
44
+ ## Catagory
45
+ GeoSpatial
46
+ ____
47
+
48
+ # Don't Create Folder
49
+ ## Name
50
+ Prepared Imagery Products
51
+
52
+ ## Description
53
+ Imagry products that are ready for consumption.
54
+
55
+ ## Catagory
56
+ GeoSpatial
57
+
58
+ ____
59
+
60
+ # Don't Create Folder
61
+ ## Name
62
+ Raw Satellite Imagery products.
63
+
64
+ ## Description
65
+ Satellite imagery imported from or referenced from external providers.
66
+
67
+ ## Catagory
68
+ GeoSpatial
69
+
70
+ ____
3
71
 
4
72
  # Don't Create Digital Product
5
73
  ## Name
6
- Opposition spending data
74
+ Sentinel-2a
75
+
7
76
  ## Description
8
- Sensitive spending data for the political opposition.
77
+ Level 2a (surface level) imagery.
78
+
9
79
  ## Product Name
10
- Non-Patriot Spending
11
- ## Product Status
12
- PROPOSED
13
- ## Product Type
14
- Political Dirty Tricks
80
+ Sentinel Level 2A
81
+
82
+ ## Status
83
+ Active
84
+
15
85
  ## Product Identifier
16
- Enslave the Dems
17
- ## Product Description
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.
86
+ sentinel-2a
87
+
20
88
  ## Maturity
21
- Concept
89
+ Mature
90
+
22
91
  ## Service Life
23
- As long as needed
92
+ Until interest and budget wane.
24
93
 
94
+ ## Category
95
+ GeoSpatial
96
+
97
+ ____
98
+
99
+ # Don't Create Folder
25
100
 
26
- # Don't Create Data Sharing
27
101
  ## Name
28
- Leak to fox
102
+ Standard Subscription Agreements Folder
29
103
 
30
104
  ## Description
31
- Leak sensitive personal data only to the conservative media.
105
+ A folder for digital product subscriptions.
106
+
107
+ ## Catagory
108
+ GeoSpatial
109
+
110
+ ____
111
+ # Don't Create Digital Subscription
112
+ ## Name
113
+ GeoSpatial Data Products Subscription
114
+
115
+ ## Description
116
+ A general subscription agreement for GeoSpatial Data Products
117
+
118
+ ## Identifier
119
+ GeoSpatial-Sub-0
120
+
121
+ ## Support Level
122
+ Best Effort
123
+ ____
124
+
125
+ # Don't Link Agrement Item
126
+ ## Agreement Name
127
+ GeoSpatial Data Products Subscription
128
+
129
+ ## Item Name
130
+ Sentinel-2A
131
+
132
+ ## Agreement Item Id
133
+ Sentinel-2a-Subscription
134
+
135
+ ## Agreement Start
136
+ 2025-08-01
137
+
138
+ ## Agreement End
139
+ 2030-12-31
140
+
141
+ ## Entitlements
142
+ { "Data Download" : "Allowed", "Data Sharing" : "Allowed"}
143
+
144
+ ## Obligations
145
+ { "Attribution" : "Required"}
32
146
 
33
- ## Status
34
- PROPOSED
35
147
 
36
148
  ___
37
149
 
@@ -45,6 +157,6 @@ ___
45
157
  ## Output Format
46
158
  REPORT
47
159
  ___
48
- # View Collections
160
+ # Don't View Collections
49
161
  ## Output Format
50
162
  LIST
@@ -0,0 +1,97 @@
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