pyegeria 1.5.1.1.17__py3-none-any.whl → 1.5.1.1.18__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/cat/glossary_actions.py +6 -0
- {pyegeria-1.5.1.1.17.dist-info → pyegeria-1.5.1.1.18.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.1.17.dist-info → pyegeria-1.5.1.1.18.dist-info}/RECORD +6 -7
- pyegeria/commands/.DS_Store +0 -0
- {pyegeria-1.5.1.1.17.dist-info → pyegeria-1.5.1.1.18.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.1.17.dist-info → pyegeria-1.5.1.1.18.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.1.17.dist-info → pyegeria-1.5.1.1.18.dist-info}/entry_points.txt +0 -0
@@ -323,6 +323,12 @@ def load_terms(
|
|
323
323
|
m_client = EgeriaTech(server, url, user_id=userid, user_pwd=password)
|
324
324
|
token = m_client.create_egeria_bearer_token()
|
325
325
|
try:
|
326
|
+
if os.path.exists(file_name):
|
327
|
+
print(f"Found file at: {file_name}\n")
|
328
|
+
else:
|
329
|
+
print(f"File not found at: {file_name}\n")
|
330
|
+
sys.exit(0)
|
331
|
+
|
326
332
|
result = m_client.load_terms_from_file(glossary_name, file_name, upsert=upsert)
|
327
333
|
|
328
334
|
click.echo(
|
@@ -9,7 +9,6 @@ pyegeria/asset_catalog_omvs.py,sha256=NUF9C3s_zs9pTfIZyRJlqMCKrhZASJPH08EXzzjki7
|
|
9
9
|
pyegeria/automated_curation_omvs.py,sha256=BwNuF7XQJAV-POvzaWwFh0TS5yRnHZZPhlayvtIMlwY,130243
|
10
10
|
pyegeria/classification_manager_omvs.py,sha256=3yInuRy7Cf43oSFZ8BuzcIgtGSm5BfvlKYqtWKRMlPU,186678
|
11
11
|
pyegeria/collection_manager_omvs.py,sha256=kye2kjthNnmwxMZhHQKV0xoHbxcNPWjNzRAYOItj_gY,99201
|
12
|
-
pyegeria/commands/.DS_Store,sha256=nBgW7MKJ6b4wSWyEEeGYHWwC8QJAiteQaWKM9PoNRzY,6148
|
13
12
|
pyegeria/commands/README.md,sha256=zNfWZppDxoKqTJeRtcewzku9z1m6_hKacCyQUQw1iq4,1974
|
14
13
|
pyegeria/commands/__init__.py,sha256=7y3p5oQ2c0C1465oIgSA_123W1uo7Wqwk91LXccUgrw,17
|
15
14
|
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
@@ -20,7 +19,7 @@ pyegeria/commands/cat/get_project_dependencies.py,sha256=B0JaMSUi0hzVgos1sTY2uUP
|
|
20
19
|
pyegeria/commands/cat/get_project_structure.py,sha256=n2GbNd07w1DTo7jTR8b2ewXRyNcat_2BcCBRyDMldwk,5969
|
21
20
|
pyegeria/commands/cat/get_tech_type_elements.py,sha256=-m3Q0BoNqkCtV8h75vMwTcOV-_ymEXmnJcr4Ec7WMAw,6180
|
22
21
|
pyegeria/commands/cat/get_tech_type_template.py,sha256=gMFVcgCIm09GQu1Vsc5ZUVH9XLhItAG1eVGZJrcnHeQ,6174
|
23
|
-
pyegeria/commands/cat/glossary_actions.py,sha256=
|
22
|
+
pyegeria/commands/cat/glossary_actions.py,sha256=_0iC1ss_fNGG1DYE5MV7wVUn07wMEDklVJ-nMU-DO6A,13498
|
24
23
|
pyegeria/commands/cat/list_archives.py,sha256=FEZ2XYnQIWo2PztWqnj6unn0pbblPU0-bMbTyI3csv4,5464
|
25
24
|
pyegeria/commands/cat/list_assets.py,sha256=bNwSaBDz661hfnc2Rn4j4HPHAugKvz0XwN9L1m4FVQk,6529
|
26
25
|
pyegeria/commands/cat/list_cert_types.py,sha256=mbCls_EqC5JKG5rvS4o69k7KgZ6aNXlcqoJ3DtHsTFA,7127
|
@@ -107,8 +106,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
|
|
107
106
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
108
107
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
109
108
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
110
|
-
pyegeria-1.5.1.1.
|
111
|
-
pyegeria-1.5.1.1.
|
112
|
-
pyegeria-1.5.1.1.
|
113
|
-
pyegeria-1.5.1.1.
|
114
|
-
pyegeria-1.5.1.1.
|
109
|
+
pyegeria-1.5.1.1.18.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
110
|
+
pyegeria-1.5.1.1.18.dist-info/METADATA,sha256=5Lc8p2HXv42jgVgzL_M1NuVlNw1vDXdIsAkPXraQkMI,2998
|
111
|
+
pyegeria-1.5.1.1.18.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
112
|
+
pyegeria-1.5.1.1.18.dist-info/entry_points.txt,sha256=49rVcJuuKXUSC-9ZNzr-ybsaUL-wm6xrUodCZeKJdGc,4898
|
113
|
+
pyegeria-1.5.1.1.18.dist-info/RECORD,,
|
pyegeria/commands/.DS_Store
DELETED
Binary file
|
File without changes
|
File without changes
|
File without changes
|