PEP561 stub files for the PyQt5 framework
Project description
Mypy stubs for the PyQt5 framework
This repository holds the stubs of the PyQt5 framework. It uses the stub files that are produced during compilation process of PyQt5. These stub files have been modified by the author to allow using them for type-checking via Mypy. This repository is far from complete and the author will appreciate any PRs or Issues that help making this stub-repository more reliable.
Installation
Simply install PyQt5-stubs with pip:
$ pip install PyQt5-stubs
Or clone the latest version from Github and install it via Python setuptools:
$ git clone https://github.com/stlehmann/PyQt5-stubs.git
$ python setup.py install
Supported Modules
The following modules are supported by PyQt5-stubs:
- QtCore
- QtWidgets
- QtGui
- QtDBus
- QtNetwork
- QtOpenGL
- QtPrintSupport
- QtSql
- QtTest
- QtXml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyQt5-stubs-5.13.1.1.tar.gz
(186.6 kB
view hashes)