Metadata-Version: 1.1
Name: pmemoize
Version: 1.0
Summary: Memoizer with optional persistence to disk
Home-page: https://github.com/gtzampanakis/pmemoize
Author: Giorgos Tzampanakis
Author-email: giorgos.tzampanakis@gmail.com
License: UNKNOWN
Download-URL: https://github.com/gtzampanakis/pmemoize/archive/1.0.tar.gz
Description: 
        Yet another memoizer. I have been using this for a long time. It is simple but
        useful. Features:
        
        * Optional persistence to disk, using pickle to save the cache on exit.
        * Configurable cache size. When it is reached a FIFO strategy is used to
          discard old entries.
        * Stats tracking. Allows to see if memoization is useful for a certain function
          call.
        
Keywords: memoize
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
