Go to file
miruka 30514fb7db Show joined rooms, delete left rooms
To make the models update correctly in QML:
- ListModel and _QtModel merged
- Return a ListModelMap QObject from properties instead of
  a DefaultDict → QVariantMap
2019-04-12 13:18:46 -04:00
harmonyqml Show joined rooms, delete left rooms 2019-04-12 13:18:46 -04:00
.gitignore Add action buttons toolbar and placeholder pages 2019-03-22 06:24:19 -04:00
COPYING Initial commit 2019-03-21 23:28:14 -04:00
Makefile Initial commit 2019-03-21 23:28:14 -04:00
README.md Initial commit 2019-03-21 23:28:14 -04:00
setup.py Initial commit 2019-03-21 23:28:14 -04:00
TODO.md Initial commit 2019-03-21 23:28:14 -04:00

harmonyqml

PyPI downloads
PyPI version
PyPI pyversions

CLI examples

    $ harmonyqml

Python package examples

    >>> import harmonyqml

    >>> 

Installation

Requires Python 3.6+, tested on GNU/Linux only.

    # pip3 install harmonyqml