Metadata-Version: 1.1
Name: lrupy
Version: 0.2
Summary: A simple in-memory (LRU) cache implementation
Home-page: https://github.com/abhinav-upadhyay/lrupy
Author: Abhinav Upadhyay
Author-email: er.+abhinav.+updadhyay@gmail.com
License: UNKNOWN
Download-URL: https://github.com/abhinav-upadhyay/lrupy/archive/0.2.tar.gz
Description: # lrupy
        A simple in-memory LRU cache in Python built using OrderedDict.
        
Keywords: development,cache,performance
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
