Release 0.32-5.5.
[python-cdb] / debian / control
... / ...
CommitLineData
1Source: python-cdb
2Section: python
3Priority: extra
4XS-Python-Version: >= 2.5, << 2.8
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-all-dev
7Standards-Version: 3.5.2
8
9Package: python-cdb
10Architecture: any
11XB-Python-Version: ${python:Versions}
12Depends: ${python:Depends}, ${shlibs:Depends}
13Description: Python CDB (constant database) library
14 D. J. Bernstein's cdb library adapted as a python extension module. You
15 probably already know that cdb files are mappings of keys to values (c.f.,
16 dbm and friends), designed for wickedly fast lookups and atomic updates.
17 .
18 This interface presents cdb files as (surprise!) mapping objects with a few
19 special features. In general, the module tries to mimic the functionality of
20 the normal cdb utilities.