Metadata-Version: 2.0
Name: sloth-ci.ext.webhooks
Version: 1.0.0
Summary: Webhooks for Sloth CI apps
Home-page: https://bitbucket.org/moigagoo/sloth-ci-extensions
Author: Konstantin Molchanov
Author-email: moigagoo@live.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Dist: sloth-ci (>=1.2.3)

Sloth CI extension that sends POST requests on build events in Sloth CI apps.

Extension params::

    # Use the module sloth-ci.ext.webhooks.
    module: webhooks

    # Log level (number or valid Python logging level name).
    # ERROR includes only build fails, WARNING adds partial completions,
    # INFO adds completion, and DEBUG adds trigger notifications.
    # Default is WARNING.
    level: INFO

    # URL to send the requests to.
    url: http://example.com


