invenio-webhooks


Nameinvenio-webhooks JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-webhooks
Summary"Invenio webhooks module to create REST APIs."
upload_time2023-07-12 08:37:05
maintainer
docs_urlhttps://pythonhosted.org/invenio-webhooks/
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio webhooks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    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/

..
    This file is part of Invenio.
    Copyright (C) 2015, 2016 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.

Changes
=======

Version 1.0.1 (release 2023-07-12)

- add event error handling

Version 1.0.0 (release 2023-07-03)

- v1.0.0 release

Version 1.0.0a4 (release 2016-10-03)

- Port to new structure for Invenio 3.

Version 0.1.0 (release 2015-08-05)

- Initial public release.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-webhooks",
    "name": "invenio-webhooks",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/invenio-webhooks/",
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "invenio webhooks",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/b2/3f/f750dd349ac1d838f897f8863856a3550e2a8c8ac43398175e451a24fe71/invenio-webhooks-1.0.1.tar.gz",
    "platform": "any",
    "description": "..\n    This file is part of Invenio.\n    Copyright (C) 2015 CERN.\n\n    Invenio is free software; you can redistribute it\n    and/or modify it under the terms of the GNU General Public License as\n    published by the Free Software Foundation; either version 2 of the\n    License, or (at your option) any later version.\n\n    Invenio is distributed in the hope that it will be\n    useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with Invenio; if not, write to the\n    Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,\n    MA 02111-1307, USA.\n\n    In applying this license, CERN does not\n    waive the privileges and immunities granted to it by virtue of its status\n    as an Intergovernmental Organization or submit itself to any jurisdiction.\n\n==================\n Invenio-Webhooks\n==================\n\n.. image:: https://github.com/inveniosoftware/invenio-webhooks/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-webhooks/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-webhooks.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-webhooks\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-webhooks.svg\n        :target: https://github.com/inveniosoftware/invenio-webhooks/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-webhooks.svg\n        :target: https://pypi.python.org/pypi/invenio-webhooks\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-webhooks.svg\n        :target: https://github.com/inveniosoftware/invenio-webhooks/blob/master/LICENSE\n\n\nInvenio module for processing webhook events.\n\n*This is an experimental developer preview release.*\n\n* Free software: MIT license\n* Documentation: https://invenio-webhooks.readthedocs.io/\n\n..\n    This file is part of Invenio.\n    Copyright (C) 2015, 2016 CERN.\n\n    Invenio is free software; you can redistribute it\n    and/or modify it under the terms of the GNU General Public License as\n    published by the Free Software Foundation; either version 2 of the\n    License, or (at your option) any later version.\n\n    Invenio is distributed in the hope that it will be\n    useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with Invenio; if not, write to the\n    Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,\n    MA 02111-1307, USA.\n\n    In applying this license, CERN does not\n    waive the privileges and immunities granted to it by virtue of its status\n    as an Intergovernmental Organization or submit itself to any jurisdiction.\n\nChanges\n=======\n\nVersion 1.0.1 (release 2023-07-12)\n\n- add event error handling\n\nVersion 1.0.0 (release 2023-07-03)\n\n- v1.0.0 release\n\nVersion 1.0.0a4 (release 2016-10-03)\n\n- Port to new structure for Invenio 3.\n\nVersion 0.1.0 (release 2015-08-05)\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Invenio webhooks module to create REST APIs.\"",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-webhooks"
    },
    "split_keywords": [
        "invenio",
        "webhooks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02863cae78e953efb2e4dda60ac2500cbea74f282d0ec64610096f765ee0440e",
                "md5": "47b1f5377dac1ee2dd289062b9a5847f",
                "sha256": "2476b3e4c8cdf0acc8d3e81d5684d1a7b70192a0d752f05f64124a04f52b4e50"
            },
            "downloads": -1,
            "filename": "invenio_webhooks-1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47b1f5377dac1ee2dd289062b9a5847f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 35229,
            "upload_time": "2023-07-12T08:37:04",
            "upload_time_iso_8601": "2023-07-12T08:37:04.030293Z",
            "url": "https://files.pythonhosted.org/packages/02/86/3cae78e953efb2e4dda60ac2500cbea74f282d0ec64610096f765ee0440e/invenio_webhooks-1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b23ff750dd349ac1d838f897f8863856a3550e2a8c8ac43398175e451a24fe71",
                "md5": "78df0073edb2a5126652edfbcd2ebb43",
                "sha256": "fc6bd2039dbc4e31631cf6e63708c1c1ab81110adc4f1c035cdfa1df9eac6b8c"
            },
            "downloads": -1,
            "filename": "invenio-webhooks-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78df0073edb2a5126652edfbcd2ebb43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 35296,
            "upload_time": "2023-07-12T08:37:05",
            "upload_time_iso_8601": "2023-07-12T08:37:05.459053Z",
            "url": "https://files.pythonhosted.org/packages/b2/3f/f750dd349ac1d838f897f8863856a3550e2a8c8ac43398175e451a24fe71/invenio-webhooks-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 08:37:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-webhooks",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-webhooks"
}
        
Elapsed time: 0.08503s