Metadata-Version: 2.0
Name: python-octaviaclient
Version: 1.3.0
Summary: Octavia client for OpenStack Load Balancing
Home-page: https://docs.openstack.org/python-octaviaclient/latest/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: 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.5
Requires-Dist: appdirs (>=1.3.0)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: cliff (!=2.9.0,>=2.8.0)
Requires-Dist: cmd2 (>=0.6.7)
Requires-Dist: debtcollector (>=1.2.0)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: keystoneauth1 (>=3.3.0)
Requires-Dist: monotonic (>=0.6)
Requires-Dist: netaddr (>=0.7.18)
Requires-Dist: netifaces (>=0.10.4)
Requires-Dist: python-neutronclient (>=6.3.0)
Requires-Dist: python-openstackclient (>=3.12.0)
Requires-Dist: os-client-config (>=1.28.0)
Requires-Dist: osc-lib (>=1.7.0)
Requires-Dist: oslo.i18n (>=3.15.3)
Requires-Dist: oslo.utils (>=3.31.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: PrettyTable (<0.8,>=0.7.1)
Requires-Dist: pyparsing (>=2.1.0)
Requires-Dist: pytz (>=2013.6)
Requires-Dist: PyYAML (>=3.10)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: requestsexceptions (>=1.2.0)
Requires-Dist: simplejson (>=3.5.1)
Requires-Dist: six (>=1.10.0)
Requires-Dist: stevedore (>=1.20.0)
Requires-Dist: wrapt (>=1.7.0)
Requires-Dist: unicodecsv (>=0.8.0); (python_version<'3.0')
Requires-Dist: funcsigs (>=1.0.0); (python_version=='2.7' or python_version=='2.6')

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/badges/python-octaviaclient.svg
    :target: https://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

====================
python-octaviaclient
====================

Octavia client for OpenStack Load Balancing

This is an OpenStack Client (OSC) plugin for Octavia, an OpenStack
Load Balancing project.

For more information about Octavia see:
https://docs.openstack.org/octavia/latest/

For more information about the OpenStack Client see:
https://docs.openstack.org/python-openstackclient/latest/

* Free software: Apache license
* Documentation: https://docs.openstack.org/octavia/latest/
* Source: http://git.openstack.org/cgit/openstack/python-octaviaclient
* Bugs: http://bugs.launchpad.net/octavia

Getting Started
===============

.. note:: This is an OpenStack Client plugin.  The ``python-openstackclient``
          project should be installed to use this plugin.

Octavia client can be installed from PyPI using pip::

    pip install python-octaviaclient

If you want to make changes to the Octavia client for testing and contribution,
make any changes and then run::

    python setup.py develop

or::

    pip install -e .



