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.
Release files for backports.functools-lru-cache 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| backports.functools_lru_cache-2.0.0.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| backports.functools_lru_cache-2.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:18.2 kB
Release files / backports.functools_lru_cache-2.0.0.tar.gz
| Download URL | backports.functools_lru_cache-2.0.0.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dcbfa5e0dae8a014168807c9e026d33eead71df5af76c1fb78fd248bf07f6f99
|
|
BLAKE2b-256 checksum How to use checksums |
c0dca1962ae19f83d2a92b8ac76ad2dfdeccf2748464f1560a51d343b9e2609a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.0
|
Release files / backports.functools_lru_cache-2.0.0-py2.py3-none-any.whl
| Download URL | backports.functools_lru_cache-2.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0a754323a46847735a112677fb8807b45f6d824d02a5795a50905218ac56a0d6
|
|
BLAKE2b-256 checksum How to use checksums |
c6c64761a2ccb03d650ca803b11a7cdd69ff0696926d3fea218c8ca22c808448
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.0
|