Client for the IoTronic service.
Go to file
Nicola Peditto 12fc97a78b Updated exposed services and webservises api/cmd. Updated requirements and tox.
Change-Id: I7cc9952d0655ea2740e98049204307b56e8263c9
2021-11-25 16:53:02 +01:00
.eggs Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00
doc/source first commit 2017-04-10 16:58:41 +02:00
iotronicclient Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00
releasenotes first commit 2017-04-10 16:58:41 +02:00
zuul.d Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00
.gitignore first commit 2017-04-10 16:58:41 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:02 +00:00
CONTRIBUTING.rst first commit 2017-04-10 16:58:41 +02:00
LICENSE first commit 2017-04-10 16:58:41 +02:00
README.rst more details for the instructions 2017-05-08 15:42:16 +02:00
requirements.txt Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00
setup.cfg Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00
setup.py first commit 2017-04-10 16:58:41 +02:00
test-requirements.txt Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00
tox.ini Updated exposed services and webservises api/cmd. Updated requirements and tox. 2021-11-25 16:53:02 +01:00

README.rst

python-iotronicclient

Iotronic Client

Client for the IoTronic service.

Contents:

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.