nevow 0.13.0-1ubuntu1 source package in Ubuntu

Changelog

nevow (0.13.0-1ubuntu1) xenial; urgency=medium

  * Convert trigger to noawait (LP: #1780996)

 -- Brian Murray <email address hidden>  Wed, 11 Jul 2018 11:28:21 -0700

Upload details

Uploaded by:
Brian Murray
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe devel

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nevow_0.13.0.orig.tar.gz 515.8 KiB dba53cd2cfce327c7a06e6a6f7ae8c5ca1fccdadc17754d05e3d0eec58597f83
nevow_0.13.0-1ubuntu1.debian.tar.xz 21.3 KiB 46099781e544b126abe38cb030a03f89dd0bca6d829631f31dd9ca41391bce6f
nevow_0.13.0-1ubuntu1.dsc 1.6 KiB d6b4ad818135ddfafee09e51f8dfdf6f935f93238965dd940b55afaddc432291

View changes file

Binary packages built by this source

python-nevow: Web application templating system for Python and Twisted

 Nevow'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