12 lines
464 B
Markdown
12 lines
464 B
Markdown
<h1 align='center'>DeadSimpleKV</h1>
|
|
|
|
[![Build Status](https://travis-ci.org/beardog108/DeadSimpleKV.svg?branch=master)](https://travis-ci.org/beardog108/DeadSimpleKV)
|
|
|
|
As the name implies, this is merely a simple key-value store for Python.
|
|
|
|
Not counting comments and tests, it is less than 100 lines of code.
|
|
|
|
It doesn't do anything crazy. It just takes json serializable data and writes it to disk.
|
|
|
|
You can control where and when to read/write, and that's it.
|