{"id":13800221,"url":"https://github.com/python-qt-tools/PyQt5-stubs","last_synced_at":"2025-05-13T09:31:26.152Z","repository":{"id":38829899,"uuid":"140297350","full_name":"python-qt-tools/PyQt5-stubs","owner":"python-qt-tools","description":"Stubs for PyQt5","archived":false,"fork":false,"pushed_at":"2023-07-23T09:38:54.000Z","size":2692,"stargazers_count":69,"open_issues_count":14,"forks_count":31,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-01T19:03:51.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-qt-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-07-09T14:28:30.000Z","updated_at":"2025-01-05T08:48:37.000Z","dependencies_parsed_at":"2024-01-29T19:30:20.055Z","dependency_job_id":"b0275abb-3e57-48f3-9af9-1384909e0b8b","html_url":"https://github.com/python-qt-tools/PyQt5-stubs","commit_stats":{"total_commits":902,"total_committers":20,"mean_commits":45.1,"dds":0.5421286031042128,"last_synced_commit":"bd1c7e08ebc2416305f54a637d5a6cad8b97c619"},"previous_names":["stlehmann/pyqt5-stubs"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-qt-tools%2FPyQt5-stubs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-qt-tools%2FPyQt5-stubs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-qt-tools%2FPyQt5-stubs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-qt-tools%2FPyQt5-stubs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-qt-tools","download_url":"https://codeload.github.com/python-qt-tools/PyQt5-stubs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253418959,"owners_count":21905334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T00:01:10.582Z","updated_at":"2025-05-13T09:31:24.609Z","avatar_url":"https://github.com/python-qt-tools.png","language":"Python","readme":"\u003cimg src=\"http://mypy-lang.org/static/mypy_light.svg\" alt=\"mypy logo\" width=\"300px\"/\u003e\n\n[![PyPI version](https://badge.fury.io/py/PyQt5-stubs.svg)](https://badge.fury.io/py/PyQt5-stubs)\n[![mypy checked](https://camo.githubusercontent.com/34b3a249cd6502d0a521ab2f42c8830b7cfd03fa/687474703a2f2f7777772e6d7970792d6c616e672e6f72672f7374617469632f6d7970795f62616467652e737667)](http://mypy-lang.org/)\n[![Build Status](https://github.com/python-qt-tools/PyQt5-stubs/actions/workflows/ci.yml/badge.svg?query=branch%3Amaster)](https://github.com/python-qt-tools/PyQt5-stubs/actions/workflows/ci.yml?query=branch%3Amaster)\n[![Downloads](https://pepy.tech/badge/pyqt5-stubs)](https://pepy.tech/project/pyqt5-stubs)\n[![Downloads](https://pepy.tech/badge/pyqt5-stubs/week)](https://pepy.tech/project/pyqt5-stubs/week)\n\n# Mypy stubs for the PyQt5 framework\n\nThis repository holds the stubs of the PyQt5 framework. The stub files released\nwithin the PyQt5 packages have been modified to allow using them for type-checking via mypy. \nImprovements over the default stubs include:\n\n* Signals are properly typed as signals and not as methods\n* QFlags derived classes correctly support all combination operations\n* Many methods accepting an optional None have been annotated so\n* and more...\n\nThis repository can always be improved and the authors will\nappreciate any PRs or Issues that help making this stub-repository more reliable.\n\n# Installation\n\nSimply install PyQt5-stubs with pip:\n\n    $ pip install PyQt5-stubs\n\nOr clone the latest version from Github and install it via Python setuptools:\n\n    $ git clone https://github.com/python-qt-tools/PyQt5-stubs\n    $ python setup.py install\n\n\n# Supported Modules\n\nThe modules supported by PyQt5-stubs include modules from the PyQt5 package as well as modules from the other\npackages released by Riverbank Computing (PyQt3D, PyQtCharts, ...). Here is the full list\nof packages and modules:\n\n* package PyQt5:\n    * QtBluetooth\n    * QtCore\n    * QtDBus\n    * QtGui\n    * QtLocation\n    * QtMultimedia\n    * QtNetwork\n    * QtNfc\n    * QtOpenGL\n    * QtPositioning\n    * QtPrintSupport\n    * QtQml\n    * QtQuick\n    * QtQuickWidgets\n    * QtRemoteObjects\n    * QtSensors\n    * QtSerialPort\n    * QtSql\n    * QtSvg\n    * QtTest\n    * QtWebChannel\n    * QtWebSockets\n    * QtWidgets\n    * QtX11Extras\n    * QtXml\n    * QtXmlPatterns\n    * sip\n* package PyQt3D:\n    * Qt3DAnimation\n    * Qt3DCore\n    * Qt3DExtras\n    * Qt3DInput\n    * Qt3DLogic\n    * Qt3DRender\n* package PyQtChart:\n    * QtChart\n* package PyQtDataVisualization:\n    * QtDataVisualization\n* package PyQtNetworkAuth:\n    * QtNetworkAuth\n* package PyQtPurchasing:\n    * QtPurchasing\n* package PyQtWebEngine:\n    * QtWebEngine\n    * QtWebEngineCore\n    * QtWebEngineWidgets\n* package PyQtWebkit:\n    * QtWebKit\n    * QtWebKitWidgets\n  \n# Authors\n* Stefan Lehmann\n* Kyle Altendorf \n* Bryce Beagle \n* Florian Bruhin\n* Philippe Fremy\n","funding_links":[],"categories":["Stub packages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-qt-tools%2FPyQt5-stubs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-qt-tools%2FPyQt5-stubs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-qt-tools%2FPyQt5-stubs/lists"}