Metadata-Version: 2.0
Name: zuup
Version: 0.1.2
Summary: Command line to consult Openstack zuul status
Home-page: https://github.com/sileht/zuup
Author: Mehdi Abaakouk
Author-email: sileht@sileht.net
License: UNKNOWN
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
Requires-Dist: pbr (<2.0,>=1.4)
Requires-Dist: Babel (>=1.3)
Requires-Dist: requests

====
zuup
====

.. image:: https://travis-ci.org/sileht/zuup.png?branch=master
   :target: https://travis-ci.org/sileht/zuup

.. image:: https://img.shields.io/pypi/v/zuup.svg
   :target: https://pypi.python.org/pypi/zuup/
   :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/zuup.svg
   :target: https://pypi.python.org/pypi/zuup/
   :alt: Downloads


Command line to consult Openstack 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::

    $ zuup --help      
    usage: zuup [-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



