pyegeria 5.3.6.2__py3-none-any.whl → 5.3.6.2.1__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 +4 -4
- pyegeria/commands/cli/egeria_cat.py +4 -4
- {pyegeria-5.3.6.2.dist-info → pyegeria-5.3.6.2.1.dist-info}/METADATA +1 -1
- {pyegeria-5.3.6.2.dist-info → pyegeria-5.3.6.2.1.dist-info}/RECORD +7 -7
- {pyegeria-5.3.6.2.dist-info → pyegeria-5.3.6.2.1.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.6.2.dist-info → pyegeria-5.3.6.2.1.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.6.2.dist-info → pyegeria-5.3.6.2.1.dist-info}/entry_points.txt +0 -0
pyegeria/commands/cli/egeria.py
CHANGED
@@ -1145,7 +1145,7 @@ def glossary_group(ctx):
|
|
1145
1145
|
help="Optionally display glossary list as an update form",
|
1146
1146
|
)
|
1147
1147
|
@click.pass_context
|
1148
|
-
def show_terms(ctx, search_string, glossary_guid, glossary_name,
|
1148
|
+
def show_terms(ctx, search_string, glossary_guid, glossary_name, markdown, form):
|
1149
1149
|
"""Find and display glossary terms"""
|
1150
1150
|
c = ctx.obj
|
1151
1151
|
display_glossary_terms(
|
@@ -1158,7 +1158,7 @@ def show_terms(ctx, search_string, glossary_guid, glossary_name, md, form):
|
|
1158
1158
|
c.password,
|
1159
1159
|
c.jupyter,
|
1160
1160
|
c.width,
|
1161
|
-
|
1161
|
+
markdown,
|
1162
1162
|
form,
|
1163
1163
|
)
|
1164
1164
|
|
@@ -1730,7 +1730,7 @@ def databases(ctx):
|
|
1730
1730
|
help="Optionally display glossary list as an update form",
|
1731
1731
|
)
|
1732
1732
|
@click.pass_context
|
1733
|
-
def glossaries(ctx, search_string,
|
1733
|
+
def glossaries(ctx, search_string, markdown, form):
|
1734
1734
|
"""Display a list of glossaries"""
|
1735
1735
|
c = ctx.obj
|
1736
1736
|
display_glossaries(
|
@@ -1741,7 +1741,7 @@ def glossaries(ctx, search_string, md, form):
|
|
1741
1741
|
c.password,
|
1742
1742
|
c.jupyter,
|
1743
1743
|
c.width,
|
1744
|
-
|
1744
|
+
markdown,
|
1745
1745
|
form
|
1746
1746
|
)
|
1747
1747
|
|
@@ -338,7 +338,7 @@ def glossary_group(ctx):
|
|
338
338
|
help="Optionally display glossary list as an update form",
|
339
339
|
)
|
340
340
|
@click.pass_context
|
341
|
-
def show_terms(ctx, search_string, glossary_guid, glossary_name,
|
341
|
+
def show_terms(ctx, search_string, glossary_guid, glossary_name, markdown, form):
|
342
342
|
"""Find and display glossary terms"""
|
343
343
|
c = ctx.obj
|
344
344
|
display_glossary_terms(
|
@@ -351,7 +351,7 @@ def show_terms(ctx, search_string, glossary_guid, glossary_name, md, form):
|
|
351
351
|
c.password,
|
352
352
|
c.jupyter,
|
353
353
|
c.width,
|
354
|
-
|
354
|
+
markdown,
|
355
355
|
form,
|
356
356
|
)
|
357
357
|
|
@@ -371,7 +371,7 @@ def show_terms(ctx, search_string, glossary_guid, glossary_name, md, form):
|
|
371
371
|
help="Optionally display glossary list as an update form",
|
372
372
|
)
|
373
373
|
@click.pass_context
|
374
|
-
def glossaries(ctx, search_string,
|
374
|
+
def glossaries(ctx, search_string, markdown, form):
|
375
375
|
"""Display a list of glossaries"""
|
376
376
|
c = ctx.obj
|
377
377
|
display_glossaries(
|
@@ -382,7 +382,7 @@ def glossaries(ctx, search_string, md, form):
|
|
382
382
|
c.password,
|
383
383
|
c.jupyter,
|
384
384
|
c.width,
|
385
|
-
|
385
|
+
markdown,
|
386
386
|
form,
|
387
387
|
)
|
388
388
|
|
@@ -45,8 +45,8 @@ pyegeria/commands/cat/list_terms.py,sha256=zBOnDjzvxfyC55kY0Pq43fidt_1mRheETeEyE
|
|
45
45
|
pyegeria/commands/cat/list_todos.py,sha256=NitCw0uyVVjmN1hxb1W-I4FbOsa8wQxW2ICyOElHyc8,6556
|
46
46
|
pyegeria/commands/cat/list_user_ids.py,sha256=X5Q-YNEp38saPYDuy9VwdQC5Qpa4HyC3WvAdbyp_P6M,5108
|
47
47
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
48
|
-
pyegeria/commands/cli/egeria.py,sha256=
|
49
|
-
pyegeria/commands/cli/egeria_cat.py,sha256=
|
48
|
+
pyegeria/commands/cli/egeria.py,sha256=5RgmqQBEuWGJwh6Xlz8mHRpnnfchoVdmoCxPTIs4KHs,52677
|
49
|
+
pyegeria/commands/cli/egeria_cat.py,sha256=qqKIDNZq6hIVQv8YpnFfZ9FQqip8bKONPwmPzxEf5lo,16677
|
50
50
|
pyegeria/commands/cli/egeria_login_tui.py,sha256=W5ouG3nlN7z2Waa-wzYFS7yyoGfOrK-lNB0FMt2JdOk,9492
|
51
51
|
pyegeria/commands/cli/egeria_my.py,sha256=0KTH7OIeKyp16ZeN7zK5uhadbPfAQsq38GMzJNWYG8g,6386
|
52
52
|
pyegeria/commands/cli/egeria_ops.py,sha256=8W4t2jFGn22OOOtyUAapQH8yyOl1wo09CVNTojRQKvo,12817
|
@@ -250,8 +250,8 @@ pyegeria/test_w.html,sha256=q9HCstV2Ar-QiAqswte6hQ8EJuKqr5s99MUuXSxs7a8,11461
|
|
250
250
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
251
251
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
252
252
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
253
|
-
pyegeria-5.3.6.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
254
|
-
pyegeria-5.3.6.2.dist-info/METADATA,sha256=
|
255
|
-
pyegeria-5.3.6.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
256
|
-
pyegeria-5.3.6.2.dist-info/entry_points.txt,sha256=9LIuEBIFodyDPNWxZFCJNSzK7-ZS85Kes3eTTYTGWHo,6407
|
257
|
-
pyegeria-5.3.6.2.dist-info/RECORD,,
|
253
|
+
pyegeria-5.3.6.2.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
254
|
+
pyegeria-5.3.6.2.1.dist-info/METADATA,sha256=jmvgL6MV7XDwEwITmWxOE7KjjuMZ1opCS4Cr3MOW3w8,2745
|
255
|
+
pyegeria-5.3.6.2.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
256
|
+
pyegeria-5.3.6.2.1.dist-info/entry_points.txt,sha256=9LIuEBIFodyDPNWxZFCJNSzK7-ZS85Kes3eTTYTGWHo,6407
|
257
|
+
pyegeria-5.3.6.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|