{ "info": { "author": "David Cournapeau", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://travis-ci.org/cournape/sqlite_cache.png\n :target: https://travis-ci.org/cournape/sqlite_cache\n\n.. image:: https://coveralls.io/repos/cournape/sqlite_cache/badge.png?branch=master\n :target: https://coveralls.io/r/cournape/sqlite_cache?branch=master\n\nA dumb cache backed by sqlite. The cache has a max capacity and will delete\nolder entries to make space for new entries.\n\nExample of usage::\n\n from sqlite_cache import SQLiteCache\n\n cache = SQLiteCache(\".cache.db\")\n cache.set(\"key\", \"value\")\n\n print \"value for {0!r} is {0!r}\".format(\"key\", cache.get(\"key\"))\n\nPython >= 2.6 and >= 3.2 are supported.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "sqlite_cache", "package_url": "https://pypi.org/project/sqlite_cache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sqlite_cache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/sqlite_cache/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.3" }, "last_serial": 1331193, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "01bb46b589c8e762bd4e43a39cb5ab5c", "sha256": "a85808f03f5885391b545a09281f6f2b10e825c28168eaf5130701327e2256ac" }, "downloads": -1, "filename": "sqlite_cache-0.0.1.tar.gz", "has_sig": false, "md5_digest": "01bb46b589c8e762bd4e43a39cb5ab5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2613, "upload_time": "2014-06-11T11:21:43", "url": "https://files.pythonhosted.org/packages/88/44/07d159ad06f0c0e958cefc960e07e00ab9807a23073067b597498c3f81ba/sqlite_cache-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d89fc980b565460b8285070e652c8a1c", "sha256": "9ab1cdee78a2f7dafd940e12c1077aa189327982c5a240af0c907be9581e871b" }, "downloads": -1, "filename": "sqlite_cache-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d89fc980b565460b8285070e652c8a1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3089, "upload_time": "2014-12-04T17:36:20", "url": "https://files.pythonhosted.org/packages/e2/f4/8a0a3cf6f1904764375ecf7dd0a46267fa5c5f1abae4b2f7fb77a58b38f3/sqlite_cache-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d89fc980b565460b8285070e652c8a1c", "sha256": "9ab1cdee78a2f7dafd940e12c1077aa189327982c5a240af0c907be9581e871b" }, "downloads": -1, "filename": "sqlite_cache-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d89fc980b565460b8285070e652c8a1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3089, "upload_time": "2014-12-04T17:36:20", "url": "https://files.pythonhosted.org/packages/e2/f4/8a0a3cf6f1904764375ecf7dd0a46267fa5c5f1abae4b2f7fb77a58b38f3/sqlite_cache-0.0.3.tar.gz" } ] }