#1032210 ITP: python-methodtools -- Python3 library expanding standard functools to methods

#1032210#5
Date:
2023-03-01 18:06:30 UTC
From:
To:
* Package name    : python-methodtools
  Version         : 0.4.7
  Upstream Author : Jeong YunWon <jeong+wirerope@youknowone.org>
* URL             : https://methodtools.readthedocs.org/
* License         : BSD-2-clause
  Programming Lang: Python
  Description     : Python3 library expanding standard functools to methods

Expand functools features to methods, classmethods, staticmethods
and even for (unofficial) hybrid methods.

For now, methodtools only provides `methodtools.lru_cache`.