pysqldict

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


Keywords
python, sqlite3
License
MIT
Install
pip install pysqldict==0.1.1

Documentation

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

Documentation

https://pysqldict.readthedocs.io/

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