Overview

docs Documentation Status
tests
Travis-CI Build Status

A library that allows python dictionaries to be stored in SQLite and provides a simple interface for read and write.

  • Free software: MIT license

Installation

pip install pysqldict

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox