Metadata-Version: 2.1
Name: alqtendpy
Version: 0.0.4
Summary: Extras for working with PyQt5.
Home-page: https://github.com/altendky/alqtendpy
Author: Kyle Altendorf
Author-email: sda@fstab.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
Requires-Dist: altendpy
Requires-Dist: click
Requires-Dist: attrs
Requires-Dist: pyqt5
Provides-Extra: dev
Requires-Dist: gitignoreio ; extra == 'dev'
Provides-Extra: test
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-qt ; extra == 'test'
Requires-Dist: pytest-twisted ; extra == 'test'
Requires-Dist: pytest-xvfb ; extra == 'test'
Requires-Dist: quamash ; extra == 'test'
Requires-Dist: qt5reactor ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: twisted ; extra == 'test'

alqtendpy
===========

|PyPI| |Pythons| |Travis| |AppVeyor| |Circle| |codecov| |GitHub|

Miscellanious extras that I like to use when working with PyQt5.

.. |PyPI| image:: https://img.shields.io/pypi/v/alqtendpy.svg
   :alt: PyPI version
   :target: https://pypi.python.org/pypi/alqtendpy

.. |Pythons| image:: https://img.shields.io/pypi/pyversions/alqtendpy.svg
   :alt: Supported Python versions
   :target: https://pypi.python.org/pypi/alqtendpy

.. |Travis| image:: https://travis-ci.org/altendky/alqtendpy.svg?branch=develop
   :alt: Travis build status
   :target: https://travis-ci.org/altendky/alqtendpy

.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/565xmcrd3rl7ark7/branch/develop?svg=true
   :alt: AppVeyor build status
   :target: https://ci.appveyor.com/project/KyleAltendorf/alqtendpy

.. |Circle| image:: https://circleci.com/gh/altendky/alqtendpy.svg?style=svg
   :alt: Circle build status
   :target: https://circleci.com/gh/altendky/alqtendpy

.. |codecov| image:: https://codecov.io/gh/altendky/alqtendpy/branch/develop/graph/badge.svg
   :alt: codecov coverage status
   :target: https://codecov.io/gh/altendky/alqtendpy

.. |GitHub| image:: https://img.shields.io/github/last-commit/altendky/alqtendpy/develop.svg
   :alt: Source on GitHub
   :target: https://github.com/altendky/alqtendpy


