{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"}],"enrichment":{"capability":"Backport of Python 3.2's functools module (including lru_cache decorator) for Python 2.7 and PyPy.","skillfed_tags":["python-2-legacy","backport"],"use_cases":["Add lru_cache decorator to Python 2.7 code without rewriting caching logic.","Maintain compatibility with Python 3.2+ functools API while running on Python 2.7.","Backport a Python 3 library to Python 2.7 that depends on functools.lru_cache.","Support PyPy2 environments that need the newer functools interface."],"what_it_does":"functools32 is a backport of the Python 3.2 functools standard library module for Python 2.7 and PyPy environments. It provides the lru_cache decorator and other functools utilities that were introduced in Python 3.2 but were not available in Python 2.7's standard library. The package has no runtime dependencies and installs as a drop-in replacement for the functools module on Python 2.7.\n\nThis package is now obsolete for new projects, as Python 3 has had functools built-in since its inception. It exists only to support legacy codebases that cannot yet migrate away from Python 2.7 or PyPy2. The project has been abandoned, with the last release on 2015-07-11.","worth_installing":"No, unless you are maintaining a legacy Python 2.7 or PyPy2 codebase that cannot migrate to Python 3. The package is abandoned (last release 2015-07-11, last commit 2017-07-19), and Python 3's functools is built-in. For any new project, use Python 3's standard functools directly."},"id":"functools32","links":{"html":"https://skillfed.io/packages/functools32","md":"https://skillfed.io/packages/functools32.md","pypi":"https://pypi.org/project/functools32/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2015-07-11","license_spdx":null,"license_treatment":"permissive","name":"functools32","python_support":"unspecified","summary":"Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy."},"popularity":{"monthly_downloads":371465,"position":7170,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.2.3-2"}
