终点站

python-tripleodash的Python项目详细描述


这是Tripleo的终端仪表板。它旨在提供 通过将图像、节点和热堆栈显示在一起进行部署。 这有助于您在部署时看到进度,也有助于 故障排除。

https://img.shields.io/pypi/v/python-tripleodash.svghttps://img.shields.io/pypi/dm/python-tripleodash.svghttps://travis-ci.org/d0ugal/python-tripleodash.png?branch=masterDocumentation Status

用法

您可以在系统范围内安装TripleOdash。

$ source ~/stackrc
$ pip install python-tripleodash
$ tripleodash

或者,用一种带有毒素的病毒来检测。如果你想的话,这可能是有利的 在不接触系统python安装的情况下运行tripleodash。

$ source ~/stackrc
$ git clone https://github.com/d0ugal/python-tripleodash.git
$ cd python-tripleodash
$ tox -e venv -- tripleodash

注意

如果您的系统没有pip和tox软件包,请使用 get-pip.py然后sudo pip install tox

Further documentation and screenshots

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

推荐PyPI第三方库


热门话题
如何在Java中使用ENUM生成随机数   Spring4REST应用程序使用Java配置(无xml)IllegalArgumentException   java在Jar中加载新的FXML   java无法将字符串转换为long(时间戳)或long转换为字符串   流我如何通过Java中的grpc(如broadcase)将持续响应从服务器发送到客户端?   java类型不匹配:无法从一个连接转换到另一个连接   带有组织名称、用户名和密码的java Spring引导登录页面   java从Android设备向Windows CE设备发送/获取字符串数据?   java Selenium代码在localhost上运行良好,但无法捕获Jenkins上的StaleElementReferenceException   jodatime如何获取与下一个小时、分钟对应的日期时间?   java在一个int数组中,如何返回对应于最低值的索引?   在web3j中,如何为运行时发现的数组类型创建TypeReference?   java如何仅在Spring Security上对特定URL强制使用https?   java如何添加全局动作事件侦听器?