https://bugs.kde.org/show_bug.cgi?id=500728
--- Comment #1 from Volker Krause <vkra...@kde.org> --- That has come up before, we could do that indeed. There's multiple ways on how to approach this, just from looking at other examples in KDE: * Using the PySide/Shiboken way used in KDE Frameworks (e.g. https://invent.kde.org/frameworks/kcoreaddons/-/tree/master/python) * "Hand-made" bindings e.g. via Boost.Python as done here: https://invent.kde.org/libraries/kopeninghours/-/tree/master/PyKOpeningHours The former would have the advantage of wider use in KDE and thus easier maintenance, however I don't know whether that will result in "good" bindings here, ie. no unnecessarily exposed Qt types etc. -- You are receiving this mail because: You are watching all bug changes.