Metadata-Version: 1.0
Name: NCPlugin
Version: 0.4
Summary: Nose plugin to raise an OS X Notification Center alert when a test run has finished
Home-page: https://github.com/dreynolds/nose-notification-centre
Author: David Reynolds
Author-email: david@reynoldsfamily.org.uk
License: GNU LGPL
Description: nose-notification-centre
        ========================
        
        A plugin to raise a useful notification message in the OS X Notification Center when a nose test run is complete
        
        
        Installation
        ------------
        
        Install from source:
        
            $ git clone https://github.com/dreynolds/nose-notification-centre.git
            $ cd nose-notification-centre
            $ python setup.py install
        
        
        Basic Usage
        -----------
        
            $ nosetests --with-NCPlugin
        
Platform: MacOS X
