{ "info": { "author": "Juan Batiz-Benet", "author_email": "juan@benet.ai", "bugtrack_url": null, "classifiers": [ "Topic :: Database", "Topic :: Database :: Front-Ends" ], "description": "# datastore-pylru\n\n## datastore implementation for pylru\n\nSee [datastore](https://github.com/datastore/datastore).\n\n\n### Install\n\nFrom pypi (using pip):\n\n sudo pip install datastore.pylru\n\nFrom pypi (using setuptools):\n\n sudo easy_install datastore.pylru\n\nFrom source:\n\n git clone https://github.com/datastore/datastore.pylru/\n cd datastore.pylru\n sudo python setup.py install\n\n\n### License\n\ndatastore.pylru is under the MIT License.\n\n### Contact\n\ndatastore.pylru is written by [Juan Batiz-Benet](https://github.com/jbenet).\nIt was extracted from [datastore](https://github.com/datastore/datastore)\nin Feb 2013.\n\nProject Homepage:\n[https://github.com/datastore/datastore.pylru](https://github.com/datastore/datastore.pylru)\n\nFeel free to contact me. But please file issues in github first. Cheers!\n\n\n### Hello World\n\n >>> import pylru\n >>> import datastore.pylru\n >>>\n >>> r = pylru.pylru()\n >>> ds = datastore.pylru.pylruDatastore(r)\n >>>\n >>> hello = datastore.Key('hello')\n >>> ds.put(hello, 'world')\n >>> ds.contains(hello)\n True\n >>> ds.get(hello)\n 'world'\n >>> ds.delete(hello)\n >>> ds.get(hello)\n None", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/datastore/datastore.pylru", "keywords": "datastore,pylru", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "datastore.pylru", "package_url": "https://pypi.org/project/datastore.pylru/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datastore.pylru/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/datastore/datastore.pylru" }, "release_url": "https://pypi.org/project/datastore.pylru/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "pylru datastore implementation", "version": "0.1.1" }, "last_serial": 788820, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5766e1f2117735f5de7a063b9d38b014", "sha256": "36822b07213e92f33810d0628d27a3370d7e719eecf67f8e0e85b65b33b103e8" }, "downloads": -1, "filename": "datastore.pylru-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5766e1f2117735f5de7a063b9d38b014", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2711, "upload_time": "2013-02-13T18:05:42", "url": "https://files.pythonhosted.org/packages/60/a7/03687afe19817a6449f85ae45dccc9486e4ae2ee743ecde3d1e2670592e4/datastore.pylru-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "20c802e6a93236c60f25d2bbcaa4b4e7", "sha256": "a6a7bd967ac2a8d726df2421751c22c465fc281e027a72c713735fefb47b7058" }, "downloads": -1, "filename": "datastore.pylru-0.1.1.tar.gz", "has_sig": false, "md5_digest": "20c802e6a93236c60f25d2bbcaa4b4e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2865, "upload_time": "2013-02-14T14:14:17", "url": "https://files.pythonhosted.org/packages/ee/31/830592d2784382ca5783df5d1af0cbc3a7365cde1966f89625a5b4abb046/datastore.pylru-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20c802e6a93236c60f25d2bbcaa4b4e7", "sha256": "a6a7bd967ac2a8d726df2421751c22c465fc281e027a72c713735fefb47b7058" }, "downloads": -1, "filename": "datastore.pylru-0.1.1.tar.gz", "has_sig": false, "md5_digest": "20c802e6a93236c60f25d2bbcaa4b4e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2865, "upload_time": "2013-02-14T14:14:17", "url": "https://files.pythonhosted.org/packages/ee/31/830592d2784382ca5783df5d1af0cbc3a7365cde1966f89625a5b4abb046/datastore.pylru-0.1.1.tar.gz" } ] }