freebsd-ports/databases/py-cdb/pkg-descr
Sunpoet Po-Chuan Hsieh eaf200a111 - Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
- Remove Author line
2015-01-15 16:38:33 +00:00

9 lines
344 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.
WWW: http://pilcrow.madison.wi.us/#pycdb