Paketname | python-cdb |
Beschreibung | Python CDB (constant database) library |
Archiv/Repository | Offizielles Debian Archiv squeeze (contrib) |
Version | 0.34-0.1 |
Sektion | contrib/python |
Priorität | optional |
Installierte Größe | 140 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | |
Paketbetreuer | Adam D. McKenna |
Quelle | |
Paketgröße | 19546 Byte |
Prüfsumme MD5 | 16e6c88d92c00aa1774e771aa8e41aa2 |
Prüfsumme SHA1 | bc4819c9b0abc351e55b3430fb8401527d7db75d |
Prüfsumme SHA256 | 61d164437b7971a7ab4b4f76fa2f930677eeba5aeeace5801005f90a1669c774 |
Link zum Herunterladen | python-cdb_0.34-0.1_i386.deb |
Ausführliche Beschreibung | D. J. Bernstein's cdb library adapted as a Python extension module. You
probably already know that cdb files are mappings of keys to values (c.f.,
dbm and friends), designed for wickedly fast lookups and atomic updates.
.
This interface presents cdb files as (surprise!) mapping objects with a few
special features. In general, the module tries to mimic the functionality of
the normal cdb utilities.
|