Skip to content

mbr/simplekv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48657ce · Feb 23, 2021
Apr 8, 2020
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
May 19, 2017
Jul 28, 2015
Jul 28, 2015
Jun 17, 2019
Apr 9, 2020
Jun 2, 2017
Feb 23, 2021
Apr 9, 2020
Feb 23, 2021

Repository files navigation

simple key-value storage api

https://travis-ci.org/mbr/simplekv.png?branch=master https://coveralls.io/repos/github/mbr/simplekv/badge.svg?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

or via conda on conda-forge:

conda install -c conda-forge simplekv

Documentation

The documentation for simplekv is available at https://simplekv.readthedocs.io.

License

simplekv is MIT licensed.