blob: b00e6d3bdb9119311941e0f80a85edeec3ce9399 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
WWW: http://pilcrow.madison.wi.us/#pycdb
|