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

* Package name    : python-memoized-property
  Version         : 1.0.3
  Upstream Author : Copyright: Steven Cummings <cumming...@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 via email to