Metadata-Version: 1.0
Name: python-dispatcher
Version: 0.1.0
Summary: Python utilities to work with threads.
Home-page: UNKNOWN
Author: Ulisses Furquim
Author-email: ulissesf@gmail.com
License: BSD
Description: 
        Utilities to dispatch methods to be executed in different threads.
        
        This module provides some classes and decorators to transparently execute
        methods in the correct thread context.
        
Keywords: python thread context method callback
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Framebuffer
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
