{"library":"cachebox","type":"library","category":null,"description":"Cachebox (v5.2.3) is a high-performance Python caching and memoization library, distinguished by its core implementation in Rust. It offers various thread-safe caching algorithms like LRU, FIFO, LFU, MRU, RR, TTL, and VTTL, designed for significantly faster execution and lower memory footprint compared to pure Python alternatives. The library is actively maintained and receives regular updates.","language":"python","status":"active","version":"5.2.3","tags":["caching","memoization","performance","rust","decorator","lru-cache","ttl-cache"],"last_verified":"Sun May 24","install":[{"cmd":"pip install cachebox","imports":["from cachebox import cached","from cachebox import LRUCache","from cachebox import TTLCache","from cachebox import cached"]}],"homepage":"https://cachebox.readthedocs.io","github":"https://github.com/awolverp/cachebox","docs":null,"changelog":null,"pypi":"https://pypi.org/project/cachebox/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":80,"avg_install_s":1.9,"avg_import_s":0.25,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/cachebox/compatibility"}}