https://github.com/inveniosoftware/flask-sitemap
Flask-Sitemap is a Flask extension helping with sitemap generation.
https://github.com/inveniosoftware/flask-sitemap
Last synced: about 2 months ago
JSON representation
Flask-Sitemap is a Flask extension helping with sitemap generation.
- Host: GitHub
- URL: https://github.com/inveniosoftware/flask-sitemap
- Owner: inveniosoftware
- License: other
- Created: 2014-11-07T13:13:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T17:39:37.000Z (2 months ago)
- Last Synced: 2025-09-04T19:30:44.216Z (2 months ago)
- Language: Python
- Homepage: https://flask-sitemap.readthedocs.io
- Size: 74.2 KB
- Stars: 55
- Watchers: 89
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- jimsghstars - inveniosoftware/flask-sitemap - Flask-Sitemap is a Flask extension helping with sitemap generation. (Python)
README
===============
Flask-Sitemap
===============
.. image:: https://github.com/inveniosoftware/flask-sitemap/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/flask-sitemap/actions
.. image:: https://img.shields.io/coveralls/inveniosoftware/flask-sitemap.svg
:target: https://coveralls.io/r/inveniosoftware/flask-sitemap
.. image:: https://img.shields.io/github/tag/inveniosoftware/flask-sitemap.svg
:target: https://github.com/inveniosoftware/flask-sitemap/releases
.. image:: https://img.shields.io/pypi/dm/flask-sitemap.svg
:target: https://pypi.python.org/pypi/flask-sitemap
.. image:: https://img.shields.io/github/license/inveniosoftware/flask-sitemap.svg
:target: https://github.com/inveniosoftware/flask-sitemap/blob/master/LICENSE
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.io 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