Metadata-Version: 1.0
Name: sentry_campfire
Version: 0.1.1
Summary: A Sentry Campfire notification plugin
Home-page: https://github.com/mkhattab/sentry-campfire
Author: Mustafa Khattab
Author-email: mustafa.khattab@gmail.com
License: BSD
Description: ===============
        Sentry-Campfire
        ===============
        
        A Sentry plugin that allows notifications to be sent to Campfire
        
        
        Installation
        ============
        
        To install and use this plugin just install it via ``pip``::
        
          pip install sentry_campfire
        
        
        This plugin depends on the `Camplight library <https://github.com/mlafeldt/camplight>`_. 
        Unfortunately, it's not yet on PyPi. Install it via ``pip``::
        
          pip install -e git+https://github.com/mlafeldt/camplight#egg=camplight
        
        You're going to need to install ``sentry_campfire`` before installing ``camplight``. 
        You can configure the plugin via the web UI.
        
Keywords: sentry-campfire sentry campfire
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
