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.
python3 -m venv .venv
source .venv/bin/activate
pip install rudi_node_write
The Jupyter notebook README.ipynb
details how to use the library through the RudiNodeWriter
object.
The tests can be analyzed for further information about how to call the API
$ pytest