Metadata-Version: 1.1
Name: zuup
Version: 0.1.0
Summary: Command line to consult Openstck zuul status
Home-page: https://github.com/sileht/zuup
Author: Mehdi Abaakouk
Author-email: sileht@sileht.net
License: UNKNOWN
Description: ====
        zuup
        ====
        
        Command line to consult Openstck zuul status
        
        * Free software: Apache license
        * Documentation: http://zuup.readthedocs.org
        * Source: http://github.com/sileht/zuup
        * Bugs: http://github.com/sileht/zuup/issues
        
        Installation
        ------------
        
        At the command line::
        
            $ pip install zuup
        
        Or, if you have virtualenvwrapper installed::
        
            $ mkvirtualenv zuup
            $ pip install zuup
        
        Usage
        -----
        
        To use zuup::
        
            $ zuul --help      
            usage: zuul [-h] [-D] [-d] [-w DELAY] [-e EXPIRATION] [-u USERNAME]
                        [-p PROJECTS] [-c CHANGES] [-l] [-r] [-s] [-j JOB]
        
            optional arguments:
              -h, --help     show this help message and exit
              -D             Daemonize and exit if no more reviews
              -d             Daemonize
              -w DELAY       refresh delay
              -e EXPIRATION  review expiration in deamon mode
              -u USERNAME    Username
              -p PROJECTS    Projects
              -c CHANGES     changes
              -l             local changes
              -r             current repo changes
              -s             short output
              -j JOB         show log of a job of a change
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
