Metadata-Version: 2.0
Name: SiQt
Version: 0.3.0
Summary: Convenience tools for building PyQt/PySide based GUI applications.
Home-page: https://github.com/symerio/SiQt
Author: Roman Yurchak
Author-email: rth.yurchak@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: qtpy

SiQt
====

|Documentation| |Build Status|

Convenience tools for building PyQt5 / PySide2 based GUI applications.


See the documentation for more details: `http://siqt.readthedocs.io/en/latest/ <http://siqt.readthedocs.io/en/latest/>`_


Installation
------------

This package requires Python 3.5+ and either ``PyQt5`` or ``PySide2``.

It can be installed with,

::

    pip install SiQt


Unit tests
----------

The test suite can be run with,

::

    py.test -sv .


.. |Build Status| image:: https://travis-ci.org/symerio/SiQt.svg?branch=master
   :target: https://travis-ci.org/symerio/SiQt

.. |Documentation| image:: https://readthedocs.org/projects/siqt/badge/?version=latest
   :target: https://siqt.readthedocs.io/en/latest/?badge=latest


