About Anaconda Help Download Anaconda

wakari / packages / simplekv 0.11.3

A key-value storage for binary data, support many backends.

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.11.3

conda install

To install this package run one of the following:
conda install wakari::simplekv
conda install wakari/label/release:4.3.1::simplekv
conda install wakari/label/release:4.3.2::simplekv
conda install wakari/label/release:4.3.2a::simplekv
conda install wakari/label/release:4.3.3::simplekv

Description

simple key-value storage api

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

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 <http://pypi.python.org/pypi/simplekv/>_ and can be installed through pip <http://pypi.python.org/pypi/pip>_::

pip install simplekv

Documentation

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

License

simplekv is MIT licensed <http://www.opensource.org/licenses/mit-license.php>_.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy