Metadata-Version: 1.1
Name: threebot-hook
Version: 0.1.12
Summary: GitHub (& Bitbucket) webhooks for 3bot
Home-page: UNKNOWN
Author: arteria GmbH
Author-email: admin@arteria.ch
License: UNKNOWN
Description: # 3bot-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
         
        	pip install -e git+https://github.com/3bot/3bot-hook.git#egg=theebot_hook
        
        ###	
        
            'threebot_hook',
            'rest_framework.authtoken',
        ###
        	
            url(r'^hooks/', include('threebot_hook.urls')),
        	
        
        
        ## Credits
        
        This is a 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
