Metadata-Version: 1.0
Name: python-cdb
Version: 0.34
Summary: Interface to constant database files
Home-page: http://pilcrow.madison.wi.us/
Author: Mike Pomraning
Author-email: mjp@pilcrow.madison.wi.us
License: GPL
Description: The python-cdb extension module is an adaptation of D. J. Bernstein's
        constant database package (see http://cr.yp.to/cdb.html).
        
        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.
Platform: UNKNOWN
