Metadata-Version: 1.0
Name: sentry
Version: 5.1.2
Summary: A realtime logging and aggregation server.
Home-page: http://www.getsentry.com
Author: David Cramer
Author-email: dcramer@gmail.com
License: BSD
Description: 
        Sentry
        ======
        
        Sentry is a realtime event logging and aggregation platform. It specializes
        in monitoring errors and extracting all the information needed to do a proper
        post-mortem without any of the hassle of the standard user feedback loop.
        
        Sentry is a Server
        ------------------
        
        The Sentry package, at its core, is just a simple server and web UI. It will
        handle authentication clients (such as `Raven <https://github.com/getsentry/raven-python>`_)
        and all of the logic behind storage and aggregation.
        
        That said, Sentry is not limited to Python. The primary implementation is in
        Python, but it contains a full API for sending events from any language, in
        any application.
        
        :copyright: (c) 2011-2012 by the Sentry Team, see AUTHORS for more details.
        :license: BSD, see LICENSE for more details.
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
