pyegeria 5.2.1__py3-none-any.whl → 5.3.0.dev1__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.
@@ -195,6 +195,11 @@ from pyegeria.commands.tech.list_gov_action_processes import display_gov_process
195
195
  default=os.environ.get("EGERIA_HOME_GLOSSARY_GUID", None),
196
196
  help="Glossary guid to use as the home glossary",
197
197
  )
198
+ @click.option(
199
+ "--glossary_path",
200
+ default=os.environ.get("EGERIA_GLOSSARY_PATH", "/home/jovyan/loading-bay/glossary"),
201
+ help="Path to glossary import/export files",
202
+ )
198
203
  @click.pass_context
199
204
  def cli(
200
205
  ctx,
@@ -214,6 +219,7 @@ def cli(
214
219
  jupyter,
215
220
  width,
216
221
  home_glossary_guid,
222
+ glossary_path,
217
223
  ):
218
224
  """An Egeria Command Line interface for Operations"""
219
225
  ctx.obj = Config(
@@ -233,6 +239,7 @@ def cli(
233
239
  jupyter,
234
240
  width,
235
241
  home_glossary_guid,
242
+ glossary_path,
236
243
  )
237
244
  ctx.max_content_width = 250
238
245
  ctx.ensure_object(Config)
@@ -163,7 +163,8 @@ def cli(
163
163
  jupyter,
164
164
  width,
165
165
  home_glossary_guid,
166
- glossary_path
166
+ glossary_path,
167
+
167
168
  ):
168
169
  """An Egeria Command Line interface for Operations"""
169
170
  ctx.obj = Config(
@@ -4,22 +4,22 @@ import click
4
4
  class Config(object):
5
5
  def __init__(
6
6
  self,
7
- server: str ,
7
+ server: str,
8
8
  url: str ,
9
9
  view_server: str ,
10
- view_server_url: str,
11
- integration_daemon: str,
10
+ view_server_url: str ,
11
+ integration_daemon: str ,
12
12
  integration_daemon_url: str,
13
13
  engine_host: str,
14
14
  engine_host_url: str,
15
- admin_user: str ,
16
- admin_user_password: str ,
17
- userid: str ,
18
- password: str ,
19
- timeout: int ,
20
- jupyter: bool ,
21
- width: int ,
22
- home_glossary_guid: str ,
15
+ admin_user: str,
16
+ admin_user_password: str,
17
+ userid: str,
18
+ password: str,
19
+ timeout: int,
20
+ jupyter: bool,
21
+ width: int,
22
+ home_glossary_guid: str,
23
23
  glossary_path: str,
24
24
  ):
25
25
  self.metadata_store = server
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 5.2.1
3
+ Version: 5.3.0.dev1
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -12,10 +12,10 @@ Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: License :: Other/Proprietary License
13
13
  Classifier: Programming Language :: Python
14
14
  Classifier: Programming Language :: Python :: 3
15
- Requires-Dist: click (>=8.1.7,<9.0.0)
16
- Requires-Dist: confluent-kafka (>=2.5.0,<3.0.0)
15
+ Requires-Dist: click
16
+ Requires-Dist: confluent-kafka
17
17
  Requires-Dist: httpx
18
- Requires-Dist: jupyter (>=1.0.0,<2.0.0)
18
+ Requires-Dist: jupyter
19
19
  Requires-Dist: mermaid-py
20
20
  Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
21
21
  Requires-Dist: pytest (>=8.2.2,<9.0.0)
@@ -35,13 +35,13 @@ 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=HdYIpNW4NOzcln-8d8EZUlTe-rTeJmWGfxhdHJqhS7k,45605
39
- pyegeria/commands/cli/egeria_cat.py,sha256=u6yhpQmXZn1f1HteuAWhaA36Xp02bkTbpXfDwc9H8XQ,16012
38
+ pyegeria/commands/cli/egeria.py,sha256=4oL4SnHV5TBY87DX659UCZh4YoNFw-hu_SNrZ_BoFXs,45825
39
+ pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
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
43
43
  pyegeria/commands/cli/egeria_tech.py,sha256=DllmvtwPdYLnztyxEVg3fCcUT9XMlXAdIJyU8qAilb0,15709
44
- pyegeria/commands/cli/ops_config.py,sha256=lbMDjgRM32bX12_rHT0wRXtV-wER8PGBLTCG6DU9858,1338
44
+ pyegeria/commands/cli/ops_config.py,sha256=4ShMgVl2eJoQLqJTK4npAdeAeJuq3FE6qsqngXYON74,1331
45
45
  pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
46
46
  pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
47
47
  pyegeria/commands/doc/Visual Command Reference/README.md,sha256=StopwmMDYmJgfKeRC8nHOJMbXkz6n15zIDJBmHDPoxM,32445
@@ -225,8 +225,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
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.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
229
- pyegeria-5.2.1.dist-info/METADATA,sha256=v7aEmKs4RI5jm7kawkiIjixccEVFFEzHxSiryw7u4go,2721
230
- pyegeria-5.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
231
- pyegeria-5.2.1.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
232
- pyegeria-5.2.1.dist-info/RECORD,,
228
+ pyegeria-5.3.0.dev1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
229
+ pyegeria-5.3.0.dev1.dist-info/METADATA,sha256=yMrYVSyyIg3q_uHs5OABGJyZ_uhQeT3ZehR5W4nJWvw,2675
230
+ pyegeria-5.3.0.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
231
+ pyegeria-5.3.0.dev1.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
232
+ pyegeria-5.3.0.dev1.dist-info/RECORD,,