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
@@ -0,0 +1,201 @@
|
|
1
|
+
# Don't Update 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 Update 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 Create 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 Create 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 Create 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: `Subscription::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 View Data Sharing Agreements
|
183
|
+
## Output Format
|
184
|
+
LIST
|
185
|
+
|
186
|
+
___
|
187
|
+
|
188
|
+
# Don't View Data Sharing Agreements
|
189
|
+
## Output Format
|
190
|
+
REPORT
|
191
|
+
___
|
192
|
+
# Don't View Report
|
193
|
+
## Output Format
|
194
|
+
REPORT
|
195
|
+
## Output Format Set
|
196
|
+
Collections
|
197
|
+
|
198
|
+
|
199
|
+
# Provenance
|
200
|
+
|
201
|
+
* Results from processing file product.md on 2025-08-19 09:43
|
@@ -0,0 +1,209 @@
|
|
1
|
+
# Don't Update 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 Update 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 Create 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 Create 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 Create 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
|
+
Subscription::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
|
+
* Subscription: `Subscription::GeoSpatial-Data-Products-Subscription`
|
186
|
+
|
187
|
+
* Subscriber: `Agreement::A-test-agreement`
|
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-08-19 10:55
|