notifications-api-common


Namenotifications-api-common JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/maykinmedia/notifications-api-common
SummaryRe-usable integration layer for the Common Ground Notifications API specification.
upload_time2024-10-24 09:10:02
maintainerNone
docs_urlNone
authorMaykin Media
requires_pythonNone
licenseMIT
keywords notifications rest api common ground zgw
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            notifications-api-common
========================

:Version: 0.3.0
:Source: https://github.com/maykinmedia/notifications-api-common
:Keywords: notifications, REST, API, Common Ground, ZGW
:PythonVersion: 3.10

|build-status| |code-quality| |black| |coverage| |docs|

|python-versions| |django-versions| |pypi-version|

Re-usable integration layer for the Common Ground Notifications API specification.

.. contents::

.. section-numbering::

Features
========

* Define your own notifications channels
* Easily emit notifications from your API endpoints (using DRF)
* Manage subscriptions to receive notifications

Installation
============

Requirements
------------

* Python 3.10 or above
* setuptools 30.3.0 or above
* Django 4.2 or newer
* Celery 5.0 or newer setup with one worker deployed


Install
-------

.. code-block:: bash

    pip install notifications-api-common


Usage
=====

See the `documentation <https://notifications-api-common.readthedocs.io/>`_.


.. |build-status| image:: https://github.com/maykinmedia/notifications-api-common/workflows/Run%20CI/badge.svg
    :alt: Build status
    :target: https://github.com/maykinmedia/notifications-api-common/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/notifications-api-common/workflows/Code%20quality%20checks/badge.svg
     :alt: Code quality checks
     :target: https://github.com/maykinmedia/notifications-api-common/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/maykinmedia/notifications-api-common/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/maykinmedia/notifications-api-common
    :alt: Coverage status

.. |docs| image:: https://readthedocs.org/projects/notifications-api-common/badge/?version=latest
    :target: https://notifications-api-common.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/notifications-api-common.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/notifications-api-common.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/notifications-api-common.svg
    :target: https://pypi.org/project/notifications-api-common/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maykinmedia/notifications-api-common",
    "name": "notifications-api-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "notifications, REST, API, Common Ground, ZGW",
    "author": "Maykin Media",
    "author_email": "support@maykinmedia.nl",
    "download_url": "https://files.pythonhosted.org/packages/79/ec/2a46e9e0097942e71ed33532e35d324dbd868c45020ee4127395ddbd3f47/notifications_api_common-0.3.0.tar.gz",
    "platform": null,
    "description": "notifications-api-common\n========================\n\n:Version: 0.3.0\n:Source: https://github.com/maykinmedia/notifications-api-common\n:Keywords: notifications, REST, API, Common Ground, ZGW\n:PythonVersion: 3.10\n\n|build-status| |code-quality| |black| |coverage| |docs|\n\n|python-versions| |django-versions| |pypi-version|\n\nRe-usable integration layer for the Common Ground Notifications API specification.\n\n.. contents::\n\n.. section-numbering::\n\nFeatures\n========\n\n* Define your own notifications channels\n* Easily emit notifications from your API endpoints (using DRF)\n* Manage subscriptions to receive notifications\n\nInstallation\n============\n\nRequirements\n------------\n\n* Python 3.10 or above\n* setuptools 30.3.0 or above\n* Django 4.2 or newer\n* Celery 5.0 or newer setup with one worker deployed\n\n\nInstall\n-------\n\n.. code-block:: bash\n\n    pip install notifications-api-common\n\n\nUsage\n=====\n\nSee the `documentation <https://notifications-api-common.readthedocs.io/>`_.\n\n\n.. |build-status| image:: https://github.com/maykinmedia/notifications-api-common/workflows/Run%20CI/badge.svg\n    :alt: Build status\n    :target: https://github.com/maykinmedia/notifications-api-common/actions?query=workflow%3A%22Run+CI%22\n\n.. |code-quality| image:: https://github.com/maykinmedia/notifications-api-common/workflows/Code%20quality%20checks/badge.svg\n     :alt: Code quality checks\n     :target: https://github.com/maykinmedia/notifications-api-common/actions?query=workflow%3A%22Code+quality+checks%22\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. |coverage| image:: https://codecov.io/gh/maykinmedia/notifications-api-common/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/maykinmedia/notifications-api-common\n    :alt: Coverage status\n\n.. |docs| image:: https://readthedocs.org/projects/notifications-api-common/badge/?version=latest\n    :target: https://notifications-api-common.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/notifications-api-common.svg\n\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/notifications-api-common.svg\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/notifications-api-common.svg\n    :target: https://pypi.org/project/notifications-api-common/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Re-usable integration layer for the Common Ground Notifications API specification.",
    "version": "0.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/maykinmedia/notifications-api-common/issues",
        "Changelog": "https://github.com/maykinmedia/notifications-api-common/blob/main/CHANGELOG.rst",
        "Homepage": "https://github.com/maykinmedia/notifications-api-common",
        "Source Code": "https://github.com/maykinmedia/notifications-api-common"
    },
    "split_keywords": [
        "notifications",
        " rest",
        " api",
        " common ground",
        " zgw"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21a6c2bba805ca5098b95fd410a830ef3e844e26342b965347cb794dc4125a52",
                "md5": "37c23712f54fe9981f8928869fc97f8a",
                "sha256": "fb1617278fcd0740fe35a9e8839272b0a003394e1b5aa4adef080ef09d81be1c"
            },
            "downloads": -1,
            "filename": "notifications_api_common-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37c23712f54fe9981f8928869fc97f8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 34635,
            "upload_time": "2024-10-24T09:10:01",
            "upload_time_iso_8601": "2024-10-24T09:10:01.027724Z",
            "url": "https://files.pythonhosted.org/packages/21/a6/c2bba805ca5098b95fd410a830ef3e844e26342b965347cb794dc4125a52/notifications_api_common-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79ec2a46e9e0097942e71ed33532e35d324dbd868c45020ee4127395ddbd3f47",
                "md5": "0e9b1a385b000d7e0afe9fcb67bd8fa0",
                "sha256": "dac0de9ff9643706fff981fe67a2797fbd801c856c4a49ea6559e59cb7527090"
            },
            "downloads": -1,
            "filename": "notifications_api_common-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0e9b1a385b000d7e0afe9fcb67bd8fa0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24932,
            "upload_time": "2024-10-24T09:10:02",
            "upload_time_iso_8601": "2024-10-24T09:10:02.564506Z",
            "url": "https://files.pythonhosted.org/packages/79/ec/2a46e9e0097942e71ed33532e35d324dbd868c45020ee4127395ddbd3f47/notifications_api_common-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 09:10:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maykinmedia",
    "github_project": "notifications-api-common",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "notifications-api-common"
}
        
Elapsed time: 3.13900s