rudi-node-write

Use the internal API of a RUDI Producer node


Keywords
rudi-node-write, rudi-node-put, RUDI, producer, node, open-data, Univ, Rennes
License
EUPL-1.2
Install
pip install rudi-node-write==1.1.0

Documentation

Code style: black Checked with pyright

RUDI Node tools: rudi-node-write library

This library offers tools to take advantage of the internal API of a RUDI Producer node ( also referred as RUDI node), through the API of the backend of the user interface, the "Producer node manager" or "Prodmanager" module.

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install rudi_node_write

Usage: RudiNodeWriter

The Jupyter notebook README.ipynb details how to use the library through the RudiNodeWriter object.

Testing

The tests can be analyzed for further information about how to call the API

$ pytest