Metadata-Version: 1.1
Name: whistle
Version: 1.0a1
Summary: Event dispatcher for Python 3.5+
Home-page: https://github.com/python-whistle/whistle
Author: Romain Dorgueil
Author-email: romain@dorgueil.net
License: Apache License, Version 2.0
Download-URL: https://github.com/python-whistle/whistle/tarball/1.0a1
Description-Content-Type: UNKNOWN
Description: Whistle
        =======
        
        `Whistle` provides simple python tools that allow your application components to communicate with each other by dispatching events and listening to them.
        
        .. image:: https://travis-ci.org/python-whistle/whistle.svg?branch=master
            :target: https://travis-ci.org/python-whistle/whistle
        
        .. image:: https://coveralls.io/repos/github/python-whistle/whistle/badge.svg?branch=master
            :target: https://coveralls.io/github/python-whistle/whistle?branch=master
            :alt: Coverage Status
        
        .. image:: https://readthedocs.org/projects/whistle/badge/?version=latest
            :target: http://whistle.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        
        Install
        :::::::
        
        .. code-block:: shell
        
           pip install whistle
        
        
        
Platform: UNKNOWN
