Metadata-Version: 2.4
Name: invenio-webhooks
Version: 4.0.1
Summary: Invenio webhooks module to create REST APIs.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-webhooks
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,webhooks
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: invenio-oauth2server<7.0.0,>=6.0.0
Requires-Dist: invenio-oauthclient<10.0.0,>=9.0.0
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-celery<3.0.0,>=1.2.4; extra == 'tests'
Requires-Dist: invenio-cli>=1.0.5; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.2.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    This file is part of Invenio.
    Copyright (C) 2015 CERN.

    Invenio is free software; you can redistribute it
    and/or modify it under the terms of the GNU General Public License as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.

    Invenio is distributed in the hope that it will be
    useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Invenio; if not, write to the
    Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
    MA 02111-1307, USA.

    In applying this license, CERN does not
    waive the privileges and immunities granted to it by virtue of its status
    as an Intergovernmental Organization or submit itself to any jurisdiction.

==================
 Invenio-Webhooks
==================

.. image:: https://github.com/inveniosoftware/invenio-webhooks/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-webhooks/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-webhooks.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-webhooks

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-webhooks.svg
        :target: https://github.com/inveniosoftware/invenio-webhooks/releases

.. image:: https://img.shields.io/pypi/dm/invenio-webhooks.svg
        :target: https://pypi.python.org/pypi/invenio-webhooks

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-webhooks.svg
        :target: https://github.com/inveniosoftware/invenio-webhooks/blob/master/LICENSE


Invenio module for processing webhook events.

*This is an experimental developer preview release.*

* Free software: MIT license
* Documentation: https://invenio-webhooks.readthedocs.io/
