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
|
Source: zope-tinytableplus
Section: web
Priority: extra
Maintainer: Debian Zope team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>, Igor Stroh <jenner@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>> 5.0.0), dpatch
Build-Depends-Indep: zope-debhelper
Package: zope-tinytableplus
Architecture: all
Depends: ${zope:Depends}
Replaces: zope-tinytable (<= 0b2-14)
Conflicts: zope-tinytable (<= 0b2-14)
Description: Present tabular data in Zope
TinyTablePlus is a product designed to manage a small amount of
tabular data. It's intended to fill the gap between a Z Table or an Z
SQL Methods accessed SQL table, which are overkill for many tasks, and
folder token properties, which allow only a single "column".
TinyTablePlus also makes it possible to look up an item within the list,
or to return a subset of the list rows where columns equal particular
values.
.
TinyTablePlus is a revision of TinyTable with some new methods.
.
For more information see http://www.zope.org/Members/hathawsh/TinyTablePlus
|