Releases memoizeK on the [python package index](https://pypi.org)
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]](https://github.com/alanb43/memoizeK/blob/main/readme_example.py),[[2]](https://github.com/alanb43/memoizeK/blob/main/usage.py)) if the above wasn't helpful.
Install this release: `python3 -m pip install memoizek`