Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 462 Bytes

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