Metadata-Version: 1.1
Name: webhookit
Version: 0.0.7
Summary: Bind git webhooks with actions. Simple git webhook cli tool for automation tasks.
Home-page: https://github.com/hustcc
Author: hustcc
Author-email: i@hust.cc
License: MIT
Description: 
        ## 一、安装
        
        > **pip install webhookit**
        
        然后在系统中会得到 `webhookit_config` 和 `webhookit` 的命令 cli 工具。
        
        
        ## 二、使用
        
        简单使用方法如下：
        
        > **webhookit_config > config.py**
        
        > **webhookit -c config.py -p 18340**
        
        或者使用 `webhookit --help` 查看帮助信息和具体详细的使用方法。
        
Keywords: webhookit,webhook,github,gitlab,gogs,git-webhook
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
