Metadata-Version: 1.0
Name: review-rot
Version: 0.0
Summary: CLI tool to list review(pull) requests from github,gitlab,pagure and gerrit
Home-page: https://github.com/nirzari/review-rot
Author: Nirzari Iyer
Author-email: niyer@redhat.com
License: GNU GENERAL PUBLIC LICENSE Version 3
Description: # review-rot
        reviewrot is a CLI tool, that helps to list down open review requests from github, gitlab and pagure.
        
        ## Sample I/P:
        create '~/.reviewrot.yaml' with the content from sampleinput.yaml
        
        ## Installation
        ```shell
        python setup.py install
        ```
        
        Alternatively, for development:
        ```shell
        python setup.py develop
        ```
        
        ## Tests
        To run the tests in your virtualenv, execute:
        ```shell
        python setup.py test
        ```
        
        Alternatively, you can use `tox` or `detox` to run the tests against multiple versions of python:
        ```shell
        sudo dnf install python-detox
        detox
        ```
        
        ## Script:
        
        #### review-rot
        ```shell
        > review-rot --help
        
        usage: review-rot [-h] [-s {older,newer}] [-v VALUE] [-d {y,m,d,h,min}]
                          [--debug]
        
        Lists pull/merge requests for github, gitlab,pagure and gerrit
        
        optional arguments:
          -h, --help            show this help message and exit
          -s {older,newer}, --state {older,newer}
                                Pull requests state 'older' or 'newer'
          -v VALUE, --value VALUE
                                Pull requests duration in terms of value(int)
          -d {y,m,d,h,min}, --duration {y,m,d,h,min}
                                Pull requests duration in terms of y=years,m=months,
                                d=days, h=hours, min=minutes
          --debug               Display debug logs on console
        ```
        
        
Platform: UNKNOWN
