File: PKG-INFO

package info (click to toggle)
python-cdb 0.34-0.1
  • links: PTS
  • area: contrib
  • in suites: squeeze
  • size: 144 kB
  • ctags: 131
  • sloc: ansic: 1,072; python: 66; makefile: 48
file content (16 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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