1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: python-toscawidgets
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Stefano Zacchiroli <zack@debian.org>
Build-Depends:
debhelper (>= 7),
cdbs,
dpatch,
python-dev,
python-support,
python-setuptools
Standards-Version: 3.8.2
Homepage: http://toscawidgets.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-toscawidgets/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-toscawidgets/trunk/
Package: python-toscawidgets
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-webob,
python-simplejson (>= 2.0),
python-formencode (>= 1.1)
Suggests:
python-cheetah,
python-genshi,
python-kid
Description: Python framework for building reusable web components
ToscaWidgets is a system for creating re-usable web components, such
as a popup calendar or a rich text editor.
.
In general, components consist of an HTML template, static resources
(JavaScript, CSS, Images, etc.) and server-side code. ToscaWidgets
allow these to be packaged into a "widget", that a web developer can
then easily use in their application.
.
This package also provides some contributions for ToscaWidgets, in
particular:
.
* tw.forms - web widgets for building and validating forms
|