| Name: | python3-cachetools |
|---|---|
| Version: | 5.4.0 |
| Release: | 6.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 141237 |
| License: | MIT |
| RPM: | python3-cachetools-5.4.0-6.el10.noarch.rpm |
| Source RPM: | python-cachetools-5.4.0-6.el10.src.rpm |
| Build Date: | Wed Dec 18 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/cachetools |
| Summary: | Extensible memoizing collections and decorators |
| Description: | This module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library @lru_cache function decorator. This module provides multiple cache implementations based on different cache algorithms, as well as decorators for easily memoizing function and method calls. |