sqlite3dbm

sqlite-backed dictionary


License
Apache-2.0
Install
pip install sqlite3dbm==0.1.4

Documentation

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