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
|
Source: sprox
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper (>= 9),
cdbs,
python,
python-support,
python-setuptools
Standards-Version: 3.9.3.1
Homepage: http://www.sprox.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/sprox/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sprox/trunk/
Package: python-sprox
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-sqlalchemy (>= 0.5),
python-toscawidgets
Description: Python library to generate web widgets from database schemas
Sprox is a Python library to generate web widgets from database
schemas.
.
Sprox provides an easy way to create forms for web content which are:
automatically generated, easy to customize, and validated. The way
in which Sprox displays content is customizable by the means of
different "viewers". Finally, Sprox provides a way to fill your
widgets, whether they are forms or other content with customizable
data.
|