Metadata-Version: 2.1
Name: bpnotify
Version: 0.47
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: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Django (>=1.11)
Requires-Dist: django-jsonfield (>=1.0.1)
Requires-Dist: six

[![Build Status](https://travis-ci.org/beproud/bpnotify.svg?branch=master)](https://travis-ci.org/beproud/bpnotify)

`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 (2.7, 3.6)
* Celery (4.1)
* Django (1.8, 1.11)
* django-jsonfield (1.0.1)



