Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 583 Bytes

README.rst

File metadata and controls

25 lines (18 loc) · 583 Bytes

PyQuick (WIP)

Cffi wrapper of the DOtherSide(https://github.com/filcuc/DOtherSide) library, specially designed for pypy.The module's structure is inspired by PyQt5.

Install

  1. build DOtherSide from master branch and install the shared library to your system path;
  2. run "pypy setup.py install".

Todo

Implement these QAbstract{Item,List,Table}Models in QtCore.

Known Issues

  • sometimes crash

License: GNU General Public License v3