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
Description: .. 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>`_
        
        
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
