{
"info": {
"author": "Kim Duffy",
"author_email": "kim@learningmachine.com",
"bugtrack_url": null,
"classifiers": [
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3"
],
"description": "simple key-value storage api\n============================\n\n.. image:: https://travis-ci.org/mbr/simplekv.png?branch=master\n :target: https://travis-ci.org/mbr/simplekv\n\n*simplekv* is an API for very basic key-value stores used for small, frequently\naccessed data or large binary blobs. Its basic interface is easy to implement\nand it supports a number of backends, including the filesystem, SQLAlchemy,\nMongoDB, Redis and Amazon S3/Google Storage.\n\nInstallation\n------------\nsimplekv is `available on PyPI `_ and\ncan be installed through `pip `_::\n\n pip install simplekv\n\nDocumentation\n-------------\nThe documentation for simplekv is available at\nhttp://pythonhosted.org/simplekv.\n\nLicense\n-------\nsimplekv is `MIT licensed\n`_.\n",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/learningmachine/simplekv",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "simplekv-lm",
"package_url": "https://pypi.org/project/simplekv-lm/",
"platform": "",
"project_url": "https://pypi.org/project/simplekv-lm/",
"project_urls": {
"Homepage": "https://github.com/learningmachine/simplekv"
},
"release_url": "https://pypi.org/project/simplekv-lm/0.10.1.dev2/",
"requires_dist": null,
"requires_python": "",
"summary": "Forked version of simplekv backends.",
"version": "0.10.1.dev2"
},
"last_serial": 2588685,
"releases": {
"0.10.1.dev2": []
},
"urls": []
}