pezon / simplekv

A simple key-value store for binary data.

Home Page:http://pythonhosted.org/simplekv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple key-value storage api

https://travis-ci.org/mbr/simplekv.png?branch=master

simplekv is an API for very basic key-value stores used for small, frequently accessed data or large binary blobs. Its basic interface is easy to implement and it supports a number of backends, including the filesystem, SQLAlchemy, MongoDB, Redis and Amazon S3/Google Storage.

Installation

simplekv is available on PyPI and can be installed through pip:

pip install simplekv

Documentation

The documentation for simplekv is available at http://pythonhosted.org/simplekv.

License

simplekv is MIT licensed.

About

A simple key-value store for binary data.

http://pythonhosted.org/simplekv

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%