Skip to content

maykinmedia/notifications-api-common

Repository files navigation

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

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

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

  • Define your own notifications channels
  • Easily emit notifications from your API endpoints (using DRF)
  • Manage subscriptions to receive notifications
  • Python 3.8 or above
  • setuptools 30.3.0 or above
  • Django 3.2 or newer
  • Celery 5.0 or newer setup with one worker deployed
pip install notifications-api-common

See the documentation.