openbsd-ports/databases/py-cdb/pkg/DESCR
xsa 569d11dd1e Initial import of py-cdb-0.32.
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.

Submitted and maintained by Lars Hansson <lars at unet.net.ph>.
2004-10-11 19:03:10 +00:00

8 lines
335 B
Plaintext

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.