Metadata-Version: 1.0
Name: gerrit-view
Version: 0.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**
        ==================================
        
        query_gerrit
        ------------
        
        Use `query_gerrit` to find out what your friends have been up to::
        
            $ query_gerrit -u 'harlowja'
            $ query_gerrit -h
            
            Usage: query_gerrit [options]
            
            Options:
              -h, --help            show this help message and exit
              -u USER, --user=USER  gather information on given USER
              -k FILE, --keyfile=FILE
                                    gerrit ssh keyfile [default:
                                    /homes/harlowja/.ssh/id_rsa]
        
        curse_gerrit
        ------------
        
        Use `curse_gerrit` 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
        
        ::
        
            $ curse_gerrit
            $ curse_gerrit -h
            
            Usage: curse_gerrit [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]
              -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
