Metadata-Version: 2.0
Name: whistle
Version: 1.0a3
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.0a3
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Provides-Extra: dev
Requires-Dist: coverage (<5.0,>=4.4); extra == 'dev'
Requires-Dist: pytest (<4.0,>=3.1); extra == 'dev'
Requires-Dist: pytest-cov (<3.0,>=2.5); extra == 'dev'
Requires-Dist: sphinx (<2.0,>=1.6); extra == 'dev'

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




