An open API service indexing awesome lists of open source software.

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

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