Version history =============== * `Version 4.0.0 `_ * This package is now marked as supporting Python 3.6 and above * Fixed a bug related to items that hash to the value 0 (thanks to pwlodarczyk92) * `Version 3.1.1 `_ * Fixed a bug with handling hashing errors (thanks to maikroeder) * `Version 3.1.0 `_ * `Reader` instances now act as context managers, and can be called with file paths or file-like objects. * `Version 3.0.0 `_ * This package now supports Python 3 only. For a version that works with Python 2, see `this older release `_. * Added the `python-cdb` compatibility module * `Version 2.2.0 `_ * Added non-`strict` mode for convenience when using non-binary keys. * API docs are now available at ReadTheDocs. * `Version 2.1.0 `_ * Python 3 support * `Writer` and `Writer64` can now act as context managers. * A Python implementation of `cdbdump` (`python-pure-cdbdump`) is now included. * The Python implementation of `cdbmake` was renamed `python-pure-cdbmake` and some bugs were fixed.