Skip to content

inveniosoftware-contrib/flask-notifications

Repository files navigation

Flask-Notifications

target:https://travis-ci.org/inveniosoftware/flask-notifications

target:https://coveralls.io/r/inveniosoftware/flask-notifications

target:https://github.com/inveniosoftware/flask-notifications/releases

target:https://pypi.python.org/pypi/flask-notifications

target:https://github.com/inveniosoftware/flask-notifications/blob/master/LICENSE

About

Flask-Notifications is a Flask extension that provides generic notification framework.

Installation

Flask-Notifications is on PyPI so all you need is:

pip install Flask-Notifications

Documentation

Documentation is readable at http://flask-notifications.readthedocs.io or can be build using Sphinx:

git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test

or, to also show code coverage:

./run-tests.sh