Metadata-Version: 1.1
Name: webhookit
Version: 0.0.9
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: 
        ## 1. Install
        
        > **pip install webhookit**
        
        Then get cli command `webhookit_config` and `webhookit`.
        
        
        ## 2. Usage
        
        Simple, like below:
        
        > **webhookit_config > config.py**
        
        > **webhookit -c config.py -p 18340**
        
        Or you can `webhookit --help` to get the help content.
        
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
