Metadata-Version: 1.0
Name: webhaak
Version: 0.1.0
Summary:  Simple webhook service to update and deploy sites and do other maintenance
Home-page: https://github.com/aquatix/webhaak
Author: Michiel Scholten
Author-email: michiel@diginaut.net
License: Apache
Description: webhaak
        =======
        
        |PyPI version| |PyPI downloads| |PyPI license| |Code health|
        
        `webhaak`_ is a simple `webhook`_ service to update and deploy sites and do
        other maintenance without having to ssh to a node.
        
        
        Installation
        ------------
        
        From PyPI
        ~~~~~~~~~
        
        Assuming you already are inside a virtualenv:
        
        .. code-block:: bash
        
            pip install webhaak
        
        From Git
        ~~~~~~~~
        
        Create a new virtualenv (if you are not already in one) and install the
        necessary packages:
        
        .. code-block:: bash
        
            git clone https://github.com/aquatix/webhaak.git
            cd webhaak
            mkvirtualenv webhaak # or whatever project you are working on
            pip install -r requirements.txt
        
        
        Usage
        -----
        
        
        
        What's new?
        -----------
        
        See the `Changelog`_.
        
        
        .. _webhaak: https://github.com/aquatix/webhaak
        .. _webhook: https://en.wikipedia.org/wiki/Webhook
        .. |PyPI version| image:: https://img.shields.io/pypi/v/webhaak.svg
           :target: https://pypi.python.org/pypi/webhaak/
        .. |PyPI downloads| image:: https://img.shields.io/pypi/dm/webhaak.svg
           :target: https://pypi.python.org/pypi/webhaak/
        .. |PyPI license| image:: https://img.shields.io/github/license/aquatix/webhaak.svg
           :target: https://pypi.python.org/pypi/webhaak/
        .. |Code health| image:: https://landscape.io/github/aquatix/webhaak/master/landscape.svg?style=flat
           :target: https://landscape.io/github/aquatix/webhaak/master
           :alt: Code Health
        .. _Changelog: https://github.com/aquatix/webhaak/blob/master/CHANGELOG.md
        
Platform: UNKNOWN
