Metadata-Version: 2.1
Name: python-iotronicclient
Version: 0.4.7
Summary: Iotronic Client
Home-page: http://www.openstack.org/
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.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pbr (>=2.0.0)
Requires-Dist: appdirs (>=1.3.0)
Requires-Dist: dogpile.cache (>=0.6.2)
Requires-Dist: jsonschema (!=2.5.0,<3.0.0,>=2.0.0)
Requires-Dist: keystoneauth1 (>=2.18.0)
Requires-Dist: osc-lib (>=1.2.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.utils (>=3.20.0)
Requires-Dist: PrettyTable (<0.8,>=0.7.1)
Requires-Dist: python-openstackclient (>=3.3.0)
Requires-Dist: PyYAML (>=3.10.0)
Requires-Dist: requests (!=2.12.2,!=2.13.0,>=2.10.0)
Requires-Dist: six (>=1.9.0)

===============================
python-iotronicclient
===============================

Iotronic Client

Client for the IoTronic service.

.. contents:: Contents:
   :local:

Installing
----------------------
Clone the repo and install the client::

    git clone https://github.com/openstack/python-iotronicclient.git
    cd python-iotronicclient
    pip install -r requirements.txt
    python setup.py install

Usage
----------------------
help::

   iotronic --help

::

   Command-line interface to the Iotronic API.

   Positional arguments:
     <subcommand>
       board-create        Register a new board with the Iotronic service.
       board-delete        Unregister board(s) from the Iotronic service.
       board-list          List the boards which are registered with the Iotronic
                           service.
       board-show          Show detailed information about a board.
       board-update        Update information about a registered board.
       plugin-create       Register a new plugin with the Iotronic service.
       plugin-delete       Unregister plugin(s) from the Iotronic service.
       plugin-list         List the plugins which are registered with the
                           Iotronic service.
       plugin-show         Show detailed information about a plugin.
       plugin-update       Update information about a registered plugin.
       plugin-action       Execute an action of the plugin.
       plugin-inject       Inject a plugin into a board.
       plugin-remove       Remove a plugin from a board.
       plugins-on-board    Show information about a the plugins injected on a
                           board.
       bash-completion     Prints all of the commands and options for bash-
                           completion.
       help                Display help about this program or one of its
                           subcommands.


* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/python-iotronicclient
* Bugs: http://bugs.launchpad.net/python-iotronicclient



