Metadata-Version: 1.1
Name: asyncqt
Version: 0.7.0
Summary: Implementation of the PEP 3156 Event-Loop with Qt.
Home-page: https://github.com/gmarull/asyncqt
Author: G, e, r, a, r, d,  , M, a, r, u, l, l, -, P, a, r, e, t, a, s, M, a, r, k,  , H, a, r, v, i, s, t, o, n, A, r, v, e,  , K, n, u, d, s, e, n
Author-email: gerard@teslabs.com, mark.harviston@gmail.com, arve.knudsen@gmail.com
License: BSD
Description: asyncqt - asyncio + PyQt5/PySide2
        ======================
        
        .. image:: https://travis-ci.org/gmarull/asyncqt.svg?branch=master
            :target: https://travis-ci.org/gmarull/asyncqt
            :alt: Build Status
        
        .. 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
        
        ``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
        explicitely set by using the ``QT_API`` environment variable.
        
        Installation
        ============
        
        ``pip install asyncqt``
        
        Examples
        ========
        
        You can find usage examples in the ``examples`` folder.
        
Keywords: Qt,asyncio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: X11 Applications :: Qt
