I use it somewhat. The core program is C++ / Qt. The data is all serialized using Qt data structures. Then I have python helper programs that read the Qt data structures and generate reports. It's not the most elegant solution but it was the easiest way.
(That would be my first choice if writing a web app is infeasible, but it's been a while since I've followed the project.)