python3-obsub

Python 3.x module that implements the observer pattern via a decorator
  https://github.com/aepsil0n/obsub
  0
  no reviews



The @event decorator makes functions or methods "observable". Consuming code can subscribe callbacks to these decorated callables, and the callbacks will be triggered every time the callables are invoked.

This package sports the Python 3 module.