Metadata-Version: 1.1
Name: django-el-pagination
Version: 3.2.2
Summary: Django pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
Home-page: http://github.com/shtalinberg/django-el-pagination
Author: Oleksandr Shtalinberg
Author-email: O.Shtalinberg@gmail.com
License: UNKNOWN
Description: 
        =============================
        Django EL(Endless) Pagination
        =============================
        .. image:: https://travis-ci.org/shtalinberg/django-el-pagination.svg?branch=develop
            :target: https://travis-ci.org/shtalinberg/django-el-pagination
        
        .. image:: https://img.shields.io/pypi/v/django-el-pagination.svg
            :target:  https://pypi.python.org/pypi/django-el-pagination/
        
        .. image:: https://img.shields.io/pypi/pyversions/django-el-pagination.svg
        
        .. image:: https://img.shields.io/badge/django-1.8%20or%20newer-green.svg
        
        Django EL(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.
        
        This app **django-el-pagination** forked from django-endless-pagination==2.0 (https://github.com/frankban/django-endless-pagination)
        From version 3.0.0 drop support Django<1.8. For support Django<1.8 use django-endless-pagination==2.x.x
        
        The initial idea, which has guided the development of this application,
        is to allow pagination of web contents in `very few steps
        <http://django-el-pagination.readthedocs.org/en/latest/start.html>`_.
        
        **Documentation** is `available online
        <http://django-el-pagination.readthedocs.org/>`_, or in the doc
        directory of the project.
        
        To file **bugs and requests**, please use
        https://github.com/shtalinberg/django-el-pagination/issues.
        
        The **source code** for this app is hosted at
        https://github.com/shtalinberg/django-el-pagination.
        
        Pull requests are welcome. See `Contributing Guide
        <http://django-el-pagination.readthedocs.io/en/latest/contributing.html>`_.
        
        
Keywords: django endless pagination ajax
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
