Re: KIPI Plugins and Python

2017-03-14 Thread Luca Beltrame
Il giorno Tue, 14 Mar 2017 09:03:49 + Himanshu Shekhar ha scritto: > How about reimplementing it in Python? It's easy, scalable. Instead of reimplementing in Python (which would add a dependency) you may want to look at generating Python bindings that wrap the C++ API, like PyQt and some KDE

KIPI Plugins and Python

2017-03-14 Thread Himanshu Shekhar
Hello I went through KIPI plugins and had some suggestions. Currently, KIPI Plugins are written in C++. It's great, fast, but a bit complex, compared to the alternative implementation in Python. How about reimplementing it in Python? It's easy, scalable. I had some thoughts to do the same: * Rei