Metadata-Version: 1.1
Name: devpi-slack
Version: 0.1.0
Summary: Devpi plugin for sending Slack channel notifications
Home-page: http://github.com/innoteq/devpi-slack
Author: Max Arnold
Author-email: arnold.maxim@gmail.com
License: BSD
Description: devpi-slack: Slack notification plugin for devpi-server
        =======================================================
        
        Installation
        ------------
        
        ``devpi-slack`` needs to be installed alongside ``devpi-server``.
        
        You can install it with::
        
            pip install devpi-slack
        
        For ``devpi-server`` there is no configuration needed, as it will automatically discover the plugin through calling hooks using the setuptools entry points mechanism.
        
        Details about configuration below.
        
        Configuration
        -------------
        
        devpi-slack can trigger Slack notifications upon package upload.
        
            devpi index /testuser/dev slack_hook=https://hooks.slack.com/services/XXX/YYY/ZZZ
        
Keywords: devpi slack notification
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
