pyegeria 0.5.8.25__py3-none-any.whl → 0.5.8.27__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.
- examples/widgets/cli/egeria_cat.py +2 -1
- examples/widgets/cli/egeria_my.py +3 -2
- examples/widgets/cli/egeria_ops.py +2 -2
- examples/widgets/cli/egeria_tech.py +2 -1
- {pyegeria-0.5.8.25.dist-info → pyegeria-0.5.8.27.dist-info}/METADATA +1 -1
- {pyegeria-0.5.8.25.dist-info → pyegeria-0.5.8.27.dist-info}/RECORD +9 -9
- {pyegeria-0.5.8.25.dist-info → pyegeria-0.5.8.27.dist-info}/LICENSE +0 -0
- {pyegeria-0.5.8.25.dist-info → pyegeria-0.5.8.27.dist-info}/WHEEL +0 -0
- {pyegeria-0.5.8.25.dist-info → pyegeria-0.5.8.27.dist-info}/entry_points.txt +0 -0
@@ -40,7 +40,8 @@ from examples.widgets.cli.ops_config import Config
|
|
40
40
|
# pass_config = click.make_pass_decorator(Config)
|
41
41
|
|
42
42
|
# @tui
|
43
|
-
@tui('menu','menu','A textual command line interface')
|
43
|
+
# @tui('menu','menu','A textual command line interface')
|
44
|
+
@tui()
|
44
45
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
45
46
|
@click.group()
|
46
47
|
@click.option('--server', default='active-metadata-store', envvar='EGERIA_METADATA_STORE',
|
@@ -33,9 +33,10 @@ from examples.widgets.personal.list_my_profile import display_my_profiles
|
|
33
33
|
#
|
34
34
|
# pass_config = click.make_pass_decorator(Config)
|
35
35
|
|
36
|
-
|
37
|
-
@tui('menu', 'menu', 'A textual command line interface')
|
36
|
+
@tui()
|
37
|
+
# @tui('menu', 'menu', 'A textual command line interface')
|
38
38
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
39
|
+
|
39
40
|
@click.group()
|
40
41
|
@click.option('--server', default='active-metadata-store', envvar='EGERIA_METADATA_STORE',
|
41
42
|
help='Egeria metadata store to work with')
|
@@ -43,8 +43,8 @@ from examples.widgets.operational.restart_integration_daemon import restart_conn
|
|
43
43
|
#
|
44
44
|
# pass_config = click.make_pass_decorator(Config)
|
45
45
|
|
46
|
-
|
47
|
-
@tui('menu', 'menu', 'A textual command line interface')
|
46
|
+
@tui()
|
47
|
+
# @tui('menu', 'menu', 'A textual command line interface')
|
48
48
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
49
49
|
@click.group()
|
50
50
|
@click.option('--server', default='active-metadata-store', envvar='EGERIA_METADATA_STORE',
|
@@ -40,7 +40,8 @@ from examples.widgets.tech.list_valid_metadata_values import display_metadata_va
|
|
40
40
|
# pass_config = click.make_pass_decorator(Config)
|
41
41
|
|
42
42
|
# @tui
|
43
|
-
@tui('menu', 'menu', 'A textual command line interface')
|
43
|
+
# @tui('menu', 'menu', 'A textual command line interface')
|
44
|
+
@tui()
|
44
45
|
@click.version_option("0.0.1", prog_name="egeria_ops")
|
45
46
|
@click.group()
|
46
47
|
@click.option('--server', default='active-metadata-store', envvar='EGERIA_METADATA_STORE',
|
@@ -12,10 +12,10 @@ examples/widgets/catalog_user/list_projects.py,sha256=RpxPj68X7yPl046xTuGRhl8EwU
|
|
12
12
|
examples/widgets/catalog_user/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3SMm1RcgFoh0,4609
|
13
13
|
examples/widgets/catalog_user/list_todos.py,sha256=iiHvw0zM2khHDNKnrzNe2i0tqD_3xzrB5Z2Z0tP7N4k,5521
|
14
14
|
examples/widgets/cli/__init__.py,sha256=ReG7mIcm5c512S_z1UZIpMtE67zlO_zj-1HhHWYS4fI,30
|
15
|
-
examples/widgets/cli/egeria_cat.py,sha256=
|
16
|
-
examples/widgets/cli/egeria_my.py,sha256
|
17
|
-
examples/widgets/cli/egeria_ops.py,sha256=
|
18
|
-
examples/widgets/cli/egeria_tech.py,sha256=
|
15
|
+
examples/widgets/cli/egeria_cat.py,sha256=xEzI4Lbl3vyQlJLxMSmDVphhyjTUL1whSfbZi4I2Hwk,9324
|
16
|
+
examples/widgets/cli/egeria_my.py,sha256=wni3UWzwxnk0hToeUwSLclfHY4Vi1ez4mtRqVGWVi8A,5341
|
17
|
+
examples/widgets/cli/egeria_ops.py,sha256=ZxfijlBuDdOKdDgflKdJ0npGp5bB35qCzy-SHUGAk0k,10112
|
18
|
+
examples/widgets/cli/egeria_tech.py,sha256=H4xS1EHnHapIrlmnSoGr0Bt0bwzHNDkqVSbqbarkuik,8404
|
19
19
|
examples/widgets/cli/ops_config.py,sha256=BPfiU2mZA61aA1p1DHRA5eLWH8qaAwgWNoRmazzAlM4,1398
|
20
20
|
examples/widgets/operational/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
21
21
|
examples/widgets/operational/__init__.py,sha256=SCfzF3-aMx8EpqLWmH7JQf13gTmMAtHRbg69oseLvi8,480
|
@@ -72,8 +72,8 @@ pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfRO
|
|
72
72
|
pyegeria/server_operations.py,sha256=ZX7FlJRrAC7RK4bq4wHWepEsYbbWlqkUZdsJrTplVVU,16534
|
73
73
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
74
74
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
75
|
-
pyegeria-0.5.8.
|
76
|
-
pyegeria-0.5.8.
|
77
|
-
pyegeria-0.5.8.
|
78
|
-
pyegeria-0.5.8.
|
79
|
-
pyegeria-0.5.8.
|
75
|
+
pyegeria-0.5.8.27.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
76
|
+
pyegeria-0.5.8.27.dist-info/METADATA,sha256=OEEMYtjd6HEJ0dPEbJgn2mleTqVfnKsoKqgfIM7XSJM,2689
|
77
|
+
pyegeria-0.5.8.27.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
78
|
+
pyegeria-0.5.8.27.dist-info/entry_points.txt,sha256=YLwELMauo52P2zmfF3ovfayZGcUEVQ2XQnCF4xNzG1M,2781
|
79
|
+
pyegeria-0.5.8.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|