restpager

A RESTful pager class for Flask


License
MIT
Install
pip install restpager==0.1

Documentation

apikit

This package contains a simple, re-usable set of functions for building RESTful web APIs in Flask.

At the core, there's a Pager class, which does the necessary calculations to split Python lists, SQLAlchemy queries etc. into pages while providing a lot of auxiliary data for displaying pagers.