Metadata-Version: 2.1
Name: bb-hooks-router
Version: 0.0.4
Summary: Routes bitbucket webhook API event payloads to easily consumable decorators.
Home-page: https://github.com/mukund-murali/bitbucket-webhooks-router
Author: Mukund Muralikrishnan
Author-email: mukund.muralikrishnan@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/mukund-murali/bitbucket-webhooks-router/issues
Project-URL: Source, https://github.com/mukund-murali/bitbucket-webhooks-router
Description: # bitbucket-webhooks-router
         
        [![Build Status](https://travis-ci.com/mukund-murali/bitbucket-webhooks-router.svg?branch=master)](https://travis-ci.com/mukund-murali/bitbucket-webhooks-router)
        
        Routes bitbucket webhook [event payloads](https://confluence.atlassian.com/bitbucket/event-payloads-740262817.html) to easily consumable decorators.
        
        Checkout the [example](https://github.com/mukund-murali/bitbucket-webhooks-router/tree/master/examples/sample_flask_app) flask app that handles bitbucket hooks using this library.
        
        ## Installation
        
        ```
        $ pip install bb-hooks-router
        ```
        
        ## Bitbucket events supported
        
        * repo:push
        * pullrequest:created
        * pullrequest:updated
        * pullrequest:approved
        * pullrequest:fulfilled
        * pullrequest:rejected
        
        
        ## Links
        
        [PyPI](https://pypi.org/project/bb-hooks-router/)
        
Keywords: bitbucket webhooks development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
