-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #983 from mandy-chessell/code2024
Updates to the roadmap page
- Loading branch information
Showing
35 changed files
with
2,227 additions
and
856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# Pyegeria | ||
|
||
The [pyegeria python library](https://github.com/odpi/egeria-python) provides a wide-ranging set of python functions for interacting with the Egeria runtime. In addition there is a command level interface (CLI) for issuing commands to Egeria and widgets to display information held by Egeria. It includes: | ||
|
||
* [Python client](/guides/developer/python-client/overview) - A collection of python functions for calling the Open Metadata and Governance services provided by egeria from a python program - or programming environment, such as Jupyter notebooks. | ||
|
||
|
||
## 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): | ||
|
||
```shell | ||
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). | ||
|
||
```shell | ||
pipx upgrade pyegeria | ||
``` | ||
|
||
--8<-- "snippets/abbr.md" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.