Metadata-Version: 1.1
Name: LFUCache
Version: 1.0.0
Summary: Cache with LFU eviction scheme.
Home-page: https://github.com/laurentluce/lfu-cache
Author: Laurent Luce
Author-email: laurentluce49@yahoo.com
License: MIT
Description: Cache with LFU eviction scheme implemented in Python with complexity O(1) for insertion, access and deletion.
Keywords: lfu cache insertion access deletion
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
