[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#988821: ITP: python-memoized-property -- decorator to avoid redundant computation



Package: wnpp
Owner: Steffen Moeller <moeller@debian.org>
Severity: wishlist

* Package name    : python-memoized-property
  Version         : 1.0.3
  Upstream Author : Copyright: Steven Cummings <cummingscs@gmail.com>
* URL             : https://github.com/estebistec/python-memoized-property
* License         : BSD-3-Clause
  Programming Lang: Python
  Description     : decorator to avoid redundant computation
 This package allows to tag methods that have may have their
 result buffered to save redundant computation, as in:
   @memoized_property
   def name(self):
       return some_expensive_load()

Remark: This package is maintained by Steffen Moeller at
   https://salsa.debian.org/python-team/packages/python-memoized-property


Reply to: