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 |
---|
Flask-Notifications is a Flask extension that provides generic notification framework.
Flask-Notifications is on PyPI so all you need is:
pip install Flask-Notifications
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
Running the test suite is as simple as:
python setup.py test
or, to also show code coverage:
./run-tests.sh