Rudof Python bindings
The Python bindings for rudof are called pyrudof. They are available at pypi.
For more information, you can access the readthedocs documentation.
After compiling and installing this module, a Python library called pyrudof should be available.
Build the development version
This module is based on pyo3 and maturin.
To build and install the development version of pyrudof you need to clone this git repository, go to the python directory (the one this README is in) and run:
pip install maturin
followed by:
Running the tests
Go to the tests folder:
and run: