pyegeria 0.5.8.0__py3-none-any.whl → 0.5.8.2__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.
@@ -5,3 +5,15 @@ Copyright Contributors to the ODPi Egeria project.
5
5
 
6
6
  """
7
7
  import pyegeria
8
+ from .ops_config import Config
9
+
10
+ import monitor_gov_eng_status
11
+ import monitor_server_status
12
+ import monitor_server_list
13
+ import monitor_integ_daemon_status
14
+ import monitor_platform_status
15
+ import monitor_engine_activity
16
+ import refresh_integration_daemon
17
+ import restart_integration_daemon
18
+ import integration_daemon_actions
19
+ import list_catalog_targets
@@ -12,7 +12,7 @@ This is an emerging capability based on the **click** package. Feedback welcome!
12
12
  import click
13
13
  from trogon import tui
14
14
  from pyegeria import ServerOps
15
- from ops_config import Config, pass_config
15
+ from .ops_config import Config
16
16
  import monitor_gov_eng_status
17
17
  import monitor_server_status
18
18
  import monitor_server_list
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.5.8.0
3
+ Version: 0.5.8.2
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -19,8 +19,8 @@ examples/widgets/developer/list_tech_templates.py,sha256=d1YARxPaRWG5Ri2I5m8OjBn
19
19
  examples/widgets/developer/list_tech_types.py,sha256=L12F7JP1-HXXQpzmPMzsTfP-Xy0tfsiKIwIh31aWPn0,4364
20
20
  examples/widgets/developer/list_valid_metadata_values.py,sha256=jbJsqELH1MlsKTBR4zbuRnzCCd412I_atlrR0kkhBCs,5785
21
21
  examples/widgets/operational/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
22
- examples/widgets/operational/__init__.py,sha256=8tY0fA8CAnbJQhN6acd_5RGuLr4Ppltq4j5FyTT0WHE,113
23
- examples/widgets/operational/egeria_ops.py,sha256=Reie1DgXuz6dUYGsmyt2T2jV68ZfarEOfKuNUWrK7Lg,9094
22
+ examples/widgets/operational/__init__.py,sha256=1r1pmIAj9fKsYKK9Cw7hzNwEU0g8XVIczgRZvM_M3UY,458
23
+ examples/widgets/operational/egeria_ops.py,sha256=c5Ob9DBQ3RiX_PFoXLWVHeIANk7Zfv_eOwjEvtdbrHU,9082
24
24
  examples/widgets/operational/engine_actions.py,sha256=029OOnvkYHW3z43GiroH0WmNJlDiUTsyF7K_Q8B7r7w,3062
25
25
  examples/widgets/operational/integration_daemon_actions.py,sha256=8YVVrce7olNpsWV_WeR7AwTbsK3hh9NtXgLUhRrbpSE,3997
26
26
  examples/widgets/operational/list_catalog_targets.py,sha256=6_DRwnNZ6rwNYEPdh5yCQAurTLU6wNCTr8L6EnlE2vc,4521
@@ -68,8 +68,8 @@ pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfRO
68
68
  pyegeria/server_operations.py,sha256=ZX7FlJRrAC7RK4bq4wHWepEsYbbWlqkUZdsJrTplVVU,16534
69
69
  pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
70
70
  pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
71
- pyegeria-0.5.8.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
- pyegeria-0.5.8.0.dist-info/METADATA,sha256=_mDvp0FJHjjCc6UlR-Jeci9MTrLswvTtt052cjJa1lI,2688
73
- pyegeria-0.5.8.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
74
- pyegeria-0.5.8.0.dist-info/entry_points.txt,sha256=O6KPHL9wFHEN918pH91br8pfNbeVGYkwmW_kaPMkSSw,2736
75
- pyegeria-0.5.8.0.dist-info/RECORD,,
71
+ pyegeria-0.5.8.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ pyegeria-0.5.8.2.dist-info/METADATA,sha256=aRVExEAZlU68jHhfQ-j1rbZIYshz0VONx5nn5iDAsZs,2688
73
+ pyegeria-0.5.8.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
74
+ pyegeria-0.5.8.2.dist-info/entry_points.txt,sha256=IwXLp4tr2WoLuJcjUtZHS6SdzgN_z2aqMmZQxu3Ptn0,2789
75
+ pyegeria-0.5.8.2.dist-info/RECORD,,
@@ -1,5 +1,6 @@
1
1
  [console_scripts]
2
- egeria_ops=examples.widgets.personal_organizer.egeria_ops:cli
2
+ egeria_ops=examples.widgets.operational.egeria_ops:main
3
+ egeria_ops_tui=examples.widgets.operational.egeria_ops:tui
3
4
  get_asset_graph=examples.widgets.catalog_user.get_asset_graph:main
4
5
  get_collection=examples.widgets.catalog_user.get_collection:main
5
6
  get_guid_info=examples.widgets.developer.get_guid_info:main