Metadata-Version: 1.0
Name: bbnotify
Version: 0.3
Summary: Tray notification for BuildBot
Home-page: http://github.com/aleszoulek/bbnotify
Author: Ales Zoulek
Author-email: ales.zoulek@gmail.com
License: BSD
Description: BBNotify
        ========
        
        Description
        -----------
        
        Monitors activity of buildbot server.
          1. Displays status icon in tray icon
          2. Notifies on new build completed
        
        Install
        -------
        
        ::
        
         pip install -e 'git://github.com/aleszoulek/bbnotify.git#egg=bbnotify'
        
        Usage
        -----
        
        ::
        
         Usage: bbnotify.py [options] http://buildboturl/xmlrpc
         
         Options:
           -h, --help            show this help message and exit
           -f, --forward         don't run in background
           -i builder_name, --ignore-builder=builder_name
                                 don't display the status of this builder
        
        
        Using a configuration file
        --------------------------
        You can save some of your options in the file ~/.bbnotifyrc in the form
        
        ::
        
         [bbnotify]
         url=http://buildboturl/xmlrpc
         ignore-builders=list of builders to ignore
Keywords: buildbot,tray,notification
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
