Parse OpenEO process graphs from JSON to traversible Python objects.
Project description
OpenEO Process Graph Parser (Python & networkx)
Python package to parse OpenEO process graphs from raw JSON into fully traversible networkx
graph objects.
This package is an evolution of the openeo-pg-parser-python package.
Installation
This package can be installed with pip:
pip install openeo-pg-parser-networkx
Currently Python versions 3.9 and 3.10 are supported.
Development environment
openeo-pg-parser-networkx
requires poetry >1.2
, see their docs for installation instructions.
To setup the python venv and install this project into it run:
poetry install
To add a new core dependency run:
poetry add some_new_dependency
To add a new development dependency run:
poetry add some_new_dependency --group dev
To run the test suite run:
poetry run python -m pytest
Note that you can also use the virtual environment that's generated by poetry as the kernel for the ipynb notebooks.
Pre-commit hooks
This repo makes use of pre-commit hooks to enforce linting & a few sanity checks.
In a fresh development setup, install the hooks using poetry run pre-commit install
.
These will then automatically be checked against your changes before making the commit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for openeo_pg_parser_networkx-2022.11.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d621cc9462a00bdceb3aba298b7f58ef3df9c198a07677aa150f2116bd739981 |
|
MD5 | 9e5989b2bf44a667dcb6d5e7ef5223a0 |
|
BLAKE2b-256 | 98394fc66949af282938176156985cfb98798c8ace7c38acc1163e277a80a755 |
Hashes for openeo_pg_parser_networkx-2022.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3406fecdb6f0f8f69cf845f02d9c61a17f380b9831b323e185f6982566c7c2c |
|
MD5 | 4a591cf5ca16e3a68372542c6c882231 |
|
BLAKE2b-256 | c69db6558c870a2ae47d4073303f0d55c7adfeffd1e61b5876b175cd2ad1ec85 |