ppc64le/linux/: backports-functools-lru-cache-2.0.1.dev0+g61ffe6d.d20250617 metadata and description

Homepage Simple index

Backport of functools.lru_cache

author Raymond Hettinger
author_email [email protected]
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Environment :: MetaData :: IBM Python Ecosystem
dynamic license-file
license_file LICENSE
maintainer Jason R. Coombs
maintainer_email [email protected]
provides_extras docs
requires_dist
  • pytest>=6; extra == "testing"
  • pytest-checkdocs>=2.4; extra == "testing"
  • pytest-black>=0.3.7; platform_python_implementation != "PyPy" and extra == "testing"
  • pytest-cov; extra == "testing"
  • pytest-mypy>=0.9.1; platform_python_implementation != "PyPy" and extra == "testing"
  • pytest-enabler>=2.2; extra == "testing"
  • pytest-ruff; extra == "testing"
  • sphinx>=3.5; extra == "docs"
  • sphinx<7.2.5; extra == "docs"
  • jaraco.packaging>=9.3; extra == "docs"
  • rst.linker>=1.9; extra == "docs"
  • furo; extra == "docs"
  • sphinx-lint; extra == "docs"
  • jaraco.tidelift>=1.4; extra == "docs"
requires_python >=3.8
File Tox results History
backports_functools_lru_cache-2.0.1.dev0+g61ffe6d.d20250617-py2.py3-none-any.whl
Size
8 KB
Type
Python Wheel
Python
2.7
https://img.shields.io/pypi/v/backports.functools_lru_cache.svg https://img.shields.io/pypi/pyversions/backports.functools_lru_cache.svg tests Ruff Code style: Black https://readthedocs.org/projects/backportsfunctools_lru_cache/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational https://tidelift.com/badges/package/pypi/backports.functools_lru_cache

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.

Learn more.