In case this is interesting for anyone: we implemented Python bindings for base-types for a prototype in the project InFuse. If this should go to master, there are still some things that have to be done:
[ ] make dependencies optional in manifest.xml and add them to a package-set
[ ] integrate setup in main CMakeLists.txt
[ ] compatibility to Python 2
[ ] implement Python bindings for the rest of the types
I would like to hear your opinion about this.
An example of how it can be used (more can be found in the unit tests):
In case this is interesting for anyone: we implemented Python bindings for base-types for a prototype in the project InFuse. If this should go to master, there are still some things that have to be done:
I would like to hear your opinion about this.
An example of how it can be used (more can be found in the unit tests):
@Rauldg