Name | django-el-pagination JSON |
Version |
4.1.2
JSON |
| download |
home_page | None |
Summary | Django pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination. |
upload_time | 2024-12-18 21:48:19 |
maintainer | None |
docs_url | None |
author | Francesco Banconi |
requires_python | >=3.8 |
license | Copyright (c) 2009-2013 Francesco Banconi Copyright (c) 2015-2024 Oleksandr Shtalinberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
django
pagination
ajax
endless
|
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| |tox-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 4.0.0 drop support Django<3.2. For support Django<3.2 use django-endless-pagination<4.0.x
From version 4.1.2 added support Django 5.0 and python 3.12
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/shtalinberg/django-el-pagination/actions/workflows/tox.yml/badge.svg?branch=master
:target: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml
:alt: Build release status
.. |docs| image:: https://readthedocs.org/projects/django-el-pagination/badge/?version=latest
:target: https://django-el-pagination.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |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
:alt: Code coverage
.. |tox-ci-status| image:: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml/badge.svg?branch=develop
:target: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml
:alt: Tox develop status
Raw data
{
"_id": null,
"home_page": null,
"name": "django-el-pagination",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "django, pagination, ajax, endless",
"author": "Francesco Banconi",
"author_email": "Oleksandr Shtalinberg <O.Shtalinberg@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/94/31/9083e0b7a36f4c8a8767a9446cb20222a96b11e47aa6ace0c63209ded43a/django_el_pagination-4.1.2.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| |tox-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 4.0.0 drop support Django<3.2. For support Django<3.2 use django-endless-pagination<4.0.x\n\nFrom version 4.1.2 added support Django 5.0 and python 3.12\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.. |build-ci-status| image:: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml/badge.svg?branch=master\n :target: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml\n :alt: Build release status\n.. |docs| image:: https://readthedocs.org/projects/django-el-pagination/badge/?version=latest\n :target: https://django-el-pagination.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\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 :alt: Code coverage\n.. |tox-ci-status| image:: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml/badge.svg?branch=develop\n :target: https://github.com/shtalinberg/django-el-pagination/actions/workflows/tox.yml\n :alt: Tox develop status\n",
"bugtrack_url": null,
"license": "Copyright (c) 2009-2013 Francesco Banconi Copyright (c) 2015-2024 Oleksandr Shtalinberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Django pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.",
"version": "4.1.2",
"project_urls": {
"Bug Tracker": "https://github.com/shtalinberg/django-el-pagination/issues",
"Documentation": "http://django-el-pagination.readthedocs.org/",
"Homepage": "http://github.com/shtalinberg/django-el-pagination",
"Repository": "https://github.com/shtalinberg/django-el-pagination.git"
},
"split_keywords": [
"django",
" pagination",
" ajax",
" endless"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "24771c60bdf7b31bb59cab4c5aac70363c700032ce0990f9a041896cf6ac64ae",
"md5": "e1a305d89f30a206537fca4f65337b7a",
"sha256": "40e2cce29543286f55a6c959c04055e816c263445cad62befd87624df47c4ef6"
},
"downloads": -1,
"filename": "django_el_pagination-4.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1a305d89f30a206537fca4f65337b7a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 32916,
"upload_time": "2024-12-18T21:48:15",
"upload_time_iso_8601": "2024-12-18T21:48:15.530863Z",
"url": "https://files.pythonhosted.org/packages/24/77/1c60bdf7b31bb59cab4c5aac70363c700032ce0990f9a041896cf6ac64ae/django_el_pagination-4.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "94319083e0b7a36f4c8a8767a9446cb20222a96b11e47aa6ace0c63209ded43a",
"md5": "a457f7c91efa32d749ddc50b213a4b06",
"sha256": "5d770f02ddbd54f59f3429a2f7d1af426f1d7eb581f9f977d018c8c0cc0364f2"
},
"downloads": -1,
"filename": "django_el_pagination-4.1.2.tar.gz",
"has_sig": false,
"md5_digest": "a457f7c91efa32d749ddc50b213a4b06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12664823,
"upload_time": "2024-12-18T21:48:19",
"upload_time_iso_8601": "2024-12-18T21:48:19.919006Z",
"url": "https://files.pythonhosted.org/packages/94/31/9083e0b7a36f4c8a8767a9446cb20222a96b11e47aa6ace0c63209ded43a/django_el_pagination-4.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-18 21:48:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shtalinberg",
"github_project": "django-el-pagination",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "django-el-pagination"
}