Metadata-Version: 1.1
Name: sentry-patrol
Version: 0.0.2
Summary: Command Line program to interact with sentry API
Home-page: https://github.com/daneoshiga/sentry-patrol
Author: Danilo Shiga
Author-email: daniloshiga@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        Sentry Patrol
        =============
        
        Sentry Patrol offers a CLI (Command Line Interface) to the Sentry API.
        
        The project is still in alpha state and in active development
        
        
        Setup
        ~~~~~
        
        .. code:: bash
        
            pipenv install --dev
            python setup.py develop
            export SENTRY_API_TOKEN=<your-token>
        
        
        How to get your sentry API Token
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        You have to access the Sentry API Page (https://sentry.io/api/). Then you
        must log in and get you API Auth Token.
        
        
        How to use
        ~~~~~~~~~~
        
        For a list of commands and options, check the help output with:
        
        .. code:: bash
        
            patrol --help
        
        
        List Events
        -----------
        
        This commands lists events for a given sentry project. It can be used as follows:
        
        .. code:: bash
        
            patrol events <org-name> <project-name>
        
        
        List Issues
        -----------
        
        This command list issues for a sentry a project. It can be used as follows:
        
        .. code:: bash
        
            patrol issues <org-name> <project-name>
        
Keywords: sentry cli patrol
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Distributed Computing
