Metadata-Version: 1.1
Name: sentry-youtrack
Version: 0.2.3
Summary: A Sentry extension which integrates with YouTrack
Home-page: http://github.com/bogdal/sentry-youtrack
Author: Adam Bogdal
Author-email: adam@bogdal.pl
License: BSD
Description: sentry-youtrack
        ===============
        
        .. image:: https://travis-ci.org/bogdal/sentry-youtrack.png?branch=develop   
            :target: https://travis-ci.org/bogdal/sentry-youtrack
        
        .. image:: https://version-image.appspot.com/pypi/?name=sentry-youtrack
            :target: https://pypi.python.org/pypi/sentry-youtrack
        
        A Sentry plugin which creates YouTrack issues from sentry events and allows to assign an existing YouTrack issues to sentry event groups.
        
        Install
        -------
        
        Install the package via ``pip``::
        
            pip install sentry-youtrack
        
        Configuration
        -------------
        Go to your project's configuration page (Projects -> [Project]) and select the YouTrack tab. 
        Enter the required credentials and save changes. Filling out the form is a two-step process
        (one to fill in credentials, one to configure project).
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
