Paketname | python-gtkmvc |
Beschreibung | model-view-controller (MVC) implementation for pygtk |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.99.0-2 |
Sektion | python |
Priorität | extra |
Installierte Größe | 328 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-gtk2 (>= 2.4.0-1), python-glade2 (>= 2.4.0-1) |
Empfohlene Pakete | |
Paketbetreuer | Kartik Mistry |
Quelle | pygtkmvc |
Paketgröße | 44722 Byte |
Prüfsumme MD5 | ba3f81e837503868e5352a660304c24d |
Prüfsumme SHA1 | b27fe2cd88b2b49bcd5cabf3130f4c9d4fd63baf |
Prüfsumme SHA256 | 797781e9f42f004e9e237645816ac059dc81ca482f62698618504cad1f6f7898 |
Link zum Herunterladen | python-gtkmvc_1.99.0-2_all.deb |
Ausführliche Beschreibung | 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).
|