File: README.rst

package info (click to toggle)
flask-flatpages 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 300 kB
  • sloc: python: 1,054; makefile: 150
file content (24 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
===============
Flask-FlatPages
===============

.. image:: https://github.com/flask-FlatPages/flask-FlatPages/actions/workflows/test.yml/badge.svg?branch=master
    :target: https://github.com/flask-FlatPages/flask-FlatPages/actions/workflows/test.yml/

.. 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.6+
* 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