SiQt

Convenience tools for building PyQt/PySide based GUI applications.


Keywords
pyqt, pyqt5, pyside2, qt
License
MIT
Install
pip install SiQt==0.3.0

Documentation

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/

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 .