From 7de471a0238a4ea255e7fe17cc330396599c6a87 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Fri, 2 Jul 2010 03:12:11 -0500 Subject: libraries/Nevow: Added (web app kit in python) Signed-off-by: Robby Workman --- libraries/Nevow/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libraries/Nevow/README (limited to 'libraries/Nevow/README') diff --git a/libraries/Nevow/README b/libraries/Nevow/README new file mode 100644 index 0000000000000..dcee73bdeab00 --- /dev/null +++ b/libraries/Nevow/README @@ -0,0 +1,14 @@ +Pronounced as the French "nouveau", or "noo-voh", Nevow is a web application +construction kit written in Python. It is designed to allow the programmer to +express as much of the view logic as desired in Python, and includes a pure +Python XML expression syntax named stan to facilitate this. However it also +provides rich support for designer-edited templates, using a very small XML +attribute language to provide bi-directional template manipulation capability. + +Nevow also includes formless, a declarative syntax for specifying the types of +method parameters and exposing these methods to the web. Forms can be rendered +automatically, and form posts will be validated and input coerced, rendering +error pages if appropriate. Once a form post has validated successfully, the +method will be called with the coerced values. + +This requires pysetuptools, python-twisted, and zope.interface. -- cgit v1.2.3