Go to file
Kevin Froman 0149aa0bc7 added readme and change py version in travis 2019-03-01 00:16:52 -06:00
deadsimplekv implemented most logic and tests 2019-02-28 23:50:06 -06:00
tests better commented tests to trigger build 2019-03-01 00:09:38 -06:00
.travis.yml added readme and change py version in travis 2019-03-01 00:16:52 -06:00
LICENSE implemented most logic and tests 2019-02-28 23:50:06 -06:00
Makefile implemented most logic and tests 2019-02-28 23:50:06 -06:00
README.md added readme and change py version in travis 2019-03-01 00:14:57 -06:00
run_tests.sh implemented most logic and tests 2019-02-28 23:50:06 -06:00
setup.py added more tests, fixed setup, removed requirements.txt and added .travis.yml 2019-03-01 00:06:28 -06:00

README.md

DeadSimpleKV

Build Status

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.