openwisp-notifications


Nameopenwisp-notifications JSON
Version 1.1 PyPI version JSON
download
home_pagehttp://openwisp.org
SummaryNotifications module of OpenWISP
upload_time2024-11-20 19:54:43
maintainerNone
docs_urlNone
authorOpenWISP
requires_pythonNone
licenseGPL3
keywords django netjson notification openwisp monitoring
VCS
bugtrack_url
requirements django-notifications-hq channels openwisp-users openwisp-utils markdown
Travis-CI No Travis.
coveralls test coverage No coveralls.
            OpenWISP Notifications
======================

.. image:: https://github.com/openwisp/openwisp-notifications/workflows/OpenWISP%20CI%20Build/badge.svg?branch=master
    :target: https://github.com/openwisp/openwisp-notifications/actions?query=workflow%3A%22OpenWISP+CI+Build%22
    :alt: CI build status

.. image:: https://coveralls.io/repos/github/openwisp/openwisp-notifications/badge.svg?branch=master
    :target: https://coveralls.io/github/openwisp/openwisp-notifications?branch=master
    :alt: Test Coverage

.. image:: https://img.shields.io/librariesio/github/openwisp/openwisp-notifications
    :target: https://libraries.io/github/openwisp/openwisp-notifications#repository_dependencies
    :alt: Dependency monitoring

.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
    :target: https://gitter.im/openwisp/general
    :alt: chat

.. image:: https://badge.fury.io/py/openwisp-notifications.svg
    :target: http://badge.fury.io/py/openwisp-notifications
    :alt: Pypi Version

.. image:: https://pepy.tech/badge/openwisp-notifications
    :target: https://pepy.tech/project/openwisp-notifications
    :alt: downloads

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://pypi.org/project/black/
    :alt: code style: black

----

.. figure:: https://github.com/openwisp/openwisp-notifications/raw/docs/docs/images/notification-demo.gif
    :align: center

**OpenWISP Notifications** provides email and web notifications for
`OpenWISP <http://openwisp.org>`_.

Its main goal is to allow the other OpenWISP modules to notify users about
meaningful events that happen in their network.

For a complete overview of features, refer to the `Notifications: Features
<https://openwisp.io/docs/dev/notifications/user/intro.html>`_ section of
the OpenWISP documentation.

Documentation
-------------

- `Usage documentation <https://openwisp.io/docs/dev/notifications/>`_
- `Developer documentation
  <https://openwisp.io/docs/dev/notifications/developer/>`_

----

Contributing
------------

Please read the `OpenWISP contributing guidelines
<http://openwisp.io/docs/developer/contributing.html>`_.

License
-------

See `LICENSE
<https://github.com/openwisp/openwisp-notifications/blob/master/LICENSE>`_.

Support
-------

See `OpenWISP Support Channels <http://openwisp.org/support.html>`_.

Attributions
------------

Icons
~~~~~

`Icons
<https://github.com/openwisp/openwisp-notifications/tree/master/openwisp_notifications/static/openwisp-notifications/images/icons/>`_
used are taken from `Font Awesome <https://fontawesome.com/>`_ project.

LICENSE: https://fontawesome.com/license

Sound
~~~~~

`Notification sound
<https://github.com/openwisp/openwisp-notifications/tree/master/openwisp_notifications/static/openwisp-notifications/audio>`_
is taken from `Notification Sounds <https://notificationsounds.com/>`_.

LICENSE: `Creative Commons Attribution license
<https://creativecommons.org/licenses/by/4.0/legalcode>`_

            

