{ "info": { "author": "Evan Prodromou", "author_email": "evan@bad.dynu.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Academic Free License (AFL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This package provides a simple but efficient least-recently-used\n(LRU) cache module. A single class, LRUCache, with a container\ninterface, provides prioritized caching. The implementation uses a\nheap and a dictionary to provide quick inserts, deletes, and\nreferences.", "description_content_type": null, "docs_url": null, "download_url": "http://bad.dynu.ca/~evan/lrucache/lrucache-0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bad.dynu.ca/~evan/lrucache/", "keywords": null, "license": "http://opensource.org/licenses/afl-2.1.php", "maintainer": null, "maintainer_email": null, "name": "lrucache", "package_url": "https://pypi.org/project/lrucache/", "platform": "any", "project_url": "https://pypi.org/project/lrucache/", "project_urls": { "Download": "http://bad.dynu.ca/~evan/lrucache/lrucache-0.2.tar.gz", "Homepage": "http://bad.dynu.ca/~evan/lrucache/" }, "release_url": "https://pypi.org/project/lrucache/0.2/", "requires_dist": null, "requires_python": null, "summary": "Least-recently-used (LRU) cache module", "version": "0.2" }, "last_serial": 803070, "releases": { "0.1": [], "0.2": [] }, "urls": [] }