Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (21 loc) · 801 Bytes

README.rst

File metadata and controls

41 lines (21 loc) · 801 Bytes

SiQt

Documentation Build Status

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/

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 .