Binary package “python-gtkmvc” in ubuntu xenial

model-view-controller (MVC) implementation for pygtk

 This MVC for pygtk2 helps with writing well structured code by splitting the
 program's code into three distinctive sections. A program written using this
 MVC pattern usually contains four parts: The view (providing access to the
 Glade widget tree), the controller (providing glue functions), the model
 (providing the abstract logic) and the main program (simply connecting the
 three parts mentioned before).