{"library":"memoization","type":"library","category":null,"description":"Memoization is a powerful caching library for Python, providing decorators for function memoization with features like Time-To-Live (TTL) expiration, multiple caching algorithms (LRU, LFU, FIFO), and extensibility. It aims to solve some limitations of the standard library's `functools.lru_cache`, such as handling unhashable arguments. The library is actively developed, with its latest release being v0.4.0.","language":"python","status":"active","version":"0.4.0","tags":["caching","memoization","decorator","performance","ttl","lru","lfu","fifo"],"install":[{"cmd":"pip install memoization","imports":["from memoization import cached"]}],"homepage":null,"github":"https://github.com/lonelyenvoy/python-memoization","docs":null,"changelog":null,"pypi":"https://pypi.org/project/memoization/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.6,"avg_import_s":0.04,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/memoization/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}