1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
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

10 lines
344 B
Plaintext

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