Metadata-Version: 2.1
Name: python-octaviaclient
Version: 1.2.1
Summary: Octavia client for OpenStack Load Balancing
Home-page: http://docs.openstack.org/developer/python-octaviaclient
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
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.5
Requires-Dist: appdirs (>=1.3.0)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: cliff (>=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.1.0)
Requires-Dist: monotonic (>=0.6)
Requires-Dist: netaddr (!=0.7.16,>=0.7.13)
Requires-Dist: netifaces (>=0.10.4)
Requires-Dist: python-neutronclient (>=6.3.0)
Requires-Dist: python-openstackclient (>=3.11.0)
Requires-Dist: os-client-config (>=1.28.0)
Requires-Dist: osc-lib (>=1.7.0)
Requires-Dist: oslo.i18n (!=3.15.2,>=2.1.0)
Requires-Dist: oslo.utils (>=3.20.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: positional (>=1.1.1)
Requires-Dist: PrettyTable (<0.8,>=0.7.1)
Requires-Dist: pyparsing (>=2.1.0)
Requires-Dist: pytz (>=2013.6)
Requires-Dist: PyYAML (>=3.10.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: requestsexceptions (>=1.2.0)
Requires-Dist: simplejson (>=2.2.0)
Requires-Dist: six (>=1.9.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 (>=0.4) ; (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:
http://docs.openstack.org/developer/octavia

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

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

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

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 .



