Metadata-Version: 2.3
Name: webstack-django-endless-pagination
Version: 3.0.2
Summary: Django Endless Pagination can be used to provide Twitter-style or Digg-style pagination
Project-URL: repository, http://github.com/webstack/django-endless-pagination.git
Author-email: Francesco Banconi <francesco.banconi@gmail.com>
Maintainer-email: Stéphane Raimbault <stephane.raimbault@webstack.fr>
License-Expression: MIT
Keywords: django,pagination
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: django<6.0,>=3.0
Description-Content-Type: text/markdown

# Django Endless Pagination

Django Endless Pagination can be used to provide Twitter-style or
Digg-style pagination, with optional Ajax support and other features
like multiple or lazy pagination.

The initial idea, which has guided the development of this application,
is to allow pagination of web contents in [very few steps](<http://django-endless-pagination.readthedocs.org/en/latest/start.html>).

**Documentation** is [available
online](http://django-endless-pagination.readthedocs.org/), or in the docs
directory of the project.

To file **bugs and requests**, please use
<https://github.com/frankban/django-endless-pagination/issues>.

The **source code** of this package is hosted at
<https://github.com/frankban/django-endless-pagination>.
