Possible options: 1) cython and fused types 2) built one backend (.so file) per type and hide behind an import hook import pcl.pointxyz as pcl http://xion.org.pl/2012/05/06/hacking-python-imports/
Possible options:
cython and fused types
built one backend (.so file) per type and hide behind an import hook
import pcl.pointxyz as pcl
http://xion.org.pl/2012/05/06/hacking-python-imports/