© 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. | 10.1M | 19 | · |
| diskcache | Disk-backed cache library using SQLite, suited for large objects that outlive process lifetime. | 966K | 0 | · |
| joblib | Provides transparent disk-based memoization of function results, widely used in scientific Python pipelines. | 5.1M | 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. | 77K | 12 | · |
| aiocache | Async-first caching library with in-memory and file backends and decorator support. | 195K | 0 | · |
| cashews | Async cache toolkit with in-memory and disk backends, bloom filters, and rate-limiting helpers. | 11K | 4 | · |
| dogpile.cache | Cache front-end that prevents cache stampedes via a dogpile lock; supports memory and file backends. | — | 2 | · |