• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Flask_FlatPages.egg-info/H03-May-2022-4942

docs/H09-Feb-2015-1,8451,271

flask_flatpages/H09-Feb-2015-508370

LICENSEH A D02-Feb-20141.5 KiB3225

MANIFEST.inH A D02-Jan-2014235 98

PKG-INFOH A D09-Feb-20152 KiB4942

README.rstH A D09-Feb-2015850 2519

setup.cfgH A D09-Feb-2015199 1611

setup.pyH A D09-Feb-20151.6 KiB5649

README.rst

1===============
2Flask-FlatPages
3===============
4
5.. image:: https://secure.travis-ci.org/SimonSapin/Flask-FlatPages.png?branch=master
6    :target: https://travis-ci.org/SimonSapin/Flask-FlatPages
7
8.. image:: https://pypip.in/v/Flask-FlatPages/badge.png
9    :target: https://pypi.python.org/pypi/Flask-FlatPages
10
11Provides flat static pages to a Flask_ application, based on text files
12as opposed to a relational database.
13
14* Works on Python 2.6, 2.7 and 3.3+
15* BSD licensed
16* Latest documentation `on Read the Docs`_
17* Source, issues and pull requests `on Github`_
18* Releases `on PyPI`_
19* Install with ``pip install Flask-FlatPages``
20
21.. _Flask: http://flask.pocoo.org/
22.. _on Read the Docs: http://flask-flatpages.readthedocs.org/
23.. _on Github: https://github.com/SimonSapin/Flask-FlatPages/
24.. _on PyPI: http://pypi.python.org/pypi/Flask-FlatPages
25