机会网络实用程序

on-tools的Python项目详细描述


Opportunity Network Python帮助程序

https://travis-ci.org/opportunitynetwork/on-tools.svg?branch=master

安装

pip install on-tools

可用工具

hipchat消息

向选定频道发送HipChat消息。

$ hipon.py room_id “This is a message @all”

$ hipon.py -h usage: hipon.py [-h] roomid message

positional arguments:
roomid message
optional arguments:
-h, --helpshow this help message and exit

其中room_id是您的整数房间id。

检查迁移

根据重复的迁移数验证django项目(对于 医学-大型项目与ci)。

$ check_migrations.py -h usage: check_migrations.py [-h] [–strict] [-x exclude] dir

Find duplicated Django South migrations.

positional arguments:
dir directory
optional arguments:
-h, --helpshow this help message and exit
--strictexit with error code when first duplicated migration found
-x exclude, --exclude exclude
exclude pattern

devault客户端

在提供的环境中获取最新部署版本。

$ devault.py -h

usage: devault.py [-h] command [options]

positional arguments:
command options
optional arguments:
-h, --helpshow this help message and exit

$ devault.py gv production

4.14

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

推荐PyPI第三方库


热门话题
java开始为Android开发应用程序   在哪种情况下,c++/c#namespace方法比Java方法更好?   java重构帮助。。。基于属性的对象还是大量成员字段?   java如何使用jackon json将嵌套对象作为字符串的对象转换为Pojo?   java是流式传输远程日志文件的有效方法   javajackson数据绑定:读入现有对象   java NullPointerException这是如何发生的?   java需要伪代码来进行文本压缩/解压缩   java JMS Websphere消息在发送时丢失   JUnit测试的Java SVNKit模拟单元测试   java Apache Crunch错误   java如何修复Android Studio/SQLite中的“空对象引用”错误?   java文件“navigation.json”在Android Studio项目中找不到   java如何在同一实体类上建立单向的一对一关系?   java调用web服务:javax。网ssl。SSLException:收到致命警报:协议\u版本   java与sql的连接   java Android:通过编程为透明背景图标(png)生成阴影,并在ImageButton中使用