A Python implementation of a rudimentary key/value server.

David Blume David Blume first commit 5234825 @ 2016-09-08 23:30:02
.htaccess first commit 2016-09-08 23:30:02
README.md first commit 2016-09-08 23:30:02
auth_sample.txt first commit 2016-09-08 23:30:02
filelock.py first commit 2016-09-08 23:30:02
index.py first commit 2016-09-08 23:30:02
texttime.py first commit 2016-09-08 23:30:02
README.md

kvs

kvs is a rudimentary key/value store written in Python.

Getting the project

You can get a copy of this project by clicking on the ZIP or TAR buttons near the top right of the GitList web page.

If you're me, and you want to contribute to the repo, then you can clone it like so:

git clone ssh://USERNAME@dlma.com/~/git/kvs.git

Building it

  1. Enable Python pages at your web server.
  2. Move auth_sample.txt to auth.txt.

Is it any good?

Yes.

To Do

  1. Better document it.
  2. PEP-8
  3. Productize it.

Licence

This software uses the MIT license.