ppc64le/linux/: backports-functools-lru-cache-2.0.1.dev0+g61ffe6d.d20250617 metadata and description
Backport of functools.lru_cache
| author | Raymond Hettinger |
| author_email | [email protected] |
| classifiers |
|
| dynamic | license-file |
| license_file | LICENSE |
| maintainer | Jason R. Coombs |
| maintainer_email | [email protected] |
| metadata_version | 2.4 |
| provides_extras | docs |
| requires_dist |
|
| requires_python | >=3.8 |
| File | Tox results | History |
|---|---|---|
backports_functools_lru_cache-2.0.1.dev0+g61ffe6d.d20250617-py2.py3-none-any.whl
|
|
Backport of functools.lru_cache from Python 3.3 as published at ActiveState.
Usage
Consider using this technique for importing the ‘lru_cache’ function:
try:
from functools import lru_cache
except ImportError:
from backports.functools_lru_cache import lru_cache
For Enterprise
Available as part of the Tidelift Subscription.
This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.