Package: wnpp X-Debbugs-Cc: debian-de...@lists.debian.org, Debian Python Team <team+pyt...@tracker.debian.org> Owner: Roland Mas <lola...@debian.org> Severity: wishlist
* Package name : python-multimethod Version : 2.0 Upstream Contact: Aric Coady <aric.co...@gmail.com> * URL : https://github.com/coady/multimethod * License : Apache-2.0 Programming Lang: Python Description : Multiple argument dispatching for Python Multimethod provides a decorator for adding multiple argument dispatching to functions. The decorator creates a multimethod object as needed, and registers the function with its annotations.