Description
py36-nevow - Web application templating system, based on the Twisted Woven
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Quarterly amd64 |
Package filename |
py36-nevow-0.14.0_1.txz |
Package name |
py36-nevow |
Package version |
0.14.0 |
Package release |
1 |
Package architecture |
amd64 |
Package type |
txz |
Category |
devel python www |
Homepage |
https://github.com/twisted/nevow |
License |
MIT |
Maintainer |
nivit@FreeBSD.org |
Download size |
515.33 KB |
Installed size |
2.85 MB |
Nevow (pronounced as the French "nouveau", or "noo-voh") 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.
WWW: https://github.com/twisted/nevow
WWW: https://pypi.org/project/Nevow/
Options:
- DOCS: on
- EXAMPLES: on
************************************************************************
To execute the examples copy
/usr/local/share/examples/py36-nevow/*
in a directory writable by you, then run
$ env PYTHONPATH=`pwd` twistd -noy examples.tac
and navigate http://localhost:8080/
************************************************************************
Alternatives
Requires
Download
Install Howto
Install py36-nevow txz package:
# pkg install py36-nevow
See Also