Metadata-Version: 1.1
Name: threebot-hook
Version: 0.2.1
Summary: GitHub (& Bitbucket) webhooks for 3bot
Home-page: UNKNOWN
Author: arteria GmbH
Author-email: admin@arteria.ch
License: UNKNOWN
Description: # 3bot-hook
        
        [![Build Status](https://travis-ci.org/3bot/3bot-hook.svg?branch=master)](https://travis-ci.org/3bot/3bot-hook)
        [![Coverage Status](https://coveralls.io/repos/3bot/3bot-hook/badge.svg?branch=master&service=github)](https://coveralls.io/github/3bot/3bot-hook?branch=master)
        [![PyPI](https://img.shields.io/pypi/v/threebot-hook.svg)](https://pypi.python.org/pypi/threebot-hook)
        
        
        Webhook handler for 3bot workflow execution. Basically for Github and Bitbucket but works with other POST requests as well.
        
        
        ## Installation
        
        ### Stable version from PyPI
        
        	pip install threebot-hook
        
        ### Development version
        
        ```sh
        $ pip install -e git+https://github.com/3bot/3bot-hook.git#egg=theebot_hook
        ```
        
        ```python
        
        'threebot_hook',
        'rest_framework.authtoken',
        ```
        
        ```python
        url(r'^hooks/', include('threebot_hook.urls')),
        ```
        
        ## Credits
        
        This is an adopted and adapted version of S. Andrew Sheppard's [django-github-hook](https://github.com/sheppard/django-github-hook).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
