Package python3-module-percache: Information
Source package: python3-module-percache
Version: 0.4.4-alt1
Build time: Jul 7, 2025, 02:45 AM in the task #388470
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/percache
License: MIT
Summary: Persistently cache results of callables
Description:
percache is a Python module to persistently cache results of functions (or callables in general) using decorators. It is somehow similar to the Memoize Example from the Python Decorator Library but with the advantage that results are stored persistently in a cache. percache provides memoization across multiple invocations of the Python interpreter.
Maintainer: Grigory Ustinov