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-nevow
BeschreibungWeb application templating system for Python and Twisted
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0.10.0-1
Sektiondevel
Prioritätoptional
Installierte Größe3460 Byte
Hängt ab vonpython (>= 2.4), python-central (>= 0.6.11), python-twisted-core (>= 2.4), python-twisted-web (>= 0.
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellenevow
Paketgröße546962 Byte
Prüfsumme MD5af6c313f132bbf1c4324869c66609184
Prüfsumme SHA1f40f49911f3b73f054d41628b174dad21ef2ce16
Prüfsumme SHA256b431cbc7c6f8955db6592e5aa398185f903de31abb41d05fe4bd889f527123c8
Link zum Herunterladenpython-nevow_0.10.0-1_all.deb
Ausführliche BeschreibungNevow's main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible. It separates your code into 'data' and 'render' functions, a simplified implementation of traditional MVC. It has various parts which can be used individually or as a whole, integrated web solution: . - XHTML templates: contain no programming logic, only nodes tagged with nevow attributes - data/render methods: simplified MVC - stan: An s-expression-like syntax for expressing xml in pure Python - formless: For describing the types of objects which may be passed to methods of your classes, validating and coercing string input from either web or command-line sources, and calling your methods automatically once validation passes - freeform: For rendering web forms based on formless type descriptions, accepting form posts and passing them to formless validators, and rendering error forms in the event validation fails - livepage: Cross-browser JavaScript glue for sending client side events to the server and server side events to the client after the page has loaded, without causing the entire page to refresh


Impressum
Linux is a registered trademark of Linus Torvalds