Skip to content

Generate .pyi files for the Python extension modules

David Gobbi requested to merge dgobbi/vtk:install-pyi into master

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 vtk_generate_pyi.py script part of the install so that they can be used by externally-wrapped packages. Done.

Edited by David Gobbi

Merge request reports