Skip to content

maikroeder/python-pure-cdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-pure-cdb

image

image

The python-pure-cdb package (pure-cdb on PyPI) is a Python library for working with D.J. Bernstein's "constant databases."

In addition to being able to read and write the database files produced by other cdb tools, this package can produce and consume "64-bit" constant databases that don't have the usual 4 GiB restriction.

This package works with Python 3.4 and above. For a version that works with Python 2, see this older release. To aid in porting cdb applications to Python 3, this library provides a compatability module for the python-cdb package, which can act as a drop-in replacement (see the docs).

For more information on constant databases, see djb's page and Wikipedia.

The documentation for this package is available at https://python-pure-cdb.readthedocs.io.

Packages

No packages published

Languages

  • Python 98.4%
  • C 1.6%