{ "info": { "author": "Cameron Simpson", "author_email": "cs@cskk.id.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A few caching facilities.\n\n## Class `LRU_Cache`\n\nA simple least recently used cache.\n\nUnlike `functools.lru_cache`\nthis provides `on_add` and `on_remove` callbacks.\n\n## Function `lru_cache(maxsize=None, cache=None, on_add=None, on_remove=None)`\n\nEnhanced workalike of @functools.lru_cache.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cameron_simpson/css/commits/all", "keywords": "python2,python3", "license": "", "maintainer": "", "maintainer_email": "", "name": "cs.cache", "package_url": "https://pypi.org/project/cs.cache/", "platform": "", "project_url": "https://pypi.org/project/cs.cache/", "project_urls": { "Homepage": "https://bitbucket.org/cameron_simpson/css/commits/all" }, "release_url": "https://pypi.org/project/cs.cache/20181228/", "requires_dist": null, "requires_python": "", "summary": "caching data structures and other lossy things with capped sizes", "version": "20181228" }, "last_serial": 4639716, "releases": { "20181228": [ { "comment_text": "", "digests": { "md5": "c93a3e8311522ccb7ca34c86ea1ae329", "sha256": "c993ccb73db7f6a674e9b002ffaa8e26b56098d0fbdc03b4dcb7fcae9380f6b0" }, "downloads": -1, "filename": "cs.cache-20181228.tar.gz", "has_sig": false, "md5_digest": "c93a3e8311522ccb7ca34c86ea1ae329", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2902, "upload_time": "2018-12-28T03:45:42", "url": "https://files.pythonhosted.org/packages/94/8b/61841cbc6cab870a7a73a8cd9cfc4153d82c5850740409f322c963555f7d/cs.cache-20181228.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c93a3e8311522ccb7ca34c86ea1ae329", "sha256": "c993ccb73db7f6a674e9b002ffaa8e26b56098d0fbdc03b4dcb7fcae9380f6b0" }, "downloads": -1, "filename": "cs.cache-20181228.tar.gz", "has_sig": false, "md5_digest": "c93a3e8311522ccb7ca34c86ea1ae329", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2902, "upload_time": "2018-12-28T03:45:42", "url": "https://files.pythonhosted.org/packages/94/8b/61841cbc6cab870a7a73a8cd9cfc4153d82c5850740409f322c963555f7d/cs.cache-20181228.tar.gz" } ] }