Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 159 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 159 Bytes

zlibdb

A simple key-value database based on zlib and sqlite3.

Install

python setup.py install

Run tests

python -m unittest tests/*py