You read it correctly, BSplineX also has Python bindings!
The package is available on PyPI and can be installed using pip:
pip install bsplinexPre-built wheels for Windows, Linux, and macOS are available.
Alternatively, you can build the package from source by cloning this repository and running:
pip install .We provide examples in the examples directory.