From pykde Sat Apr 23 11:01:08 2022 From: Philippe Fremy Date: Sat, 23 Apr 2022 11:01:08 +0000 To: pykde Subject: New release of PyQt-stubs Message-Id: X-MARC-Message: https://marc.info/?l=pykde&m=165071164006741 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--------------cWzk0wuen40AxPEWjI70k98e" This is a multi-part message in MIME format. --------------cWzk0wuen40AxPEWjI70k98e Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I have just released PyQt5-stubs 5.15.6.0 . This is an enhancement of the stub files released as part of the PyQt5 packages, to support full type-checking via mypy. Improvements over the default stubs include: * Signals are properly typed as signals and not as methods * QFlags derived classes correctly support all combination operations * Many methods accepting an optional None have been annotated so * and more... To install them : python -m pip install --upgrade pyqt5-stubs Don't hesitate to report any feedback, on github or directly to me. Cheers, Philippe --------------cWzk0wuen40AxPEWjI70k98e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hi,

I have just released PyQt5-stubs 5.15.6.0 .

This is an enhancement of the stub files released as part of the PyQt5 packages, to support full type-checking via mypy. Improvements over the default stubs include:


To install them :

python -m pip install --upgrade pyqt5-stubs

Don't hesitate to report any feedback, on github or directly to me.

Cheers,

Philippe

--------------cWzk0wuen40AxPEWjI70k98e--