Metadata-Version: 2.1
Name: Flask-Sitemap
Version: 0.4.0
Summary: Flask extension that helps with sitemap generation.
Home-page: http://github.com/inveniosoftware/flask-sitemap/
Author: Invenio collaboration
Author-email: info@inveniosoftware.org
License: BSD
Description: ===============
         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
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Flask
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
