File: control

package info (click to toggle)
zope-tinytable 0b2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 152 kB
  • ctags: 52
  • sloc: python: 375; sh: 142; makefile: 45
file content (19 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: zope-tinytable
Section: web
Priority: extra
Maintainer: John Goerzen <jgoerzen@complete.org>
Standards-Version: 3.0.1

Package: zope-tinytable
Architecture: all
Depends: zope (>= 2.0.0-2)
Provides: tinytable-zope
Conflicts: tinytable-zope
Replaces: tinytable-zope
Description: Present tabular data in Zope
 TinyTable 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".  TinyTable
 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.