[PyQt] PEP 484 stub files in wheels? (whl)

Phil Thompson phil at riverbankcomputing.com
Sun Apr 16 15:22:04 BST 2017


On 13 Apr 2017, at 1:51 pm, Kyle Altendorf <sda at fstab.net> wrote:
> 
> I did a quick search and didn't find discussion of PEP 484 stubs as related to wheels.  At least in Linux the 5.7.0 and 5.8.2 wheels do not seem to install any .pyi files.  Is this intentional?  Could they be included?
> 
> This came up in #pyqt after a question about PyCharm claiming that `flags` was a required parameter for QWidget() because it misinterpreted the docstring.  This also relates to https://youtrack.jetbrains.com/issue/PY-16818.

Their ommission is intentional. You can always install them from the source package.

Phil


More information about the PyQt mailing list