Releases memoizeK on the python package index
Introduces a (very) simple and adjustable memoization cache for functions in your applications, to save compute time. Using the same arguments (that exist in the memo-cache) will yield the cached result your function generated previously, rather than recomputing from scratch.
See the basic usage examples ([1],[2]) if the above wasn't helpful.
Install this release: python3 -m pip install memoizek