/flask-sitemap

Flask-Sitemap is a Flask extension helping with sitemap generation.

Primary LanguagePythonOtherNOASSERTION

Flask-Sitemap

https://travis-ci.org/inveniosoftware/flask-sitemap.png?branch=master https://coveralls.io/repos/inveniosoftware/flask-sitemap/badge.png?branch=master https://pypip.in/v/Flask-Sitemap/badge.png https://readthedocs.org/projects/flask-sitemap/badge/?version=latest

About

Flask-Sitemap is a Flask extension helping with sitemap generation.

Installation

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

pip install Flask-Sitemap

Documentation

Documentation is readable at http://flask-sitemap.readthedocs.org or can be built 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