You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

asyncqt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncqt

Implementation of the PEP 3156 Event-Loop with Qt.


Maintainers
1

Readme

asyncqt - asyncio + PyQt5/PySide2

.. image:: https://circleci.com/gh/gmarull/asyncqt.svg?style=svg :target: https://circleci.com/gh/gmarull/asyncqt

.. image:: https://ci.appveyor.com/api/projects/status/s74qrypga40somf1?svg=true :target: https://ci.appveyor.com/project/gmarull/asyncqt :alt: Build Status

.. image:: https://codecov.io/gh/gmarull/asyncqt/branch/master/graph/badge.svg :target: https://codecov.io/gh/gmarull/asyncqt :alt: Coverage

.. image:: https://img.shields.io/pypi/v/asyncqt.svg :target: https://pypi.python.org/pypi/asyncqt :alt: PyPI Version

.. image:: https://img.shields.io/conda/vn/conda-forge/asyncqt.svg :target: https://anaconda.org/conda-forge/asyncqt
:alt: Conda Version

asyncqt is an implementation of the PEP 3156 event-loop with Qt. This package is a fork of quamash focusing on modern Python versions, with some extra utilities, examples and simplified CI.

Requirements

asyncqt requires Python >= 3.5 and PyQt5 or PySide2. The Qt API can be explicitly set by using the QT_API environment variable.

Installation

pip install asyncqt

Examples

You can find usage examples in the examples folder.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc