Metadata-Version: 1.1
Name: sloth-ci.ext.webhooks
Version: 1.0.1
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
Description: 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
        
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
