Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.26 KB

README.rst

File metadata and controls

24 lines (18 loc) · 1.26 KB

python-pure-cdb

https://readthedocs.org/projects/python-pure-cdb/badge/?version=latest

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.