pyegeria 0.4.0__py3-none-any.whl → 0.5.0__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 (71) hide show
  1. examples/widgets/catalog_user/README.md +15 -0
  2. examples/widgets/catalog_user/__init__.py +10 -0
  3. {pyegeria-0.4.0.data/scripts → examples/widgets/catalog_user}/list_assets.py +2 -2
  4. {pyegeria-0.4.0.data/scripts → examples/widgets/catalog_user}/view_asset_graph.py +45 -37
  5. {pyegeria-0.4.0.data/scripts → examples/widgets/catalog_user}/view_collection.py +1 -1
  6. {pyegeria-0.4.0.data/scripts → examples/widgets/catalog_user}/view_glossary.py +1 -1
  7. examples/widgets/developer/README.md +24 -0
  8. examples/widgets/developer/__init__.py +0 -0
  9. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/get_guid_info.py +1 -1
  10. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/get_tech_details.py +1 -1
  11. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/list_asset_types.py +1 -1
  12. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/list_registered_services.py +1 -1
  13. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/list_relationship_types.py +1 -1
  14. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/list_tech_templates.py +0 -0
  15. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/list_tech_types.py +1 -1
  16. {pyegeria-0.4.0.data/scripts → examples/widgets/developer}/list_valid_metadata_values.py +1 -1
  17. examples/widgets/operational/README.md +24 -0
  18. examples/widgets/operational/__init__.py +0 -0
  19. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/get_tech_type_elements.py +1 -1
  20. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/get_tech_type_template.py +1 -1
  21. examples/widgets/operational/view_asset_events.py +77 -0
  22. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_coco_status.py +11 -10
  23. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_eng_action_status.py +1 -1
  24. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_gov_eng_status.py +1 -1
  25. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_integ_daemon_status.py +46 -24
  26. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_platform_status.py +1 -1
  27. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_server_list.py +1 -1
  28. {pyegeria-0.4.0.data/scripts → examples/widgets/operational}/view_server_status.py +3 -5
  29. examples/widgets/personal_organizer/README.md +17 -0
  30. examples/widgets/personal_organizer/__init__.py +0 -0
  31. {pyegeria-0.4.0.data/scripts → examples/widgets/personal_organizer}/get_my_profile.py +1 -1
  32. {pyegeria-0.4.0.data/scripts → examples/widgets/personal_organizer}/list_projects.py +1 -1
  33. {pyegeria-0.4.0.data/scripts → examples/widgets/personal_organizer}/list_todos.py +1 -1
  34. {pyegeria-0.4.0.data/scripts → examples/widgets/personal_organizer}/view_my_todos.py +1 -1
  35. {pyegeria-0.4.0.data/scripts → examples/widgets/personal_organizer}/view_open_todos.py +1 -1
  36. {pyegeria-0.4.0.dist-info → pyegeria-0.5.0.dist-info}/METADATA +16 -16
  37. pyegeria-0.5.0.dist-info/RECORD +66 -0
  38. {pyegeria-0.4.0.dist-info → pyegeria-0.5.0.dist-info}/WHEEL +1 -2
  39. pyegeria-0.5.0.dist-info/entry_points.txt +5 -0
  40. {pyegeria → src/pyegeria}/automated_curation_omvs.py +6 -6
  41. src/pyegeria/config.toml +11 -0
  42. src/pyegeria/core_guids.py +121 -0
  43. {pyegeria → src/pyegeria}/core_omag_server_config.py +1 -1
  44. pyegeria/core_guids.py +0 -128
  45. pyegeria-0.4.0.data/scripts/Create_Collection_Sample.py +0 -292
  46. pyegeria-0.4.0.data/scripts/Create_Sustainability_Collection_Sample.py +0 -115
  47. pyegeria-0.4.0.dist-info/RECORD +0 -58
  48. pyegeria-0.4.0.dist-info/top_level.txt +0 -1
  49. {pyegeria-0.4.0.dist-info → pyegeria-0.5.0.dist-info}/LICENSE +0 -0
  50. {pyegeria → src/pyegeria}/Xfeedback_manager_omvs.py +0 -0
  51. {pyegeria → src/pyegeria}/Xloaded_resources_omvs.py +0 -0
  52. {pyegeria → src/pyegeria}/__init__.py +0 -0
  53. {pyegeria → src/pyegeria}/_client.py +0 -0
  54. {pyegeria → src/pyegeria}/_deprecated_gov_engine.py +0 -0
  55. {pyegeria → src/pyegeria}/_exceptions.py +0 -0
  56. {pyegeria → src/pyegeria}/_globals.py +0 -0
  57. {pyegeria → src/pyegeria}/_validators.py +0 -0
  58. {pyegeria → src/pyegeria}/action_author_omvs.py +0 -0
  59. {pyegeria → src/pyegeria}/asset_catalog_omvs.py +0 -0
  60. {pyegeria → src/pyegeria}/collection_manager_omvs.py +0 -0
  61. {pyegeria → src/pyegeria}/full_omag_server_config.py +0 -0
  62. {pyegeria → src/pyegeria}/glossary_browser_omvs.py +0 -0
  63. {pyegeria → src/pyegeria}/glossary_manager_omvs.py +0 -0
  64. {pyegeria → src/pyegeria}/my_profile_omvs.py +0 -0
  65. {pyegeria → src/pyegeria}/platform_services.py +0 -0
  66. {pyegeria → src/pyegeria}/project_manager_omvs.py +0 -0
  67. {pyegeria → src/pyegeria}/registered_info.py +0 -0
  68. {pyegeria → src/pyegeria}/runtime_manager_omvs.py +0 -0
  69. {pyegeria → src/pyegeria}/server_operations.py +0 -0
  70. {pyegeria → src/pyegeria}/utils.py +0 -0
  71. {pyegeria → src/pyegeria}/valid_metadata_omvs.py +0 -0
