Metadata-Version: 2.1
Name: bpnotify
Version: 0.48
Summary: Notification routing for Django
Home-page: https://github.com/beproud/bpnotify/
Author: BeProud
Author-email: project@beproud.jp
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: Django (>=2.2)
Requires-Dist: django-jsonfield (>=1.0.1)
Requires-Dist: Celery (>=4.2)
Requires-Dist: six

.. image:: https://github.com/beproud/bpnotify/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/beproud/bpnotify/actions
   :alt: GitHub Actions

`bpnotify` is notification routing for Django. Application notify function with targets, notify_type, media, extra_data, then bpnotify send notify with backend (example: mail).

Requirements
============

* Python (3.6, 3.9)
* Celery (4.2, 5.1, 5.2)
* Django (2.2, 3.2)
* six
* django-jsonfield (1.0.1)

Links
=================

* `release checklist <https://github.com/beproud/bpnotify/blob/master/release_checklist.rst>`_



