django-el-pagination


Namedjango-el-pagination JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttp://github.com/shtalinberg/django-el-pagination
SummaryDjango pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
upload_time2023-04-02 01:01:03
maintainer
docs_urlNone
authorOleksandr Shtalinberg
requires_python
license
keywords django endless pagination ajax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            =============================
Django EL(Endless) Pagination
=============================

|  |pypi-pkg-version| |python-versions| |django-versions|  |pypi-status| |docs|
|  |build-ci-status| |codecov|

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

From version 3.3.0 drop support Django<1.11. For support Django<1.11 use django-endless-pagination<3.3.x

From version 4.0.0 drop support Django<3.2. For support Django<3.2 use django-endless-pagination<4.0.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>`_.


.. |build-ci-status| image:: https://github.com/jazzband/shtalinberg/django-el-pagination/Test/badge.svg
   :target: https://github.com/shtalinberg/django-el-pagination/actions
.. |docs| image:: https://readthedocs.org/projects/django-el-pagination/badge/?version=latest&style=flat
    :target: https://django-el-pagination.readthedocs.io/
.. |pypi-pkg-version| image:: https://img.shields.io/pypi/v/django-el-pagination.svg
   :target:  https://pypi.python.org/pypi/django-el-pagination/
.. |pypi-status| image:: https://img.shields.io/pypi/status/coverage.svg
    :target: https://pypi.python.org/pypi/django-el-pagination/
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/django-el-pagination.svg
.. |django-versions| image:: https://img.shields.io/pypi/djversions/django-el-pagination.svg
.. |codecov| image:: https://codecov.io/gh/shtalinberg/django-el-pagination/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/shtalinberg/django-el-pagination

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/shtalinberg/django-el-pagination",
    "name": "django-el-pagination",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django endless pagination ajax",
    "author": "Oleksandr Shtalinberg",
    "author_email": "O.Shtalinberg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/8c/1af2643123c99296721cf549afe7a49776ecfcff866a0007014f92fc8761/django-el-pagination-4.0.0.tar.gz",
    "platform": null,
    "description": "=============================\nDjango EL(Endless) Pagination\n=============================\n\n|  |pypi-pkg-version| |python-versions| |django-versions|  |pypi-status| |docs|\n|  |build-ci-status| |codecov|\n\nDjango EL(Endless) Pagination can be used to provide Twitter-style or\nDigg-style pagination, with optional Ajax support and other features\nlike multiple or lazy pagination.\n\nThis app **django-el-pagination** forked from django-endless-pagination==2.0 (https://github.com/frankban/django-endless-pagination)\n\nFrom version 3.0.0 drop support Django<1.8. For support Django<1.8 use django-endless-pagination==2.x.x\n\nFrom version 3.3.0 drop support Django<1.11. For support Django<1.11 use django-endless-pagination<3.3.x\n\nFrom version 4.0.0 drop support Django<3.2. For support Django<3.2 use django-endless-pagination<4.0.x\n\nThe initial idea, which has guided the development of this application,\nis to allow pagination of web contents in `very few steps\n<http://django-el-pagination.readthedocs.org/en/latest/start.html>`_.\n\n**Documentation** is `available online\n<http://django-el-pagination.readthedocs.org/>`_, or in the doc\ndirectory of the project.\n\nTo file **bugs and requests**, please use\nhttps://github.com/shtalinberg/django-el-pagination/issues.\n\nThe **source code** for this app is hosted at\nhttps://github.com/shtalinberg/django-el-pagination.\n\nPull requests are welcome. See `Contributing Guide\n<http://django-el-pagination.readthedocs.io/en/latest/contributing.html>`_.\n\n\n.. |build-ci-status| image:: https://github.com/jazzband/shtalinberg/django-el-pagination/Test/badge.svg\n   :target: https://github.com/shtalinberg/django-el-pagination/actions\n.. |docs| image:: https://readthedocs.org/projects/django-el-pagination/badge/?version=latest&style=flat\n    :target: https://django-el-pagination.readthedocs.io/\n.. |pypi-pkg-version| image:: https://img.shields.io/pypi/v/django-el-pagination.svg\n   :target:  https://pypi.python.org/pypi/django-el-pagination/\n.. |pypi-status| image:: https://img.shields.io/pypi/status/coverage.svg\n    :target: https://pypi.python.org/pypi/django-el-pagination/\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/django-el-pagination.svg\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/django-el-pagination.svg\n.. |codecov| image:: https://codecov.io/gh/shtalinberg/django-el-pagination/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/shtalinberg/django-el-pagination\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Django pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.",
    "version": "4.0.0",
    "split_keywords": [
        "django",
        "endless",
        "pagination",
        "ajax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3892af9ba2458f1f8e15f78c9490b7ac84adac8bdac7a2603be48c0542ff68eb",
                "md5": "e3e0b20cc82f5ff686e3fb428ff1911e",
                "sha256": "61d76242a29de5705f01f0ffa6df9af436b978839ea39fd411269a30a410dfc0"
            },
            "downloads": -1,
            "filename": "django_el_pagination-4.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3e0b20cc82f5ff686e3fb428ff1911e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 119219,
            "upload_time": "2023-04-02T01:01:00",
            "upload_time_iso_8601": "2023-04-02T01:01:00.062157Z",
            "url": "https://files.pythonhosted.org/packages/38/92/af9ba2458f1f8e15f78c9490b7ac84adac8bdac7a2603be48c0542ff68eb/django_el_pagination-4.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc8c1af2643123c99296721cf549afe7a49776ecfcff866a0007014f92fc8761",
                "md5": "6ac79f2f16f6e4780814dd8f0ab55e7f",
                "sha256": "eb9a5be4cd46d1b43c1a5f3732fc428a3eb168b72ce122b7506e3da615187384"
            },
            "downloads": -1,
            "filename": "django-el-pagination-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ac79f2f16f6e4780814dd8f0ab55e7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 120792,
            "upload_time": "2023-04-02T01:01:03",
            "upload_time_iso_8601": "2023-04-02T01:01:03.269161Z",
            "url": "https://files.pythonhosted.org/packages/fc/8c/1af2643123c99296721cf549afe7a49776ecfcff866a0007014f92fc8761/django-el-pagination-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-02 01:01:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "shtalinberg",
    "github_project": "django-el-pagination",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "django-el-pagination"
}
        
Elapsed time: 0.05440s