https://github.com/druids/django-pynotify
General purpose notification library for Django
https://github.com/druids/django-pynotify
Last synced: 12 months ago
JSON representation
General purpose notification library for Django
- Host: GitHub
- URL: https://github.com/druids/django-pynotify
- Owner: druids
- License: mit
- Created: 2019-03-20T21:21:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T09:29:32.000Z (about 2 years ago)
- Last Synced: 2024-11-08T07:12:54.285Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
Django PyNotify
===============
.. image:: https://img.shields.io/pypi/v/django-pynotify.svg
:target: https://pypi.python.org/pypi/django-pynotify
.. image:: https://img.shields.io/travis/druids/django-pynotify.svg
:target: https://travis-ci.org/druids/django-pynotify
.. image:: https://readthedocs.org/projects/django-pynotify/badge/?version=latest
:target: https://django-pynotify.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://coveralls.io/repos/github/druids/django-pynotify/badge.svg?branch=master
:target: https://coveralls.io/github/druids/django-pynotify?branch=master
:alt: Code coverage
General purpose notification library for Django.
* Free software: MIT license
* Documentation: https://django-pynotify.readthedocs.io.
* Supported Python versions: 3.7, 3.8, 3.9, 3.10, 3.11
* Supported Django versions: 3.1, 3.2
.. Always make sure that versions are in sync with CI file
Features
--------
* Easy integration into project
* Notification templating and translation
* Asynchronous operation
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage