Metadata-Version: 2.1
Name: zuul-stats-client
Version: 0.0.4
Summary: 'Zuul stats client'
Home-page: http://www.softwarefactory-project.io/
Author: Javier Peña
Author-email: jpena@redhat.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
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.2
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Requires-Dist: cliff
Requires-Dist: pbr
Requires-Dist: requests

zuul-stats-client
=================

This is a Python client to report various statistics from a `Zuul`_ server.

Requirements.
-------------

Python 3.6+. The ``requirements.txt`` file lists the extra Python librarires
required by the client.

Installation & Usage
--------------------

Install via `Setuptools`_.

.. code:: sh

   python setup.py install --user

(or ``sudo python setup.py install`` to install the package for all
users)

You can run the client directly:

.. code:: bash

   $ zuul-stats-client -h

.. _Zuul: https://zuul-ci.org/
.. _Setuptools: http://pypi.python.org/pypi/setuptools



