Skip to content

neoecos/simplekv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple key-value storage api

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, Redis and Amazon S3/Google Storage.

Installation

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

$ pip install simplekv

Documentation

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

License

simplekv is MIT licensed.

About

A simple key-value store for binary data.

Resources

Stars

Watchers

Forks

Packages

No packages published