Metadata-Version: 2.1
Name: Flask-FlatPages
Version: 0.7.2
Summary: Provides flat static pages to a Flask application
Home-page: https://github.com/Flask-FlatPages/Flask-FlatPages
Author: Simon Sapin, Igor Davydenko, Padraic Calpin
Author-email: simon.sapin@exyr.org
Maintainer: Padraic Calpin
Maintainer-email: itsme@padraic.xyz
License: BSD
Description: ===============
        Flask-FlatPages
        ===============
        
        .. image:: https://travis-ci.org/Flask-FlatPages/Flask-FlatPages.svg?branch=master
            :target: https://travis-ci.org/Flask-FlatPages/Flask-FlatPages
        
        .. image:: https://img.shields.io/pypi/v/Flask-FlatPages.svg
            :target: https://pypi.python.org/pypi/Flask-FlatPages
        
        Provides flat static pages to a Flask_ application, based on text files
        as opposed to a relational database.
        
        * Works on Python 2.7 and 3.4+
        * BSD licensed
        * Latest documentation `on Read the Docs`_
        * Source, issues and pull requests `on Github`_
        * Releases `on PyPI`_
        * Install with ``pip install Flask-FlatPages``
        
        .. _Flask: http://flask.pocoo.org/
        .. _on Read the Docs: http://flask-flatpages.readthedocs.org/
        .. _on Github: https://github.com/SimonSapin/Flask-FlatPages/
        .. _on PyPI: http://pypi.python.org/pypi/Flask-FlatPages
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
Provides-Extra: docs
Provides-Extra: codehilite
