Go to file
Kevin Froman abff48ac5d make sure docs is in main docs folder for gh pages 2019-03-01 10:54:43 -06:00
deadsimplekv added documentation, docs and gitignore 2019-03-01 10:40:49 -06:00
docs make sure docs is in main docs folder for gh pages 2019-03-01 10:54:43 -06:00
tests better commented tests to trigger build 2019-03-01 00:09:38 -06:00
.gitignore added documentation, docs and gitignore 2019-03-01 10:40:49 -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 make sure docs is in main docs folder for gh pages 2019-03-01 10:54:43 -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 documentation, docs and gitignore 2019-03-01 10:40:49 -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.