Metadata-Version: 1.1
Name: simplekv
Version: 0.7.1.dev1
Summary: A key-value storage for binary data, support many backends.
Home-page: http://github.com/mbr/simplekv
Author: Marc Brinkmann
Author-email: git@marcbrinkmann.de
License: MIT
Description: 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 <http://pypi.python.org/pypi/simplekv/>`_ and
        can be installed through `pip <http://pypi.python.org/pypi/pip>`_ or
        `easy_install <http://pypi.python.org/pypi/setuptools>`_:
        
        ::
        
           $ pip install simplekv
        
        Documentation
        -------------
        The documentation for *simplekv* is available at
        `<http://simplekv.readthedocs.org>`_.
        
        License
        -------
        *simplekv* is `MIT licensed
        <http://www.opensource.org/licenses/mit-license.php>`_.
        
Keywords: key-value-store storage key-value db database s3 gs botomemcache cache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
