Kevin Dangoor wrote: > 2) There are already capable event packages in Python (Zope 3 has one > that can likely be pulled out and may already be an egg, there's also > PyDispatcher which has the unfortunate bit of having a top level > package called "dispatch" just like RuleDispatch)
The original author of PyDispatcher has created a new project called Louie recently as a result of our customization of it for Schevo's change notification mechanisms -- see http://pylouie.org/. It is easy_install-able, does not have naming conflicts, and includes some minor changes/cleanups, as well as a plugin mechanism that is still in its early stages. I personally find the Louie/PyDispatcher API very easy to use, but I also find generic functions equally as easy in other aspects. One idea I've toyed with, but that no-one has started yet, is making Louie depending on RuleDispatch, and implement the Louie API as an alternative syntax to RuleDispatch. But I digress... I mostly wanted to make you aware of the recent lineage of PyDispatcher :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
