Metadata-Version: 2.1
Name: bb-hooks-router
Version: 0.0.8
Summary: Routes bitbucket webhook API event payloads to easily consumable decorators with payload serialized to python objects.
Home-page: https://github.com/mukund-murali/bitbucket-webhooks
Author: Mukund Muralikrishnan
Author-email: mukund.muralikrishnan@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/mukund-murali/bitbucket-webhooks/issues
Project-URL: Source, https://github.com/mukund-murali/bitbucket-webhooks
Keywords: bitbucket webhooks development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: marshmallow-objects (>=2.2.2)
Requires-Dist: marshmallow (>=3.0.0)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'

Migrated to https://pypi.org/project/bitbucket-webhooks/


