Metadata-Version: 2.4
Name: bpnotify
Version: 0.51
Summary: Notification routing for Django
Author-email: "BeProud Inc." <project@beproud.jp>
Project-URL: Homepage, https://github.com/beproud/bpnotify/
Keywords: django
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Requires-Dist: Django>=4.2
Requires-Dist: six
Requires-Dist: Celery

.. 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.9, 3.10, 3.11, 3.12)
* Celery (5.3)
* Django (4.2)
* six

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

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

