Metadata-Version: 1.0
Name: gerrit-view
Version: 0.1.1
Summary: Gerrit viewer tools
Home-page: http://github.com/harlowja/gerrit_view/
Author: Joshua Harlow
Author-email: harlowja@yahoo-inc.com
License: ASL 2.0
Description: **Gerrit viewers & tools for all**
        ==================================
        
        qgerrit
        ------------
        
        Use `qgerrit` to find out what your friends have been up to::
        
            $ qgerrit -u 'harlowja'
            $ qgerrit -h
            
            Usage: qgerrit [options]
            
            Options:
              -h, --help            show this help message and exit
              -l USER, --login=USER
                                    connect to gerrit with USER
              -u USER, --user=USER  gather information on given USER
              -s STATUS, --status=STATUS
                                    gather information on given status
              -m MESSAGE, --message=MESSAGE
                                    filter on message
              -p PROJECT, --project=PROJECT
                                    gather information on given project
              -a APPROVAL, --approval=APPROVAL
                                    filter on approval value min %n [default: no filter]
              -k FILE, --keyfile=FILE
                                    gerrit ssh keyfile [default:
                                    /homes/harlowja/.ssh/id_rsa]
              -t SORT, --sort=SORT  sort order for results [default: createdOn]
              -f FIELD, --field=FIELD
                                    display field in results [default: 'approvals',
                                    'createdOn', 'lastUpdated', 'owner', 'project',
                                    'status', 'subject', 'topic', 'url']
        
        cgerrit
        ------------
        
        Use `cgerrit` to watch (in realtime) the reviews showing up (powered by
        urwid_ and the curses_ library):
        
        .. image:: https://github.com/harlowja/gerrit_view/raw/master/screenshots/screen1.png
        
        ::
        
            $ cgerrit
            $ cgerrit -h
            
            Usage: cgerrit [options]
            
            Options:
              -h, --help            show this help message and exit
              -u USER, --user=USER  gerrit user [default: harlowja]
              -s SERVER, --server=SERVER
                                    gerrit server [default: review.openstack.org]
              -p PORT, --port=PORT  gerrit port [default: 29418]
              --prefetch=COUNT      prefetch amount [default: 50]
              -k FILE, --keyfile=FILE
                                    gerrit ssh keyfile [default:
                                    /home/harlowja/.ssh/id_rsa]
              --project=PROJECT     only show given projects reviews
              -i COUNT, --items=COUNT
                                    how many items to keep visible [default: 50]
        
        
        .. _urwid: http://excess.org/urwid/
        .. _curses: http://docs.python.org/2.7/library/curses.html
        
Keywords: gerrit curses urwid console
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
