[ObjectListView] MVC-pattern in combi with SQLAlchemy

I think about how to use ObjectListView (wx.ListCtrl wrapper) in
combination with SQLAlchemy the elegant MVC-way. :wink:

I posted more details and example code on the lovely stack-overflow
<https://stackoverflow.com/questions/28576027/use-objectlistview-in-the-model-view-controller-pattern-with-sqlalchemy-in-pytho>

Hi,

The exemple seems extremly simple compared to the Model View approche. But I can’t find the module ObjectListView.
Documentation seems light.
Any one already used it?