pyegeria 5.4.3.2__py3-none-any.whl → 5.4.3.4__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-09-01_07-02-58_818650.log.zip +0 -0
- commands/cat/debug_log.2025-09-02_07-44-39_567276.log.zip +0 -0
- commands/cat/debug_log.2025-09-03_07-45-21_986388.log.zip +0 -0
- commands/cat/debug_log.log +5379 -8107
- commands/cat/list_format_set.py +2 -2
- commands/tech/list_information_supply_chains.py +1 -1
- commands/tech/list_solution_blueprints.py +1 -1
- commands/tech/list_solution_components.py +1 -1
- commands/tech/list_solution_roles.py +1 -1
- md_processing/__init__.py +0 -4
- md_processing/data/commands.json +1258 -615
- md_processing/dr_egeria.py +6 -9
- md_processing/dr_egeria_inbox/data_spec_test.md +44 -418
- md_processing/dr_egeria_inbox/gov_def.md +239 -3
- md_processing/dr_egeria_inbox/product.md +13 -5
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 14:03-product.md +209 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 14:24-product.md +263 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 16:03-data_spec_test.md +2374 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 16:05-data_spec_test.md +2374 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:28-data_spec_test.md +2321 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:37-data_spec_test.md +2304 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:56-data_spec_test.md +2324 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 09:00-data_spec_test.md +2324 -0
- md_processing/md_commands/data_designer_commands.py +170 -570
- md_processing/md_commands/product_manager_commands.py +1 -1
- md_processing/md_processing_utils/common_md_utils.py +55 -13
- md_processing/md_processing_utils/extraction_utils.py +14 -7
- md_processing/md_processing_utils/md_processing_constants.py +1 -1
- pyegeria/___external_references.py +3255 -0
- pyegeria/__init__.py +1 -1
- pyegeria/_client_new.py +9 -7
- pyegeria/_output_formats.py +124 -3
- pyegeria/collection_manager.py +17 -56
- pyegeria/config.py +10 -1
- pyegeria/data_designer.py +172 -124
- pyegeria/egeria_client.py +1 -1
- pyegeria/egeria_tech_client.py +1 -1
- pyegeria/glossary_manager.py +71 -85
- pyegeria/governance_officer.py +26 -29
- pyegeria/output_formatter.py +127 -1
- pyegeria/project_manager.py +33 -36
- pyegeria/{solution_architect_omvs.py → solution_architect.py} +443 -388
- {pyegeria-5.4.3.2.dist-info → pyegeria-5.4.3.4.dist-info}/METADATA +1 -1
- {pyegeria-5.4.3.2.dist-info → pyegeria-5.4.3.4.dist-info}/RECORD +47 -41
- md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:30-output_tests.md +0 -103
- md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:40-output_tests.md +0 -115
- md_processing/dr_egeria_outbox/friday/processed-2025-08-30 21:15-glossary_test1.md +0 -326
- md_processing/dr_egeria_outbox/friday/processed-2025-08-31 13:27-glossary_test1.md +0 -369
- md_processing/dr_egeria_outbox/friday/processed-2025-08-31 13:33-glossary_test1.md +0 -392
- md_processing/dr_egeria_outbox/friday/processed-2025-08-31 20:57-glossary_test1.md +0 -400
- {pyegeria-5.4.3.2.dist-info → pyegeria-5.4.3.4.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.3.2.dist-info → pyegeria-5.4.3.4.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.3.2.dist-info → pyegeria-5.4.3.4.dist-info}/entry_points.txt +0 -0
@@ -1,3 +1,124 @@
|
|
1
|
+
# Don't Create Regulation
|
2
|
+
> Defines a relevant legal regulation that the business operation must comply with. Often regulations are divided into regulation articles.
|
3
|
+
|
4
|
+
## Display Name
|
5
|
+
> Input Required: True
|
6
|
+
|
7
|
+
> Description: Name of the definition.
|
8
|
+
|
9
|
+
> Alternative Labels: Name
|
10
|
+
EU Corporate Sustainability Reporting
|
11
|
+
|
12
|
+
## Summary
|
13
|
+
> Input Required: False
|
14
|
+
|
15
|
+
> Description: Summary of the definition.
|
16
|
+
EU law requires companies above a certain size to disclose information on what they see as the risks and opportunities
|
17
|
+
arising from social and environmental issues, and on the impact of their activities on people and the environment.
|
18
|
+
|
19
|
+
## Description
|
20
|
+
> Input Required: False
|
21
|
+
|
22
|
+
> Description: Description of the contents of the definition.
|
23
|
+
|
24
|
+
See the regulations.
|
25
|
+
|
26
|
+
## Domain Identifier
|
27
|
+
> Input Required: False
|
28
|
+
|
29
|
+
> Description: Integer representing the governance domain. All domains is 0.
|
30
|
+
|
31
|
+
> Default Value: 0
|
32
|
+
|
33
|
+
|
34
|
+
## Document Identifier
|
35
|
+
> Input Required: False
|
36
|
+
|
37
|
+
> Description: A user supplied identifier for the governance document.
|
38
|
+
|
39
|
+
> Alternative Labels: Doc Id
|
40
|
+
[https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32022L2464](https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32022L2464)
|
41
|
+
## Version Identifier
|
42
|
+
> Input Required: False
|
43
|
+
|
44
|
+
> Description: Published version identifier.
|
45
|
+
|
46
|
+
|
47
|
+
## Scope
|
48
|
+
> Input Required: False
|
49
|
+
|
50
|
+
> Description: Scope of the definition.
|
51
|
+
Rolling out across different industries and organization sizes.
|
52
|
+
## Importance
|
53
|
+
> Input Required: False
|
54
|
+
|
55
|
+
> Description: Importance of the definition.
|
56
|
+
Important
|
57
|
+
|
58
|
+
## Source
|
59
|
+
> Input Required: False
|
60
|
+
|
61
|
+
> Description: The source of the regulator.
|
62
|
+
[Corporate sustainability reporting - European Commission](https://finance.ec.europa.eu/capital-markets-union-and-financial-markets/company-reporting-and-auditing/company-reporting/corporate-sustainability-reporting_en)
|
63
|
+
|
64
|
+
## Regulators
|
65
|
+
> Input Required: False
|
66
|
+
|
67
|
+
> Description: The regulatory authorities responsible for monitoring compliance to regulations.
|
68
|
+
European Commission
|
69
|
+
|
70
|
+
## Implications
|
71
|
+
> Input Required: False
|
72
|
+
|
73
|
+
> Description: List of implications.
|
74
|
+
|
75
|
+
|
76
|
+
## Outcomes
|
77
|
+
> Input Required: False
|
78
|
+
|
79
|
+
> Description: List of desired outcomes.
|
80
|
+
|
81
|
+
|
82
|
+
## Results
|
83
|
+
> Input Required: False
|
84
|
+
|
85
|
+
> Description: A list of expected results.
|
86
|
+
|
87
|
+
|
88
|
+
## Status
|
89
|
+
> Input Required: False
|
90
|
+
|
91
|
+
> Description: The status of the agreement. There is a list of valid values that this conforms to.
|
92
|
+
|
93
|
+
> Alternative Labels: Definition Status
|
94
|
+
|
95
|
+
> Valid Values: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
96
|
+
|
97
|
+
> Default Value: DRAFT
|
98
|
+
|
99
|
+
|
100
|
+
## User Defined Status
|
101
|
+
> Input Required: False
|
102
|
+
|
103
|
+
> Description: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
104
|
+
|
105
|
+
|
106
|
+
## Qualified Name
|
107
|
+
> Input Required: False
|
108
|
+
|
109
|
+
> Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
110
|
+
|
111
|
+
|
112
|
+
## GUID
|
113
|
+
> Input Required: False
|
114
|
+
|
115
|
+
> Description: A system generated unique identifier.
|
116
|
+
|
117
|
+
> Alternative Labels: Guid; guid
|
118
|
+
|
119
|
+
____
|
120
|
+
|
121
|
+
|
1
122
|
|
2
123
|
# View Governance Definitions
|
3
124
|
## Output Format
|
@@ -5,11 +126,11 @@ REPORT
|
|
5
126
|
## Output Format Set
|
6
127
|
BasicGovernance
|
7
128
|
## Search String
|
8
|
-
|
129
|
+
|
9
130
|
|
10
131
|
___
|
11
132
|
|
12
|
-
# Link Policies
|
133
|
+
# Don't Link Policies
|
13
134
|
## Policy 1
|
14
135
|
GovPrinciple::Talmudic5
|
15
136
|
|
@@ -33,7 +154,122 @@ TESTING-TESTING
|
|
33
154
|
|
34
155
|
____
|
35
156
|
|
36
|
-
# Don't
|
157
|
+
# Don't Create Business Imperative
|
158
|
+
> The BusinessImperative entity defines a business goal that is critical to the success of the organization.
|
159
|
+
|
160
|
+
## Display Name
|
161
|
+
> Input Required: True
|
162
|
+
|
163
|
+
> Description: Name of the definition.
|
164
|
+
|
165
|
+
> Alternative Labels: Name
|
166
|
+
Sustainability Reporting Imperative
|
167
|
+
|
168
|
+
## Summary
|
169
|
+
> Input Required: False
|
170
|
+
|
171
|
+
> Description: Summary of the definition.
|
172
|
+
Comply with Legal and Expected Sustainability Norms and Regulations
|
173
|
+
|
174
|
+
## Description
|
175
|
+
> Input Required: False
|
176
|
+
|
177
|
+
> Description: Description of the contents of the definition.
|
178
|
+
As an international company, Coco Pharmaceuticals must comply with local regulatory requirements as well as meeting the expectations of our customers and shareholders. Sustainability reporting and improvements are important across stakeholders. We must therefore have and communicate an explicit and robust sustainability strategy with demonstrated outcomes.
|
179
|
+
|
180
|
+
## Domain Identifier
|
181
|
+
> Input Required: False
|
182
|
+
|
183
|
+
> Description: Integer representing the governance domain. All domains is 0.
|
184
|
+
|
185
|
+
> Default Value: 0
|
186
|
+
|
187
|
+
|
188
|
+
## Document Identifier
|
189
|
+
> Input Required: False
|
190
|
+
|
191
|
+
> Description: A user supplied identifier for the governance document.
|
192
|
+
|
193
|
+
> Alternative Labels: Doc Id
|
194
|
+
|
195
|
+
|
196
|
+
## Version Identifier
|
197
|
+
> Input Required: False
|
198
|
+
|
199
|
+
> Description: Published version identifier.
|
200
|
+
|
201
|
+
|
202
|
+
## Scope
|
203
|
+
> Input Required: False
|
204
|
+
|
205
|
+
> Description: Scope of the definition.
|
206
|
+
Enterprise
|
207
|
+
|
208
|
+
## Importance
|
209
|
+
> Input Required: False
|
210
|
+
|
211
|
+
> Description: Importance of the definition.
|
212
|
+
Very important, with several implications.
|
213
|
+
|
214
|
+
## Implications
|
215
|
+
> Input Required: False
|
216
|
+
|
217
|
+
> Description: List of implications.
|
218
|
+
1. Ability to operate in different jurisdictions.
|
219
|
+
2. Customer perception and goodwill in doing business with us.
|
220
|
+
3. Recognition by the financial community - including access to capital.
|
221
|
+
4. Cooperation and Arrangements with our upstream and downstream supply chains.
|
222
|
+
|
223
|
+
## Outcomes
|
224
|
+
> Input Required: False
|
225
|
+
|
226
|
+
> Description: List of desired outcomes.
|
227
|
+
|
228
|
+
1. Ability to operate in each location.
|
229
|
+
2. Market position
|
230
|
+
3. Satisfied shareholders
|
231
|
+
4. Happier and engaged employees
|
232
|
+
|
233
|
+
## Results
|
234
|
+
> Input Required: False
|
235
|
+
|
236
|
+
> Description: A list of expected results.
|
237
|
+
|
238
|
+
|
239
|
+
## Status
|
240
|
+
> Input Required: False
|
241
|
+
|
242
|
+
> Description: The status of the agreement. There is a list of valid values that this conforms to.
|
243
|
+
|
244
|
+
> Alternative Labels: Definition Status
|
245
|
+
|
246
|
+
> Valid Values: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
247
|
+
|
248
|
+
> Default Value: DRAFT
|
249
|
+
DRAFT
|
250
|
+
|
251
|
+
## User Defined Status
|
252
|
+
> Input Required: False
|
253
|
+
|
254
|
+
> Description: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
255
|
+
|
256
|
+
|
257
|
+
## Qualified Name
|
258
|
+
> Input Required: False
|
259
|
+
|
260
|
+
> Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
261
|
+
|
262
|
+
|
263
|
+
## GUID
|
264
|
+
> Input Required: False
|
265
|
+
|
266
|
+
> Description: A system generated unique identifier.
|
267
|
+
|
268
|
+
> Alternative Labels: Guid; guid
|
269
|
+
|
270
|
+
____
|
271
|
+
|
272
|
+
# Don't Create Governance Principle
|
37
273
|
## Name
|
38
274
|
Talmudic
|
39
275
|
## Summary
|
@@ -1,3 +1,11 @@
|
|
1
|
+
# View Governance Definitions
|
2
|
+
## Output Format
|
3
|
+
LIST
|
4
|
+
## Output Format Set
|
5
|
+
Governance Definitions
|
6
|
+
## Search String
|
7
|
+
*
|
8
|
+
|
1
9
|
____
|
2
10
|
# Don't Create Root Collection
|
3
11
|
## Name
|
@@ -150,7 +158,7 @@ ____
|
|
150
158
|
A test agreement
|
151
159
|
|
152
160
|
# Qualified Name
|
153
|
-
Agreement::A
|
161
|
+
Agreement::A test agreement
|
154
162
|
|
155
163
|
## Description
|
156
164
|
A general agreement for testing and testing
|
@@ -183,12 +191,12 @@ Sentinel-2a-Subscription
|
|
183
191
|
{ "Attribution" : "Required"}
|
184
192
|
____
|
185
193
|
|
186
|
-
# Link Subscriber->Subscription
|
194
|
+
# Don't Link Subscriber->Subscription
|
187
195
|
## Subscription
|
188
196
|
Subscription::GeoSpatial Data Products Subscription
|
189
197
|
|
190
198
|
## Subscriber Id
|
191
|
-
|
199
|
+
A test agreement
|
192
200
|
|
193
201
|
___
|
194
202
|
|
@@ -202,10 +210,10 @@ ___
|
|
202
210
|
## Output Format
|
203
211
|
REPORT
|
204
212
|
___
|
205
|
-
#
|
213
|
+
# Don't View Report
|
206
214
|
## Output Format
|
207
215
|
REPORT
|
208
216
|
## Output Format Set
|
209
|
-
|
217
|
+
Agreements
|
210
218
|
|
211
219
|
|
@@ -0,0 +1,209 @@
|
|
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
|
+
# Don't Link Agreement->Item
|
162
|
+
## Agreement Name
|
163
|
+
GeoSpatial Data Products Subscription
|
164
|
+
|
165
|
+
## Item Name
|
166
|
+
DigitalProduct::Sentinel-2a
|
167
|
+
|
168
|
+
## Agreement Item Id
|
169
|
+
Sentinel-2a-Subscription
|
170
|
+
|
171
|
+
## Agreement Start
|
172
|
+
2025-08-01
|
173
|
+
|
174
|
+
## Agreement End
|
175
|
+
2030-12-31
|
176
|
+
|
177
|
+
## Entitlements
|
178
|
+
{ "Data Download" : "Allowed", "Data Sharing" : "Allowed"}
|
179
|
+
|
180
|
+
## Obligations
|
181
|
+
{ "Attribution" : "Required"}
|
182
|
+
____
|
183
|
+
|
184
|
+
|
185
|
+
* Subscriber Id: `A test agreement`
|
186
|
+
|
187
|
+
* Subscription: `Subscription::GeoSpatial Data Products Subscription`
|
188
|
+
|
189
|
+
|
190
|
+
# Don't View Data Sharing Agreements
|
191
|
+
## Output Format
|
192
|
+
LIST
|
193
|
+
|
194
|
+
___
|
195
|
+
|
196
|
+
# Don't View Data Sharing Agreements
|
197
|
+
## Output Format
|
198
|
+
REPORT
|
199
|
+
___
|
200
|
+
# Don't View Report
|
201
|
+
## Output Format
|
202
|
+
REPORT
|
203
|
+
## Output Format Set
|
204
|
+
Collections
|
205
|
+
|
206
|
+
|
207
|
+
# Provenance
|
208
|
+
|
209
|
+
* Results from processing file product.md on 2025-09-01 14:03
|