Skip to content

Pyegeria

The pyegeria python library provides a wide-ranging set of python functions for retrieving the status of Egeria's platform, servers and connectors, and interacting with the open metadata ecosystem.

pyegeria

It is available in through a variety of interfaces.

Installing pyegeria (and keeping up to date)

pyegeria is installed from PyPI using the pip install pyegeria command. It is advancing rapidly, so it is worthwhile checking that you have the latest level. Firstly, to upgrade the base python functions, run the following command in your python environment (Jupyter Notebook, PyCharm, venv, etc):

pip install pyegeria --upgrade
If the libraries are upgraded, you will need to restart the python kernel. For example, from the JupyterLab menu bar select Kernel->Restart Kernel... and then confirm that you want the kernel to restart.

To check that the widgets and CLI are up-to-date, enter the following command on a command line (terminal/command window).

pipx upgrade pyegeria

Raise an issue or comment below