paginate moduel
+++++++++++++++++++++

.. contents ::

Author
======

* `Christoph Haas <email@christoph-haas.de>`_
* Homepage and demos: `paginate.workaround.org <http://paginate.workaround.org>`_

Summary
=======

* This module helps dividing large result sets into pages for easier browsing.
  The user gets displayed one page at a time and can navigate to other pages.
* Especially useful with the `Pylons <http://pylonshq.com>`_ web framework
* Documentation and live examples available at
  `paginate.workaround.org <http://paginate.workaround.org>`_
* It is intended to add this module as part of the
  `Webhelpers <http://pypi.python.org/pypi/WebHelpers>`_ module in the near future

Download and install with EasyInstall
=====================================

* Download http://peak.telecommunity.com/dist/ez_setup.py if you don't have it yet
* run: ``easy_install paginate``

Documentation
=============

The module contains extensive documentation and examples in the docs/ directory.

