Python binding of Furiosa Device API.
You can render docs by pydoc or pdoc. However, it is just a binding of device-api, so please see the Rust documentation for a mode detailed explanation.
To use maturin, you need to use a python virtual environment. A simple example can be found here.
pip install maturin
make develop
make test
Some examples for using Python API is available here.