Metadata-Version: 1.1
Name: captainwebhook
Version: 0.2.0
Summary: Captain Webhook runs your scripts when it receives a webhook.
Home-page: https://github.com/skorokithakis/captainwebhook
Author: Stavros Korokithakis
Author-email: hi@stavros.io
License: BSD
Description: ===============================
        Captain Webhook
        ===============================
        
        .. image:: https://travis-ci.org/skorokithakis/captainwebhook.png?branch=master
                :target: https://travis-ci.org/skorokithakis/captainwebhook
        
        .. image:: https://img.shields.io/pypi/v/captainwebhook.svg
                :target: https://pypi.python.org/pypi/captainwebhook
        
        
        Captain Webhook runs your scripts when it receives a webhook.
        
        * Free software: BSD license
        * Documentation: https://captain-webhook.readthedocs.org.
        
        Features
        --------
        
        * Runs an HTTP server and executes a given command when a pre-selected URL is requested.
        * Nothing else.
        
        
        
        
        History
        -------
        
        0.1.0 (2015-02-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: captainwebhook
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
