Metadata-Version: 1.1
Name: bugzfeed
Version: 0.3
Summary: notification system for Bugzilla via WebSockets
Home-page: http://github.com/mozilla/bugzfeed/
Author: Mark Cote
Author-email: mcote@mozilla.com
License: Mozilla Public License 2.0
Description: Bugzfeed is a WebSocket server that provides notifications when bugs in a
        Bugzilla database change.  It is part of the [Bugzilla Change Notification
        System][1].  Currently it uses Mozilla's Pulse service but could conceivably
        be extended to use other middleware such as ZeroMQ.
        
        Bugzfeed uses the tornado options format, meaning that options can be
        specified either on the command line or in a Python (*not* .ini) config
        file via the --config option.  As per standard tornado option processing,
        --config overrides options specified earlier on the command line.
        
        [1]: https://wiki.mozilla.org/BMO/ChangeNotificationSystem
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
