Metadata-Version: 1.0
Name: raven-harakiri
Version: 0.1.2
Summary: Send UWSGI harakiri logs to sentry
Home-page: http://github.com/futurecolors/raven-harakiri
Author: Ilya Baryshev
Author-email: baryshev@gmail.com
License: MIT
Description: Raven harakiri
        ==============
        
        UWSGI allows logging `python tracebacks`_ when worker commits harakiri.
        This packages sends them to your `sentry`_ instance.
        
        .. _python tracebacks: http://uwsgi-docs.readthedocs.org/en/latest/Tracebacker.html
        .. _sentry: http://getsentry.com
        
        Installation
        ------------
        ::
        
            pip install raven-harakiri
        
        
        Usage
        -----
        
            raven-harakiri <uwsgi_log_string_with_harakiri> --dsn=<your_sentry_dsn>
        
        First argument (or stdin from other process, if piped) should be text with python tracebacker log.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
