sqlite3dbm
==========

Description
===========
This module provides a sqlite-backed dictionary conforming to the dbm
interface, along with a shelve class that wraps the dict and provides
serialization for it.

Installation
============
* pip install sqlite3dbm
* easy_install sqlite3dbm

Testing
=======
* `testify tests` from the root directory

Links
=====
* source <http://github.com/Yelp/sqlite3dbm/>
* documentation <http://packages.python.org/sqlite3dbm/>
