pyegeria 5.2.0.42.3__py3-none-any.whl → 5.2.0.42.5__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.
- pyegeria/commands/cli/egeria.py +1 -1
- pyegeria/commands/cli/egeria_cat.py +1 -1
- pyegeria/metadata_explorer_omvs.py +3 -3
- pyegeria/template_manager_omvs.py +1 -3
- {pyegeria-5.2.0.42.3.dist-info → pyegeria-5.2.0.42.5.dist-info}/METADATA +1 -1
- {pyegeria-5.2.0.42.3.dist-info → pyegeria-5.2.0.42.5.dist-info}/RECORD +9 -9
- {pyegeria-5.2.0.42.3.dist-info → pyegeria-5.2.0.42.5.dist-info}/LICENSE +0 -0
- {pyegeria-5.2.0.42.3.dist-info → pyegeria-5.2.0.42.5.dist-info}/WHEEL +0 -0
- {pyegeria-5.2.0.42.3.dist-info → pyegeria-5.2.0.42.5.dist-info}/entry_points.txt +0 -0
pyegeria/commands/cli/egeria.py
CHANGED
@@ -879,7 +879,7 @@ def glossary_group(ctx):
|
|
879
879
|
)
|
880
880
|
@click.option(
|
881
881
|
"--glossary-guid",
|
882
|
-
default=None,
|
882
|
+
default=os.environ.get("EGERIA_HOME_GLOSSARY_GUID", None),
|
883
883
|
help="Optionally restrict search to glossary with the specified guid",
|
884
884
|
)
|
885
885
|
@click.option(
|
@@ -311,7 +311,7 @@ def glossary_group(ctx):
|
|
311
311
|
)
|
312
312
|
@click.option(
|
313
313
|
"--glossary-guid",
|
314
|
-
default=os.environ.get("EGERIA_HOME_GLOSSARY_GUID"),
|
314
|
+
default=os.environ.get("EGERIA_HOME_GLOSSARY_GUID", None),
|
315
315
|
help="Optionally restrict search to glossary with the specified guid",
|
316
316
|
)
|
317
317
|
@click.option(
|
@@ -351,7 +351,7 @@ class MetadataExplorer(Client):
|
|
351
351
|
)
|
352
352
|
return response
|
353
353
|
|
354
|
-
async def
|
354
|
+
async def _async_get_anchored_metadata_element_graph(
|
355
355
|
self,
|
356
356
|
guid: str,
|
357
357
|
effective_time: str = None,
|
@@ -432,7 +432,7 @@ class MetadataExplorer(Client):
|
|
432
432
|
return "No elements returned"
|
433
433
|
return el_list
|
434
434
|
|
435
|
-
def
|
435
|
+
def get_anchored_metadata_element_graph(
|
436
436
|
self,
|
437
437
|
guid: str,
|
438
438
|
effective_time: str = None,
|
@@ -478,7 +478,7 @@ class MetadataExplorer(Client):
|
|
478
478
|
|
479
479
|
loop = asyncio.get_event_loop()
|
480
480
|
response = loop.run_until_complete(
|
481
|
-
self.
|
481
|
+
self._async_get_anchored_metadata_element_graph(
|
482
482
|
guid,
|
483
483
|
effective_time,
|
484
484
|
as_of_time,
|
@@ -665,9 +665,7 @@ class TemplateManager(Client):
|
|
665
665
|
await self._async_make_request("POST", url, body_slimmer(body))
|
666
666
|
return
|
667
667
|
|
668
|
-
def
|
669
|
-
self, element_guid: str, body: dict
|
670
|
-
) -> None:
|
668
|
+
def archive_metadata_element_in_store(self, element_guid: str, body: dict) -> None:
|
671
669
|
"""Archive a specific metadata element.
|
672
670
|
|
673
671
|
Parameters
|
@@ -35,8 +35,8 @@ pyegeria/commands/cat/list_terms.py,sha256=P0kkOP5oA3sBveDqwIECqqyZYuaKRhV4INRhx
|
|
35
35
|
pyegeria/commands/cat/list_todos.py,sha256=iPxHRyW3X5tiREio4TUOwRPvNPjU0gxm3pVnUI79ir4,6542
|
36
36
|
pyegeria/commands/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
|
37
37
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
38
|
-
pyegeria/commands/cli/egeria.py,sha256=
|
39
|
-
pyegeria/commands/cli/egeria_cat.py,sha256
|
38
|
+
pyegeria/commands/cli/egeria.py,sha256=HdYIpNW4NOzcln-8d8EZUlTe-rTeJmWGfxhdHJqhS7k,45605
|
39
|
+
pyegeria/commands/cli/egeria_cat.py,sha256=s0izjyu-jgdeVLhuZ6XUIsKTpjj75iTWsPFaeeDMxfo,16441
|
40
40
|
pyegeria/commands/cli/egeria_login_tui.py,sha256=m7gUiiPdeu2vxjiyxy-6OhAekSa5kVQnOUur2qyvbUA,9480
|
41
41
|
pyegeria/commands/cli/egeria_my.py,sha256=XLd5ARwrVHZM7SGUKadJznb5KUULCmx2WIid3TKKmhY,6116
|
42
42
|
pyegeria/commands/cli/egeria_ops.py,sha256=gVdLv5CgIyccZAAGS-RjwaW3cFrQOJJYhgWuMWQcl60,12580
|
@@ -214,19 +214,19 @@ pyegeria/full_omag_server_config.py,sha256=k3fUfopAFAE3OKkFR7zZPiki_FYj6j2xQ4oD2
|
|
214
214
|
pyegeria/glossary_browser_omvs.py,sha256=NcitYaZJqwVODBO5zBtWpXPNUJJ3DKzEbRaOFSAyUlg,93554
|
215
215
|
pyegeria/glossary_manager_omvs.py,sha256=0IrLk7Dg2XL0ZCqmZj5lYOhZxMgXhuprUInRbg-stHI,130921
|
216
216
|
pyegeria/mermaid_utilities.py,sha256=GXiS-subb5nJcDqlThZWX2T8WspU1neFfhf4TxRoMh4,8344
|
217
|
-
pyegeria/metadata_explorer_omvs.py,sha256=
|
217
|
+
pyegeria/metadata_explorer_omvs.py,sha256=WwkFvAnDzJTw8dPos7j3wCG6gpQ0BjcMmYXl-ckjn28,88723
|
218
218
|
pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,34666
|
219
219
|
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
220
220
|
pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
|
221
221
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
222
222
|
pyegeria/runtime_manager_omvs.py,sha256=ygrY5I_oSoJQun05W7wSNbZT_nOtPp_BkIKKFCLFpf8,79539
|
223
223
|
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
224
|
-
pyegeria/template_manager_omvs.py,sha256=
|
224
|
+
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
225
225
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
226
226
|
pyegeria/valid_metadata_omvs.py,sha256=kmcyXBsu99L25r16w9xVXqU_KwADsGuft4yPDZzyUds,65032
|
227
227
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
228
|
-
pyegeria-5.2.0.42.
|
229
|
-
pyegeria-5.2.0.42.
|
230
|
-
pyegeria-5.2.0.42.
|
231
|
-
pyegeria-5.2.0.42.
|
232
|
-
pyegeria-5.2.0.42.
|
228
|
+
pyegeria-5.2.0.42.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
229
|
+
pyegeria-5.2.0.42.5.dist-info/METADATA,sha256=1CSX90n_vXDhc9J3TJ7SNf35jpAK7INHfVXzuaAOdZ4,2882
|
230
|
+
pyegeria-5.2.0.42.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
231
|
+
pyegeria-5.2.0.42.5.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
|
232
|
+
pyegeria-5.2.0.42.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|