© 2025-2026 PySpect
Loading...
| Package | Comment | Downloads/day | Recent releases ⓘ | GitHub Stars |
|---|---|---|---|---|
| cachetools | Extensible memoizing collections and decorators, providing TTL, LRU, LFU, and other eviction strategies. | 9.8M | 20 | · |
| diskcache | Disk-backed cache library using SQLite, suited for large objects that outlive process lifetime. | 854K | 0 | · |
| joblib | Provides transparent disk-based memoization of function results, widely used in scientific Python pipelines. | 4.6M | 2 | · |
| klepto | Persistent caching for functions with file, directory, and database backends, and multiple eviction strategies. | 2K | 1 | · |
| cachebox | Fast, Rust-backed in-memory cache with TTL, LRU, LFU, and FIFO strategies. | 27K | 9 | · |
| aiocache | Async-first caching library with in-memory and file backends and decorator support. | 174K | 0 | · |
| cashews | Async cache toolkit with in-memory and disk backends, bloom filters, and rate-limiting helpers. | 8K | 5 | · |
| dogpile.cache | Cache front-end that prevents cache stampedes via a dogpile lock; supports memory and file backends. | — | 2 | · |