@@ -1,292 +0,0 @@
1
- """
2
- SPDX-License-Identifier: Apache-2.0
3
- Copyright Contributors to the ODPi Egeria project.
4
-
5
- This sample creates the collection structure show in https://egeria-project.org/types/0/0021-Collections
6
-
7
- """
8
-
9
- import time
10
-
11
- from rich import print
12
- from rich.console import Console
13
-
14
- from pyegeria import CollectionManager, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
15
-
16
- view_server = 'view-server'
17
- platform_url = 'https://localhost:9443'
18
- user = 'erinoverview'
19
- console = Console()
20
-
21
- try:
22
- c_client = CollectionManager(view_server, platform_url,
23
- user_id=user)
24
-
25
- token = c_client.create_egeria_bearer_token(user, "secret")
26
- start_time = time.perf_counter()
27
-
28
- # Create a Data Products Root collection
29
- anchor_guid = None
30
- parent_guid = None
31
- parent_relationship_type_name = None
32
- parent_at_end1 = False
33
- display_name = "Digital Products Root"
34
- description = "This is the root catalog for digital products"
35
- collection_type = "Digital Products Root"
36
- is_own_anchor = True
37
-
38
- response = c_client.create_root_collection(anchor_guid, parent_guid,
39
- parent_relationship_type_name, parent_at_end1,
40
- display_name, description, collection_type,
41
- is_own_anchor)
42
- # Create first folder for Agriculture Insights
43
- parent_guid = "97bbfe07-6696-4550-bf8b-6b577d25bef0"
44
- parent_relationship_type_name = "CollectionMembership"
45
- display_name = "Agriculture Insights Collection"
46
- description = "A folder for agricultural insights data product collections"
47
- collection_type = "Digital Product Marketplace"
48
-
49
- folder1 = c_client.create_folder_collection(None, parent_guid,
50
- parent_relationship_type_name,
51
- True, display_name, description,
52
- collection_type, True, "DATE_CREATED",
53
- None
54
- )
55
- print(f"\n\n created a folder with guid {folder1}")
56
- # create second folder for Earth Observations
57
- display_name = "Earth Observation Data Collection"
58
- description = "A folder for Earth Observation data product collections"
59
-
60
- folder2 = c_client.create_folder_collection(None, parent_guid,
61
- parent_relationship_type_name,
62
- True, display_name, description,
63
- collection_type, True, "DATE_CREATED",
64
- None
65
- )
66
- print(f"\n\n created a folder with guid {folder2}")
67
-
68
- # create a digital product, child of folder 1, for Land Use products
69
- parent_guid = folder1
70
- parent_relationship_type_name = "CollectionMembership"
71
- display_name = "Land Use Classification"
72
- description = "Land use classification assets"
73
- collection_type = "Digital Product"
74
- classification_name = "Digital Product"
75
- body_3 = {
76
- "class": "NewDigitalProductRequestBody",
77
- "isOwnAnchor": True,
78
- "parentGUID": parent_guid,
79
- "parentRelationshipTypeName": parent_relationship_type_name,
80
- "parentAtEnd1": True,
81
- "collectionProperties": {
82
- "class": "CollectionProperties",
83
- "qualifiedName": f"{classification_name}-{display_name}-{time.asctime()}",
84
- "name": display_name,
85
- "description": description,
86
- "collectionType": collection_type,
87
- "collectionOrdering": "DATE_CREATED",
88
- },
89
- "digitalProductProperties": {
90
- "class": "DigitalProductProperties",
91
- "productStatus": "ACTIVE",
92
- "productName": "Land Use Classifications",
93
- "productType": "Geospatial Data Assets",
94
- "description": "Land use classification assets",
95
- "introductionDate": "2023-12-01",
96
- "maturity": "Nacent",
97
- "serviceLife": "3 years",
98
- "currentVersion": "V.5",
99
- "nextVersionDate": "2024-12-01",
100
- "withdrawDate": "2030-01-01",
101
- "additionalProperties": {
102
- "thought_id": "a guid",
103
- "license": "cc-by-sa",
104
- }
105
- }
106
- }
107
- folder3 = c_client.create_digital_product(body_3)
108
- print(f"\n\n created a collection with guid {folder3}")
109
-
110
- # create a fourth collection, a digital product, child of folder 2, for Landsat 8
111
- parent_guid = folder2
112
- display_name = "Landsat 8"
113
- description = "Landsat 8 data products"
114
-
115
- body_4 = {
116
- "class": "NewDigitalProductRequestBody",
117
- "isOwnAnchor": True,
118
- "parentGUID": parent_guid,
119
- "parentRelationshipTypeName": parent_relationship_type_name,
120
- "parentAtEnd1": True,
121
- "collectionProperties": {
122
- "class": "CollectionProperties",
123
- "qualifiedName": f"{classification_name}-{display_name}-{time.asctime()}",
124
- "name": display_name,
125
- "description": description,
126
- "collectionType": collection_type,
127
- "collectionOrdering": "DATE_CREATED",
128
- },
129
- "digitalProductProperties": {
130
- "class": "DigitalProductProperties",
131
- "productStatus": "ACTIVE",
132
- "productName": "Landsat 8 Imagery",
133
- "productType": "Geospatial Data Assets",
134
- "description": description,
135
- "introductionDate": "2024-01-01",
136
- "maturity": "Mature",
137
- "serviceLife": "3 years",
138
- "currentVersion": "V1.5",
139
- "nextVersion": "2024-06-01",
140
- "withdrawDate": "2030-01-01",
141
- "additionalProperties": {
142
- "thought_id": "a guid",
143
- "license": "cc-by-sa",
144
- }
145
- }
146
- }
147
- folder4 = c_client.create_digital_product(body_4)
148
- print(f"\n\n created a collection with guid {folder4}")
149
-
150
- # Now create a 5th collection for sentinel 2 data
151
- parent_guid = folder2
152
- display_name = "Sentinel 2"
153
- description = "Sentinel 2 products"
154
- parent_relationship_type_name = "CollectionMembership"
155
- collection_type = "Digital Product Marketplace"
156
-
157
- folder5 = c_client.create_folder_collection(None, parent_guid,
158
- parent_relationship_type_name,
159
- True, display_name, description,
160
- collection_type, True, "DATE_CREATED",
161
- None
162
- )
163
- # Create a DigitalProduct for Level-1B
164
- parent_guid = folder5
165
- display_name = "Sentinel 2 - Level 1B"
166
- description = "Level 1B of Sentinel 2"
167
-
168
- body_6 = {
169
- "class": "NewDigitalProductRequestBody",
170
- "anchor_guid": parent_guid,
171
- "isOwnAnchor": False,
172
- "parentGUID": parent_guid,
173
- "parentRelationshipTypeName": parent_relationship_type_name,
174
- "parentAtEnd1": True,
175
- "collectionProperties": {
176
- "class": "CollectionProperties",
177
- "qualifiedName": f"{classification_name}-{display_name}-{time.asctime()}",
178
- "name": display_name,
179
- "description": description,
180
- "collectionType": collection_type,
181
- "collectionOrdering": "DATE_CREATED",
182
- },
183
- "digitalProductProperties": {
184
- "class": "DigitalProductProperties",
185
- "productStatus": "ACTIVE",
186
- "productName": "Sentinel 2 - Level 1B",
187
- "productType": "Geospatial Data Assets",
188
- "description": description,
189
- "introductionDate": "2024-01-01",
190
- "maturity": "Mature",
191
- "serviceLife": "3 years",
192
- "currentVersion": "V1.5",
193
- "nextVersion": "2024-06-01",
194
- "withdrawDate": "2030-01-01",
195
- "additionalProperties": {
196
- "thought_id": "a guid",
197
- "license": "cc-by-sa",
198
- }
199
- }
200
- }
201
- folder6 = c_client.create_digital_product(body_6)
202
- print(f"\n\n created a collection with guid {folder6}")
203
-
204
- # now lets create a digital product for - Level - 1c
205
- parent_guid = folder5
206
- display_name = "Sentinel 2 - Level 1C"
207
- description = "Level 1C of Sentinel 2"
208
- body_7 = {
209
- "class": "NewDigitalProductRequestBody",
210
- "anchor_guid": parent_guid,
211
- "isOwnAnchor": False,
212
- "parentGUID": parent_guid,
213
- "parentRelationshipTypeName": parent_relationship_type_name,
214
- "parentAtEnd1": True,
215
- "collectionProperties": {
216
- "class": "CollectionProperties",
217
- "qualifiedName": f"{classification_name}-{display_name}-{time.asctime()}",
218
- "name": display_name,
219
- "description": description,
220
- "collectionType": collection_type,
221
- "collectionOrdering": "DATE_CREATED",
222
- },
223
- "digitalProductProperties": {
224
- "class": "DigitalProductProperties",
225
- "productStatus": "ACTIVE",
226
- "productName": "Sentinel 2 - Level 1B",
227
- "productType": "Geospatial Data Assets",
228
- "description": description,
229
- "introductionDate": "2024-01-01",
230
- "maturity": "Mature",
231
- "serviceLife": "3 years",
232
- "currentVersion": "V1.5",
233
- "nextVersion": "2024-06-01",
234
- "withdrawDate": "2030-01-01",
235
- "additionalProperties": {
236
- "thought_id": "a guid",
237
- "license": "cc-by-sa",
238
- }
239
- }
240
- }
241
- folder7 = c_client.create_digital_product(body_7)
242
- print(f"\n\n created a collection with guid {folder7}")
243
-
244
- # now let's create a digital product for - Level - 2A
245
- parent_guid = folder5
246
- display_name = "Sentinel 2 - Level 2A"
247
- description = "Level 2A of Sentinel 2"
248
- body_8 = {
249
- "class": "NewDigitalProductRequestBody",
250
- "anchor_guid": parent_guid,
251
- "isOwnAnchor": False,
252
- "parentGUID": parent_guid,
253
- "parentRelationshipTypeName": parent_relationship_type_name,
254
- "parentAtEnd1": True,
255
- "collectionProperties": {
256
- "class": "CollectionProperties",
257
- "qualifiedName": f"{classification_name}-{display_name}-{time.asctime()}",
258
- "name": display_name,
259
- "description": description,
260
- "collectionType": collection_type,
261
- "collectionOrdering": "DATE_CREATED",
262
- },
263
- "digitalProductProperties": {
264
- "class": "DigitalProductProperties",
265
- "productStatus": "ACTIVE",
266
- "productName": "Sentinel 2 - Level 1B",
267
- "productType": "Geospatial Data Assets",
268
- "description": description,
269
- "introductionDate": "2024-01-01",
270
- "maturity": "Mature",
271
- "serviceLife": "3 years",
272
- "currentVersion": "V1.5",
273
- "nextVersion": "2024-06-01",
274
- "withdrawDate": "2030-01-01",
275
- "additionalProperties": {
276
- "thought_id": "a guid",
277
- "license": "cc-by-sa",
278
- }
279
- }
280
- }
281
- folder8 = c_client.create_digital_product(body_8)
282
- print(f"\n\n created a collection with guid {folder8}")
283
-
284
- except (
285
- InvalidParameterException,
286
- PropertyServerException,
287
- UserNotAuthorizedException
288
- ) as e:
289
- console.print_exception(show_locals=True)
290
-
291
- finally:
292
- c_client.close_session()
@@ -1,115 +0,0 @@
1
- """
2
- SPDX-License-Identifier: Apache-2.0
3
- Copyright Contributors to the ODPi Egeria project.
4
-
5
- This sample creates a collection structure for a sustainability reporting project. It is
6
- simplistic but shows how we can set up a collection hierarchy that can hold different kinds of
7
- assets.
8
-
9
- """
10
-
11
- import time
12
-
13
- from rich import print
14
- from rich.console import Console
15
-
16
- from pyegeria import CollectionManager, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
17
-
18
- view_server = 'view-server'
19
- platform_url = 'https://localhost:9443'
20
- user = 'erinoverview'
21
- console = Console()
22
-
23
- try:
24
- c_client = CollectionManager(view_server, platform_url,
25
- user_id=user)
26
-
27
- token = c_client.create_egeria_bearer_token(user, "secret")
28
- start_time = time.perf_counter()
29
-
30
- # Create a root collection for the sustainability project
31
- parent_guid = None
32
- parent_relationship_type_name = None
33
- display_name = "Root Sustainability Collection"
34
- description = "The root collection for our sustainability reporting project."
35
- collection_type = "Sustainability Collection"
36
-
37
- root = c_client.create_root_collection(None, parent_guid,
38
- parent_relationship_type_name,
39
- False, display_name, description,
40
- collection_type, True)
41
- print(f"\n\n created a root with guid {root}")
42
- # create a folder for Scope 1 Emissions
43
- anchor_guid = root
44
- parent_guid = root
45
- parent_relationship_type_name = "CollectionMembership"
46
- display_name = "Scope 1 Emissions"
47
- description = "A folder for information about scope 1 emissions."
48
- collection_type = "Sustainability Collection"
49
-
50
- scope1_folder = c_client.create_folder_collection(anchor_guid, parent_guid,
51
- parent_relationship_type_name,
52
- True, display_name, description,
53
- collection_type, False, "DATE_CREATED",
54
- None
55
- )
56
- print(f"\n\n created scope1_folder with guid {scope1_folder}")
57
-
58
- # create a folder for Scope 2 Emissions.
59
- anchor_guid = root
60
- parent_guid = root
61
- parent_relationship_type_name = "CollectionMembership"
62
- display_name = "Scope 2 Emissions"
63
- description = "A folder for information about scope 2 emissions."
64
- collection_type = "Sustainability Collection"
65
-
66
- scope2_folder = c_client.create_folder_collection(anchor_guid, parent_guid,
67
- parent_relationship_type_name,
68
- True, display_name, description,
69
- collection_type, False, "DATE_CREATED",
70
- None
71
- )
72
- print(f"\n\n created scope2_folder with guid {scope2_folder}")
73
-
74
- # create a folder for Scope 3 Emissions.
75
- anchor_guid = root
76
- parent_guid = root
77
- parent_relationship_type_name = "CollectionMembership"
78
- display_name = "Scope 3 Emissions"
79
- description = "A folder for information about scope 3 emissions."
80
- collection_type = "Sustainability Collection"
81
-
82
- scope3_folder = c_client.create_folder_collection(anchor_guid, parent_guid,
83
- parent_relationship_type_name,
84
- True, display_name, description,
85
- collection_type, False, "DATE_CREATED",
86
- None
87
- )
88
- print(f"\n\n created scope3_folder with guid {scope3_folder}")
89
-
90
- # create a folder for Business Travel Emissions.
91
- anchor_guid = root
92
- parent_guid = scope3_folder
93
- parent_relationship_type_name = "CollectionMembership"
94
- display_name = "Business Travel Emissions"
95
- description = "A folder for information about scope 3 business travel emissions."
96
- collection_type = "Sustainability Collection"
97
-
98
- travel_folder = c_client.create_folder_collection(anchor_guid, parent_guid,
99
- parent_relationship_type_name,
100
- True, display_name, description,
101
- collection_type, False, "DATE_CREATED",
102
- None
103
- )
104
- print(f"\n\n created travel_folder with guid {travel_folder}")
105
-
106
-
107
- except (
108
- InvalidParameterException,
109
- PropertyServerException,
110
- UserNotAuthorizedException
111
- ) as e:
112
- console.print_exception(show_locals=True)
113
-
114
- finally:
115
- c_client.close_session()
@@ -1,58 +0,0 @@
1
- pyegeria/Xfeedback_manager_omvs.py,sha256=uNQMOPG08UyIuLzBfYt4uezDyLWdpBgJ2ZuvqumaWuY,9231
2
- pyegeria/Xloaded_resources_omvs.py,sha256=_1RKeIfq3ga6nvtOzZ5dWcDFgxNiUOPJhnyMv1iCm9s,3377
3
- pyegeria/__init__.py,sha256=PGHAdooCyZwawxAyDzP2Tlj-yjKjdI4oOPtZmw95Qg8,2007
4
- pyegeria/_client.py,sha256=uQqfjf0JPacEWcDvbKpCvCypbDmAmGHaFQf_UTPK7VQ,23524
5
- pyegeria/_deprecated_gov_engine.py,sha256=_DAEHsksnTKGqL9-TaaMVrfnNOrvatNACfg7pJ-ZX4w,17600
6
- pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
7
- pyegeria/_globals.py,sha256=IKk40ogVhdYRagyau2k9pJqcs17UZ43Cx4iOeYRojOk,560
8
- pyegeria/_validators.py,sha256=DQuMsATRGxGSBtOrVtXlCgWXGhj6Nh-uqPtCsrUGLxk,12703
9
- pyegeria/action_author_omvs.py,sha256=m0wsfmyO-VxRDaPpACeIDw8eVAFu3RVbo45RPCUel9M,6340
10
- pyegeria/asset_catalog_omvs.py,sha256=Y-Eh0k-zkJNOChVlLbC2bsTSBVLWhk-0-ewCV4YlyDY,25802
11
- pyegeria/automated_curation_omvs.py,sha256=_I_93pWi8d6ya_SRwwoyfhMvqzVmVP-qUVoJh_0yJYI,118272
12
- pyegeria/collection_manager_omvs.py,sha256=IyGCbqx2Blm0OwCsC2071EeoNWHXyWGl_6pEtacizAs,112642
13
- pyegeria/core_guids.py,sha256=00yTuBk0kdrkNyo-Gb5G8O6jAN0_EyVNLgA3z2f-t1Y,4524
14
- pyegeria/core_omag_server_config.py,sha256=A-xec_ivX7YMLZynzIMB7l-aYKNkqQHrUBMznoUuiNU,93098
15
- pyegeria/full_omag_server_config.py,sha256=zzIyhCDolbLEJrc9JoBK308Mcq_96swYJopBN7_o4n8,45358
16
- pyegeria/glossary_browser_omvs.py,sha256=nUCDSQ8cw8vuYgjfcaj1zLIefVI5j51evxPyXCIc4X8,101716
17
- pyegeria/glossary_manager_omvs.py,sha256=AyTNBeOwa7ISOkpjzHHEtpiFzFo0ykcEQ525h_wqfMM,133328
18
- pyegeria/my_profile_omvs.py,sha256=w-3aL9s7VlonUGtdKgfMSCeYIbCtJn0zDLTuqUxAYFc,42265
19
- pyegeria/platform_services.py,sha256=T2UiAl7tPfOBGL_H2b73XyyHtR0Y36irgbaljZTjD4I,41808
20
- pyegeria/project_manager_omvs.py,sha256=_U6m2vquu4eEV7aY8X3hsvfm2zX0EBica1reGWX9amY,77078
21
- pyegeria/registered_info.py,sha256=GfMcYz3IO0aNquf8qCrYQ9cA5KplhPx1kNt0_nMMpTM,6475
22
- pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfROZHI,37628
23
- pyegeria/server_operations.py,sha256=YBdQJjPOmA1uhrUvzrjUKNGUc5nju9bhvCjF3AbdyWk,16164
24
- pyegeria/utils.py,sha256=H0mew9IRcbsEi-pZfaT9HGuPO9CMOwnhOgIltyNvqTY,5240
25
- pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
26
- pyegeria-0.4.0.data/scripts/Create_Collection_Sample.py,sha256=Peoacgx0RRNwL_ZfMUynRcqttp6fdbSi5LZu38ghpD0,11865
27
- pyegeria-0.4.0.data/scripts/Create_Sustainability_Collection_Sample.py,sha256=iLBm1LwRLi42Gayyb-wcWZ5NySQ6sc4kVSmwIAzP2Po,5049
28
- pyegeria-0.4.0.data/scripts/get_guid_info.py,sha256=Evs5yt9UYIItWHy1jPpu9QvZjDulBQCXFFpNDBJZP9k,2528
29
- pyegeria-0.4.0.data/scripts/get_my_profile.py,sha256=XSUxLgcL4sYSoZshnMrHVoRf42ePlmk08v6_24uVQHo,3705
30
- pyegeria-0.4.0.data/scripts/get_tech_details.py,sha256=a9XHZ1kz94v3Y1mEioyctLHivwT0Q9DwuhKC3rhk-LI,4301
31
- pyegeria-0.4.0.data/scripts/get_tech_type_elements.py,sha256=hNwQuxFdYOKJ-P_Fm0A0nKNY7BxkpaJKaj4vyLChFsQ,4948
32
- pyegeria-0.4.0.data/scripts/get_tech_type_template.py,sha256=b1CfFSXem-BaXdcG-QPsjqfKcPNxJgmY-Fb2ZMbmzoI,4944
33
- pyegeria-0.4.0.data/scripts/list_asset_types.py,sha256=CxK2IETXIzDlMQbVUcP1WFMvUpFYiyJrfXDgGZVGCko,2810
34
- pyegeria-0.4.0.data/scripts/list_assets.py,sha256=wVp70YbFfBqV0Dbuc9cJOx3RIPpctbZsFEermEndL54,4664
35
- pyegeria-0.4.0.data/scripts/list_projects.py,sha256=zhadpaLbTDNGxMRxnyx_SQZXygWGsLeM64EEosDR4VQ,4990
36
- pyegeria-0.4.0.data/scripts/list_registered_services.py,sha256=NzlyItgcsoXgvV8vjaB3cMAR9GlVkbd6KcOiJ5rxUvs,5085
37
- pyegeria-0.4.0.data/scripts/list_relationship_types.py,sha256=CiQNRC_iA3iTZWesuYmWHZn5xuzUajbnSUivO0kjdzw,4179
38
- pyegeria-0.4.0.data/scripts/list_tech_templates.py,sha256=DYGE8nP0_Eb4HNIEwcMqGgyZeFwnGTEOeTYIXZ7_i58,5088
39
- pyegeria-0.4.0.data/scripts/list_tech_types.py,sha256=xZoCrnmBXa-_WXDW3tBG6dt6IxH-aeQfg07pXM2IrsA,3924
40
- pyegeria-0.4.0.data/scripts/list_todos.py,sha256=Kb1o6Q1Ls9Q-rIhl3aowuYX37PA-qGaG-P5BSef1M8M,4165
41
- pyegeria-0.4.0.data/scripts/list_valid_metadata_values.py,sha256=_PdwsQ3Vh_a_nyAkS6cBu4UBm1AZecCmNnjC5vobHQ8,5282
42
- pyegeria-0.4.0.data/scripts/view_asset_graph.py,sha256=g8KCGP_DTlAl_pdKi9Bshn3hRHsJsbC2h2WqGO0bhcY,8908
43
- pyegeria-0.4.0.data/scripts/view_coco_status.py,sha256=CR0_vwTBrKN7MSf1_OQ9MNi_RfmEcC-JucKLiRUZdqg,3188
44
- pyegeria-0.4.0.data/scripts/view_collection.py,sha256=zLeQc5KQa_1Hw7zb46EoWwBbXzc1nzbnrPpuBqsxE6E,3233
45
- pyegeria-0.4.0.data/scripts/view_eng_action_status.py,sha256=UR-iHx4BrFgliZL4iGNwSqOQGCMHKqxFTKENSmc546o,4936
46
- pyegeria-0.4.0.data/scripts/view_glossary.py,sha256=cEQOo-lfrulbcmvr8zBv0bVBdBzqcqCZWORUzUW1nE0,4614
47
- pyegeria-0.4.0.data/scripts/view_gov_eng_status.py,sha256=iPr_rYkczY2yVLCKlLMBvLugUAVJ6kro81Gr4c9fzCM,3961
48
- pyegeria-0.4.0.data/scripts/view_integ_daemon_status.py,sha256=0D3NrWktuT51pmzSYgA_r5AYqHerFHDmQoxkMxlp3Xk,4565
49
- pyegeria-0.4.0.data/scripts/view_my_todos.py,sha256=MmG8pJATR2mbt1tmuo7VPHkVNe_QmyRNdQKBEp4sz_A,5672
50
- pyegeria-0.4.0.data/scripts/view_open_todos.py,sha256=RW_yCnzVdAOHvIW4nAaCD5sxYPPGZQN9KTa54MN3YCE,3957
51
- pyegeria-0.4.0.data/scripts/view_platform_status.py,sha256=_a52cZ0lf7pXDK0zrtwUQSc3F1MGCFzjhhZIm2jkxms,4419
52
- pyegeria-0.4.0.data/scripts/view_server_list.py,sha256=tyx1I7olr6e5kJF22ou9rqsztrRDdrPCq5uVa3hhPBU,3088
53
- pyegeria-0.4.0.data/scripts/view_server_status.py,sha256=YFLRz6qx8WoNRbRGhHyVvokaxXjnNSDeG-cTxo22jO0,2836
54
- pyegeria-0.4.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
55
- pyegeria-0.4.0.dist-info/METADATA,sha256=qkRNxI10KedME-3ra6sN5kLxigIFfKLuIvLVvIVyvTg,2456
56
- pyegeria-0.4.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
57
- pyegeria-0.4.0.dist-info/top_level.txt,sha256=tHowU8jow7WJGmbr4QdIk7gJWdslRgbWBiF2lMeduLQ,9
58
- pyegeria-0.4.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- pyegeria
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes