Package: python-cdb-py22 Version: 0.32 Revision: 1 Maintainer: Jason R. Mastaler Depends: python22 Source: http://pilcrow.madison.wi.us/python-cdb/python-cdb-%v.tar.gz Source-MD5: 0e303095f8c0ea9f09d7f11faf89805f CompileScript: python2.2 setup.py build InstallScript: << python2.2 setup.py install --prefix=%i << License: GPL DocFiles: MANIFEST README Example Description: Python interface to the CDB (constant database) library DescDetail: << python-cdb is D. J. Bernstein's constant database library adapted as a python extension module. cdb files are mappings of keys to values, designed for wickedly fast lookups and atomic updates. This module mimics the normal cdb utilities (cdb(get|dump|make)) via convenient high-level Python objects. << Homepage: http://pilcrow.madison.wi.us/#pycdb