Raw data

            {
    "_id": null,
    "home_page": "http://openwisp.org",
    "name": "openwisp-notifications",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django, netjson, notification, openwisp, monitoring",
    "author": "OpenWISP",
    "author_email": "support@openwisp.io",
    "download_url": "https://files.pythonhosted.org/packages/60/f9/e64996e195b3715383bff79f5b363d3792cd2bc0095b39d9ea421a9731c6/openwisp_notifications-1.1.tar.gz",
    "platform": "Platform Independent",
    "description": "OpenWISP Notifications\n======================\n\n.. image:: https://github.com/openwisp/openwisp-notifications/workflows/OpenWISP%20CI%20Build/badge.svg?branch=master\n    :target: https://github.com/openwisp/openwisp-notifications/actions?query=workflow%3A%22OpenWISP+CI+Build%22\n    :alt: CI build status\n\n.. image:: https://coveralls.io/repos/github/openwisp/openwisp-notifications/badge.svg?branch=master\n    :target: https://coveralls.io/github/openwisp/openwisp-notifications?branch=master\n    :alt: Test Coverage\n\n.. image:: https://img.shields.io/librariesio/github/openwisp/openwisp-notifications\n    :target: https://libraries.io/github/openwisp/openwisp-notifications#repository_dependencies\n    :alt: Dependency monitoring\n\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg\n    :target: https://gitter.im/openwisp/general\n    :alt: chat\n\n.. image:: https://badge.fury.io/py/openwisp-notifications.svg\n    :target: http://badge.fury.io/py/openwisp-notifications\n    :alt: Pypi Version\n\n.. image:: https://pepy.tech/badge/openwisp-notifications\n    :target: https://pepy.tech/project/openwisp-notifications\n    :alt: downloads\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://pypi.org/project/black/\n    :alt: code style: black\n\n----\n\n.. figure:: https://github.com/openwisp/openwisp-notifications/raw/docs/docs/images/notification-demo.gif\n    :align: center\n\n**OpenWISP Notifications** provides email and web notifications for\n`OpenWISP <http://openwisp.org>`_.\n\nIts main goal is to allow the other OpenWISP modules to notify users about\nmeaningful events that happen in their network.\n\nFor a complete overview of features, refer to the `Notifications: Features\n<https://openwisp.io/docs/dev/notifications/user/intro.html>`_ section of\nthe OpenWISP documentation.\n\nDocumentation\n-------------\n\n- `Usage documentation <https://openwisp.io/docs/dev/notifications/>`_\n- `Developer documentation\n  <https://openwisp.io/docs/dev/notifications/developer/>`_\n\n----\n\nContributing\n------------\n\nPlease read the `OpenWISP contributing guidelines\n<http://openwisp.io/docs/developer/contributing.html>`_.\n\nLicense\n-------\n\nSee `LICENSE\n<https://github.com/openwisp/openwisp-notifications/blob/master/LICENSE>`_.\n\nSupport\n-------\n\nSee `OpenWISP Support Channels <http://openwisp.org/support.html>`_.\n\nAttributions\n------------\n\nIcons\n~~~~~\n\n`Icons\n<https://github.com/openwisp/openwisp-notifications/tree/master/openwisp_notifications/static/openwisp-notifications/images/icons/>`_\nused are taken from `Font Awesome <https://fontawesome.com/>`_ project.\n\nLICENSE: https://fontawesome.com/license\n\nSound\n~~~~~\n\n`Notification sound\n<https://github.com/openwisp/openwisp-notifications/tree/master/openwisp_notifications/static/openwisp-notifications/audio>`_\nis taken from `Notification Sounds <https://notificationsounds.com/>`_.\n\nLICENSE: `Creative Commons Attribution license\n<https://creativecommons.org/licenses/by/4.0/legalcode>`_\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "Notifications module of OpenWISP",
    "version": "1.1",
    "project_urls": {
        "Download": "https://github.com/openwisp/openwisp-notifications/releases",
        "Homepage": "http://openwisp.org"
    },
    "split_keywords": [
        "django",
        " netjson",
        " notification",
        " openwisp",
        " monitoring"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "710d8aa8a3b7d663ac6672edf9e2eb0f13334267d29fe4e00332e296666ee2eb",
                "md5": "b01f91507cfcbbb2c9cc25cdbf421657",
                "sha256": "a7e9b7e9d055c928bc62fe30d0d0064fd1d997c630bd68db85f565ae8bcc9095"
            },
            "downloads": -1,
            "filename": "openwisp_notifications-1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b01f91507cfcbbb2c9cc25cdbf421657",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 149579,
            "upload_time": "2024-11-20T19:54:41",
            "upload_time_iso_8601": "2024-11-20T19:54:41.121127Z",
            "url": "https://files.pythonhosted.org/packages/71/0d/8aa8a3b7d663ac6672edf9e2eb0f13334267d29fe4e00332e296666ee2eb/openwisp_notifications-1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60f9e64996e195b3715383bff79f5b363d3792cd2bc0095b39d9ea421a9731c6",
                "md5": "e0e0262a2644249a8b4107071ffa251f",
                "sha256": "f7bb2f041c233de6fa5bec15ef941f61c836db497d01667c2bb76731cf54c1c3"
            },
            "downloads": -1,
            "filename": "openwisp_notifications-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e0e0262a2644249a8b4107071ffa251f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 132492,
            "upload_time": "2024-11-20T19:54:43",
            "upload_time_iso_8601": "2024-11-20T19:54:43.228353Z",
            "url": "https://files.pythonhosted.org/packages/60/f9/e64996e195b3715383bff79f5b363d3792cd2bc0095b39d9ea421a9731c6/openwisp_notifications-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 19:54:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openwisp",
    "github_project": "openwisp-notifications",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "django-notifications-hq",
            "specs": [
                [
                    "~=",
                    "1.8.3"
                ]
            ]
        },
        {
            "name": "channels",
            "specs": [
                [
                    "~=",
                    "3.0.2"
                ]
            ]
        },
        {
            "name": "openwisp-users",
            "specs": [
                [
                    "~=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "openwisp-utils",
            "specs": [
                [
                    "~=",
                    "1.1.1"
                ]
            ]
        },
        {
            "name": "markdown",
            "specs": [
                [
                    "~=",
                    "3.7.0"
                ]
            ]
        }
    ],
    "lcname": "openwisp-notifications"
}
        
Elapsed time: 0.42052s