SiQt

Convenience tools for building PyQt5 / PySide2 based GUI applications.

See the documentation for more details: 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 .