机会网络实用程序

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第三方库


热门话题
xml Java:如何忽略标记前缀   java Android Sqlite3列由命令行创建,但不是从我的Android代码创建的   java Picasso视图无法在DataAdapter内转换为上下文   java如何在jar文件中修改Android类而无需解包?   如何编辑已编译的Java字节码?   java如何在Android的ExpandableListView中保存子视图onGroupCollaped()中的数据   java Spring启动程序缓存速度缺失?   java相对于返回,Finally块何时运行   为继承层次结构建模。。。JAVA   java将值从内部递归方法传递到外部方法   根据作为参数传递的标志执行各种操作的java设计模式   java如何使用循环显示最大和最小的数字?   简化java if语句   java录制flv断开红色5   java如何在Android中添加图像以列出视图项?   java我如何获得Android中从广播组检查的最后一个单选按钮?   通过ResultSet反向检索数据时发生java NullPointerException   java可以处理Android。打包文件?   java如何构建JNI。动态链接库?   javascript当前请求不是多部分请求