python3-memoize

Simple Python cache and memoizing module (Python3)
  https://github.com/mikeboers/PyMemoize
  0
  no reviews



This is a (relatively) simple Python memoizing module (ie. a function cache), in which any dict-like can be used as the actual storage object.

This is the Python3 package.