Package: wnpp Severity: wishlist Owner: Free Ekanayaka <fr...@debian.org>
* Package name : obsub Version : 0.2.0 Upstream Author : Eduard Bopp <eduard.b...@aepsil0n.de> * URL : https://github.com/aepsil0n/obsub * License : CC0 Programming Lang: Python Description : Python module that implements the observer pattern via a decorator This module can decorate functions or modules so they become "observable". Consuming code can subscribe callbacks to these decorated callables, which will be triggered everytime the callables are invoked.