Metadata-Version: 2.1
Name: django-github-webhooks
Version: 0.1.1
Summary: Django GitHub webhooks
Home-page: https://github.com/OpenWiden/django-github-webhooks
Author: Alexandr Stefanitsky-Mozdor
Author-email: stefanitsky.mozdor@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 3.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

.. image:: https://github.com/OpenWiden/django-github-webhooks/workflows/Python%20package/badge.svg?branch=master
    :target: https://github.com/OpenWiden/django-github-webhooks/workflows/Python%20package/badge.svg?branch=master
    :alt: Build status

.. image:: https://codecov.io/gh/OpenWiden/django-github-webhooks/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/OpenWiden/django-github-webhooks
    :alt: Code coverage

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

.. image:: https://pyup.io/repos/github/OpenWiden/django-github-webhooks/shield.svg
     :target: https://pyup.io/repos/github/OpenWiden/django-github-webhooks/
     :alt: Updates

===============
GitHub webhooks
===============

GitHub webhooks for Django.

* Documentation: https://django-github-webhooks.readthedocs.io/en/latest/


=======
HISTORY
=======

0.1.0 (2020/06/14)
------------------
* Initial project setup


