There are a number of modules for this. Here are a few options sorted by what I consider their popularity:
- The blinker module provides a signal / event mechanism
- PyDispatcher gives you event dispatch
- PySignals module is a Django signal module without any dependency on Django
- SpiffSignal implements a signal / event structure, but its GitHub page seems to be missing
jterrace
source share