Metadata-Version: 2.4
Name: django-push-dispatcher
Version: 0.1.1
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django<5.0,>=3.0
Requires-Dist: firebase-admin>=5.0.0
Requires-Dist: requests>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: tox; extra == "dev"
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python

# django-push-dispatcher

A simple way to send Firebase Cloud Messaging (FCM) push notifications via topics or direct tokens from Django.

## Installation

```bash
pip install django-push-dispatcher
