Metadata-Version: 2.0
Name: captainwebhook
Version: 0.1.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
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

===============================
Captain Webhook
===============================

.. image:: https://badge.fury.io/py/captainwebhook.png
    :target: http://badge.fury.io/py/captainwebhook

.. image:: https://travis-ci.org/skorokithakis/captainwebhook.png?branch=master
        :target: https://travis-ci.org/skorokithakis/captainwebhook

.. image:: https://pypip.in/d/captainwebhook/badge.png
        :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.


