There is a pymetawear package that can be installed via pip, however it has not been updated to build with the latest C++ (v0.7.4) which has the sensor fusion support. You can file a ticket with the author or submit a pull request with the necessary changes.
Alternatively, you can directly use the C++ API with the included Python wrappers but will need to add in your own Bluetooth LE functionality in the same manner as the pymetawear library.
As mentioned in my previous post, you can use the Python wrappers included with the C++ API however, you will have to hook in your own BLE stack, similar to how it is handled by the pymetawear project
Comments
Some progress with python?