NOTE: this package is deprecated, do not use it.
Convenience tools for building PyQt5 / PySide2 based GUI applications.
See the documentation for more details: http://siqt.readthedocs.io/en/latest/
This package requires Python 3.5+ and either PyQt5
or PySide2
.
It can be installed with,
pip install SiQt
The test suite can be run with,
py.test -sv .