{ "info": { "author": "Laurent Luce", "author_email": "laurentluce49@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Cache with LFU eviction scheme implemented in Python with complexity O(1) for insertion, access and deletion.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/laurentluce/lfu-cache", "keywords": "lfu cache insertion access deletion", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "LFUCache", "package_url": "https://pypi.org/project/LFUCache/", "platform": null, "project_url": "https://pypi.org/project/LFUCache/", "project_urls": { "Homepage": "https://github.com/laurentluce/lfu-cache" }, "release_url": "https://pypi.org/project/LFUCache/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Cache with LFU eviction scheme.", "version": "1.0.0" }, "last_serial": 1841738, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c34a7aea4d5a4c3c83ba00c2c02e2616", "sha256": "e5d36d989ce44f7a03ce92b3bd59dd1602808c7834f54540b06ce2b07e3958dc" }, "downloads": -1, "filename": "LFUCache-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c34a7aea4d5a4c3c83ba00c2c02e2616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2392, "upload_time": "2015-12-01T16:25:13", "url": "https://files.pythonhosted.org/packages/8c/04/7cb906faef06b66bc56704d17b0854e2ee3941e214493ee97ca1d4509aa3/LFUCache-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c34a7aea4d5a4c3c83ba00c2c02e2616", "sha256": "e5d36d989ce44f7a03ce92b3bd59dd1602808c7834f54540b06ce2b07e3958dc" }, "downloads": -1, "filename": "LFUCache-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c34a7aea4d5a4c3c83ba00c2c02e2616", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2392, "upload_time": "2015-12-01T16:25:13", "url": "https://files.pythonhosted.org/packages/8c/04/7cb906faef06b66bc56704d17b0854e2ee3941e214493ee97ca1d4509aa3/LFUCache-1.0.0.tar.gz" } ] }