Generate .pyi files for the Python extension modules
This generates a .pyi file for each .pyd/.so Python extension module generated by the wrappers. These .pyi files are used by code editors such as PyCharm and VS Code for autocompletion.
To do: Make these rules and the Done.vtk_generate_pyi.py script part of the install so that they can be used by externally-wrapped packages.
Edited by David Gobbi