Metadata-Version: 2.1
Name: pull-webhook
Version: 0.1.8
Summary: Pull latest changes from a git remote
Home-page: https://github.com/jacknova/pull-webhook
Author: Dario Iacampo
Author-email: dario@jntstudio.net
License: MIT license
Keywords: pull_webhook
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)

============
Pull Webhook
============


.. image:: https://img.shields.io/pypi/v/pull-webhook.svg
        :target: https://pypi.python.org/pypi/pull-webhook

.. image:: https://travis-ci.org/JackNova/pull-webhook.svg?branch=master
        :target: https://travis-ci.org/JackNova/pull-webhook

.. image:: https://readthedocs.org/projects/pull-webhook/badge/?version=latest
        :target: https://pull-webhook.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Pull latest changes from a git remote


* Free software: MIT license
* Documentation: https://pull-webhook.readthedocs.io.


Features
--------

Runs a simple HTTPServer that waits for a POST request and triggers a git pull.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-07-17)
------------------

* First release on PyPI.


