Metadata-Version: 2.0
Name: python-tripleodash
Version: 0.1.2
Summary: TripleO Terminal Dashboard
Home-page: https://github.com/d0ugal/python-tripleodash
Author: Dougal Matthews
Author-email: dougal@dougalmatthews.com
License: Apache-2
Keywords: tripleo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: urwid (==1.3.1)
Requires-Dist: python-heatclient (>=0.6.0)
Requires-Dist: python-ironicclient (>=1.1.0)
Requires-Dist: python-ironic-inspector-client (>=1.3.0)
Requires-Dist: cachetools (>=1.0.0)

TripleO Dashboard
=================

This is a terminal Dashboard for TripleO. It aims to provide an overview of
the deployment by showing you the images, nodes and Heat stack all together.
This helps you see your progress when deploying and will also help when
troubleshooting.

.. image:: https://img.shields.io/pypi/v/python-tripleodash.svg
        :target: https://pypi.python.org/pypi/python-tripleodash

.. image:: https://img.shields.io/pypi/dm/python-tripleodash.svg
        :target: https://pypi.python.org/pypi/python-tripleodash

.. image:: https://travis-ci.org/d0ugal/python-tripleodash.png?branch=master
        :target: https://travis-ci.org/d0ugal/python-tripleodash

.. image:: https://readthedocs.org/projects/python-tripleodash/badge/?version=latest
        :target: https://readthedocs.org/projects/python-tripleodash/?badge=latest
        :alt: Documentation Status

Usage
-----

You can either install tripleodash system wide.

.. code-block:: shell

    $ source ~/stackrc
    $ pip install python-tripleodash
    $ tripleodash


Or, run it in a virtualenv with Tox. This may be favourable if you want to
run tripleodash without touching the system Python install.

.. code-block:: shell

    $ source ~/stackrc
    $ git clone https://github.com/d0ugal/python-tripleodash.git
    $ cd python-tripleodash
    $ tox -e venv -- tripleodash

.. note::

   If you don't have a pip and tox package for your system, install pip with
   get-pip.py_ and then :code:`sudo pip install tox`

.. _get-pip.py: https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py


`Further documentation and screenshots <http://python-tripleodash.rtfd.org/>`_.



