Metadata-Version: 2.0
Name: pypagedlist
Version: 0.2.3
Summary: Easy paging through SQLAlchemy query object
Home-page: https://github.com/timonwong/pypagedlist
Author: Timon Wong
Author-email: timon86.wang@gmail.com
License: Public Domain
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: Public Domain
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: six (>=1.6.0)
Requires-Dist: genshi (>=0.7)

pypagedlist
===========

.. image:: https://travis-ci.org/timonwong/pypagedlist.png
    :target: https://travis-ci.org/timonwong/pypagedlist


For examples, and flask integration, please refer to `Flask-PagedList <https://github.com/timonwong/flask-pagedlist>`_



