gadfly 1.0.0-15build1 source package in Ubuntu

Changelog

gadfly (1.0.0-15build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:02:58 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Matthias Klose
Architectures:
any all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe interpreters

Downloads

File Size SHA-256 Checksum
gadfly_1.0.0.orig.tar.gz 302.0 KiB 1f15dde23eb38a8e7087f9538586e1065eb19c53532aad58f6be5cbc1341e3a6
gadfly_1.0.0-15build1.diff.gz 6.4 KiB 5cfae403c70d1d9aba5f49991ae5b5d09e63a27a421c92fc2c50a6c9454b8fb4
gadfly_1.0.0-15build1.dsc 1.1 KiB 8accccee79099736df60349cf5f8cca67052709b3d0decc711de6892ff315e96

Available diffs

View changes file

Binary packages built by this source

gadfly: No summary available for gadfly in ubuntu quantal.

No description available for gadfly in ubuntu quantal.

python-gadfly: 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.

python-kjbuckets: 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.