An append only database manager in the style of dbm. It has both a C and a Python interface and is ACID compliant. Internally it uses an immutable B+ Tree. (Being append only doesn't mean that you can't replace records or delete keys).
pyGTM is a package of python, C and mumps which enables a python module to provide interactive storage retrieval and query of python objects in GT.M (mumps) globals.