Metadata-Version: 1.0
Name: Louie
Version: 1.1
Summary: Signal dispatching mechanism
Home-page: http://louie.berlios.de/
Author: Patrick K. O'Brien and contributors
Author-email: louie-users@lists.berlios.de
License: BSD
Download-URL: http://cheeseshop.python.org/pypi/Louie
Description: Louie provides Python programmers with a straightforward way to
        dispatch signals between objects in a wide variety of contexts. It is
        based on PyDispatcher_, which in turn was based on a highly-rated
        recipe_ in the Python Cookbook.
        
        .. _PyDispatcher: http://pydispatcher.sf.net/
        
        .. _recipe: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
