Metadata-Version: 1.1
Name: github-hooker
Version: 0.2
Summary: Simple github webhooks handler
Home-page: https://github.com/threatify/github-hooker
Author: Kashif Iftikhar
Author-email: kashif@compulife.com.pk
License: UNKNOWN
Description: github-hooker
        =============
        
        Easily handle github hooks. This package allows easily handling github webhooks by running a simple bottle
        webserver to handle requests coming from github. All it requires is a module containing functions with
        predefined names to handle the github event transmitted via webhook.
        
        The webhook at Github should be configured to send event data as JSON and not as url form encoded.
        
        Example:
        
        .. code:: bash
        
            github_hooker -c config.json -m github_actions.py
        
        
        
Keywords: github webhooks python handler
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
