Paketname | python-gtkmvc |
Beschreibung | model-view-controller (MVC) implementation for pygtk |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.99.0-1 |
Sektion | universe/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 | Ubuntu Developers |
Quelle | pygtkmvc |
Paketgröße | 44390 Byte |
Prüfsumme MD5 | 12bb4ba4e519b494c5b466a8f1968268 |
Prüfsumme SHA1 | 6c98dc6ba90c8e10ddd0fd34d597fe2225e9003a |
Prüfsumme SHA256 | e99b2545099a01f416816f0eb60637383c03975322b64dec7679fa4014151e64 |
Link zum Herunterladen | python-gtkmvc_1.99.0-1_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).
|