Iotronic客户端

python-iotronicclient的Python项目详细描述


Iotronic客户端

Iotronic服务的客户。

Installing

克隆repo并安装客户端:

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

Usage

帮助:

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.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Intellij通过方法中的包查找用法   java中VS代码和打包命名的问题   将java CMS功能集成到具有高度动态内容的网站(Lucene/Mysql/Nosql)的策略   oracle的java类强制转换异常。jdbc。驾驶员OracleConnection   字节码向JVM添加上指令   如何在抽象类中执行java方法?   java是否可以在apache访问日志中排除指定的GET参数?(作者:W7开发环境)   java如何获取已安装音频播放器的列表?   尝试向HS学生展示如何使用Java访问MS数据库   使用正则表达式java对给定行中的特定字符串进行计数   java JOOQ Select查询中的Select计数   方法Java,如何从二维双精度数组中找到特定值?   获取图像URL的java正则表达式   java在切换到新的窗口驱动程序后找不到元素