ba2488b269
PR: 33796 Submitted by: maintainer
10 lines
393 B
Text
10 lines
393 B
Text
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.
|
|
|
|
Author: MJ Pomraning <mjp@pilcrow.madison.wi.us>
|
|
WWW: http://pilcrow.madison.wi.us/#pycdb
|