
Kyoto cabinet is a library of routines for managing a database. the database is a simple data file containing records, each is a pair of a key and a value. every key and value is serial bytes with variable length. both binary data and character string can be used as a key and a value. each key must be unique within a database. there is neither concept of data tables nor data types. records are organized in hash table or b+ tree.
this package provides the debugging symbols for the python 3 interface to kyoto cabinet.