Skip to main content

Add pypagedlist support for Flask

Project description

Flask-PagedList bundles features from pypagedlist into a blueprint named ‘PagedList’.

Installation

Flask-PagedList can be installed using pip from PyPI. virtualenv is highly recommended:

pip install -U flask-pagedlist

For development, instead, clone the github repository, and use:

python setup.py develop  # Or, pip install -e .

Example Project

Screenshots

Traditional

https://raw.github.com/timonwong/flask-pagedlist/gh-pages/screenshots/demo1.png

AJAX

https://raw.github.com/timonwong/flask-pagedlist/gh-pages/screenshots/demo2.png

Run

Here is a simple description about how to run the demo project:

# 1. Clone this git repo in order to get the example
git clone https://github.com/timonwong/flask-pagedlist.git
cd flask-pagedlist

# 2. Install flask-pagedlist
pip install -U flask-pagedlist

# 3. Install dependencies for the example
pip install -U -r example-requirements.txt

# 4. Start the example project
python run_example.py

Usage

Basic usage

Here is an example:

from flask_pagedlist import PagedList

PagedList(app)

Static resources

pagedlist_static_for is recommended for requiring static resources for Flask-PagedList in templates:

def pagedlist_static_for(filename, use_minified=None):
    """Resource finding function, also available in templates.

    :param filename: File to find a URL for.
    :param use_minified': If set to ``True``/``False``, use/don't use
                          minified. If ``None``, use the default setting
                          from ``PAGEDLIST_USE_MINIFIED``.
    :return: A URL.
    """

Configuration

PAGEDLIST_USE_MINIFIED

PAGEDLIST_PREFIX

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-PagedList-0.2.1.zip (436.8 kB view hashes)

Uploaded Source

Built Distribution

Flask_PagedList-0.2.1-py2.py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page