Backport of functools.lru_cache
Project Links
Meta
Author: Raymond Hettinger
Maintainer: Jason R. Coombs
Requires Python: >=3.8
Classifiers
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Programming Language
- Python :: 3
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.
Dec 13, 2023
2.0.0
Jul 09, 2023
1.6.6
Jun 24, 2023
1.6.5
Apr 11, 2021
1.6.4
Mar 24, 2021
1.6.3
Mar 24, 2021
1.6.2
Nov 02, 2019
1.6.1
Nov 02, 2019
1.6.0
Feb 04, 2018
1.5
May 13, 2017
1.4
Sep 30, 2016
1.3
Jan 01, 2016
1.2.1
Dec 26, 2015
1.2
Dec 08, 2015
1.1
Aug 13, 2015
1.0.3
Jul 31, 2015
1.0.2
Jun 22, 2014
1.0.1
May 14, 2014
1.0