A Python implementation of a rudimentary key/value server.
.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 |
kvs is a rudimentary key/value store written in Python.
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
Yes.
This software uses the MIT license.