pyegeria 1.5.1.1.7__py3-none-any.whl → 1.5.1.1.8__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/glossary_actions.py +18 -3
- {pyegeria-1.5.1.1.7.dist-info → pyegeria-1.5.1.1.8.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.1.7.dist-info → pyegeria-1.5.1.1.8.dist-info}/RECORD +6 -6
- {pyegeria-1.5.1.1.7.dist-info → pyegeria-1.5.1.1.8.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.1.7.dist-info → pyegeria-1.5.1.1.8.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.1.7.dist-info → pyegeria-1.5.1.1.8.dist-info}/entry_points.txt +0 -0
commands/cat/glossary_actions.py
CHANGED
@@ -113,7 +113,22 @@ def create_glossary(
|
|
113
113
|
@click.option("--userid", default=EGERIA_USER, help="Egeria user")
|
114
114
|
@click.option("--password", default=EGERIA_USER_PASSWORD, help="Egeria user password")
|
115
115
|
@click.option("--timeout", default=60, help="Number of seconds to wait")
|
116
|
-
|
116
|
+
@click.option(
|
117
|
+
"--jupyter",
|
118
|
+
is_flag=True,
|
119
|
+
default=False,
|
120
|
+
envvar="EGERIA_JUPYTER",
|
121
|
+
help="Enable for rendering in a Jupyter terminal",
|
122
|
+
)
|
123
|
+
@click.option(
|
124
|
+
"--width",
|
125
|
+
default=200,
|
126
|
+
envvar="EGERIA_WIDTH",
|
127
|
+
help="Screen width, in characters, to use",
|
128
|
+
)
|
129
|
+
def list_glossaries(
|
130
|
+
search_string, server, url, userid, password, timeout, jupyter, width
|
131
|
+
):
|
117
132
|
"""List all glossaries"""
|
118
133
|
m_client = EgeriaTech(server, url, user_id=userid, user_pwd=password)
|
119
134
|
token = m_client.create_egeria_bearer_token()
|
@@ -151,8 +166,8 @@ def list_glossaries(search_string, server, url, userid, password, timeout):
|
|
151
166
|
table.add_row(display_name, q_name, language, description, usage)
|
152
167
|
console = Console(
|
153
168
|
style="bold bright_white on black",
|
154
|
-
width=
|
155
|
-
force_terminal=not
|
169
|
+
width=width,
|
170
|
+
force_terminal=not jupyter,
|
156
171
|
)
|
157
172
|
console.print(table)
|
158
173
|
|
@@ -6,7 +6,7 @@ commands/cat/get_project_dependencies.py,sha256=B0JaMSUi0hzVgos1sTY2uUPGy1DzKEJM
|
|
6
6
|
commands/cat/get_project_structure.py,sha256=n2GbNd07w1DTo7jTR8b2ewXRyNcat_2BcCBRyDMldwk,5969
|
7
7
|
commands/cat/get_tech_type_elements.py,sha256=-m3Q0BoNqkCtV8h75vMwTcOV-_ymEXmnJcr4Ec7WMAw,6180
|
8
8
|
commands/cat/get_tech_type_template.py,sha256=gMFVcgCIm09GQu1Vsc5ZUVH9XLhItAG1eVGZJrcnHeQ,6174
|
9
|
-
commands/cat/glossary_actions.py,sha256=
|
9
|
+
commands/cat/glossary_actions.py,sha256=5XYggVpMWO5cpY9VzauFlhGzwgSpbPekAQp-Xl5r3ow,11889
|
10
10
|
commands/cat/list_archives.py,sha256=FEZ2XYnQIWo2PztWqnj6unn0pbblPU0-bMbTyI3csv4,5464
|
11
11
|
commands/cat/list_assets.py,sha256=bNwSaBDz661hfnc2Rn4j4HPHAugKvz0XwN9L1m4FVQk,6529
|
12
12
|
commands/cat/list_cert_types.py,sha256=mbCls_EqC5JKG5rvS4o69k7KgZ6aNXlcqoJ3DtHsTFA,7127
|
@@ -104,8 +104,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
|
|
104
104
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
105
105
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
106
106
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
107
|
-
pyegeria-1.5.1.1.
|
108
|
-
pyegeria-1.5.1.1.
|
109
|
-
pyegeria-1.5.1.1.
|
110
|
-
pyegeria-1.5.1.1.
|
111
|
-
pyegeria-1.5.1.1.
|
107
|
+
pyegeria-1.5.1.1.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
108
|
+
pyegeria-1.5.1.1.8.dist-info/METADATA,sha256=MJFfN5gW1M1Y9PhGIiRvKQ_edM_jaBB_VOYZyBuyaFA,2997
|
109
|
+
pyegeria-1.5.1.1.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
110
|
+
pyegeria-1.5.1.1.8.dist-info/entry_points.txt,sha256=aSpiaOuOEL1QBfuIGOaATzDCihpVOyvIK1XCQHK3uRc,4186
|
111
|
+
pyegeria-1.5.1.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|