0 purchases
rudinodewrite 1.1.0
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.