Source: gadfly Section: python Priority: optional Maintainer: Matthias Klose Standards-Version: 3.9.6 XS-Python-Version: all Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-14), dpkg-dev (>= 1.16.9), dh-python Package: gadfly Section: interpreters Architecture: all Depends: ${python:Depends}, python-gadfly (= ${binary:Version}), ${misc:Depends} XB-Python-Version: ${python:Versions} Description: Server and interactive shell for Gadfly SQL database Gadfly is a relational database management system which uses a large subset of very standard SQL as its query language. The underlying engine consists of Python modules. Gadfly stores the active database in memory, with logging to a file system for recovery from system or software failures (but not for disk failures). . This package contains an interactive shell and a server for use with the Gadfly SQL database. Package: python-gadfly Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: python-kjbuckets Provides: ${python:Provides} Conflicts: python-kjbuckets (<< 1.0.0-9), python2.3-gadfly, python2.4-gadfly Replaces: python2.3-gadfly, python2.4-gadfly XB-Python-Version: ${python:Versions} Description: SQL database and parser generator for Python Gadfly is a relational database management system which uses a large subset of very standard SQL as its query language. The underlying engine consists of Python modules. Gadfly stores the active database in memory, with logging to a file system for recovery from system or software failures (but not for disk failures). . kwParser, included as part of the Gadfly package, is a parser generator for Python. It transforms an abstract specification of a language grammar (for example, the CORBA Interface Definition Language), together with "interpretation functions" that define the semantics of the language, into a compiler or translator or interpreter. Package: python-kjbuckets Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Conflicts: python2.3-kjbuckets, python2.4-kjbuckets Replaces: python2.3-kjbuckets, python2.4-kjbuckets Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Set and graph data types for Python kjbuckets is a C extension to the Python interpreter which defines set and graph data types, as well as an alternative dictionary data type. These types are tightly coupled at the level of C, allowing fast and powerful algebraic combinations of container objects.