DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-gtkmvc
Beschreibungmodel-view-controller (MVC) implementation for pygtk
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.99.0-2
Sektionpython
Prioritätextra
Installierte Größe328 Byte
Hängt ab vonpython (>= 2.5), python-support (>= 0.90.0), python-gtk2 (>= 2.4.0-1), python-glade2 (>= 2.4.0-1)
Empfohlene Pakete
PaketbetreuerKartik Mistry
Quellepygtkmvc
Paketgröße44722 Byte
Prüfsumme MD5ba3f81e837503868e5352a660304c24d
Prüfsumme SHA1b27fe2cd88b2b49bcd5cabf3130f4c9d4fd63baf
Prüfsumme SHA256797781e9f42f004e9e237645816ac059dc81ca482f62698618504cad1f6f7898
Link zum Herunterladenpython-gtkmvc_1.99.0-2_all.deb
Ausführliche BeschreibungThis 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).


Impressum
Linux is a registered trademark of Linus Torvalds