Skip to main content

Simple Django Paginator

Project description

Simple Django Paginator

Installation

pip install django-paginator2

Usage

In [1]: from paginator import pagination

In [2]: pagination(range(100), 1)
Out[2]: ([0, 1, 2, 3, 4, 5, 6, 7, 8, 9], 1)

In [3]: pagination(range(100), 1, strict=True)
Out[3]: ([0, 1, 2, 3, 4, 5, 6, 7, 8, 9], 90)

In [4]: pagination(range(100), 1, 20, strict=True)
Out[4]: ([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], 80)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-paginator2-1.1.1.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

django_paginator2-1.1.1-py2.py3-none-any.whl (2.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-paginator2-1.1.1.tar.gz.

File metadata

  • Download URL: django-paginator2-1.1.1.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.10

File hashes

Hashes for django-paginator2-1.1.1.tar.gz
Algorithm Hash digest
SHA256 37e3b19ca3cfabad15e53c0f5fba3715e98136eada21c769a1d04841674b9cd3
MD5 c954d14cc3e4fe8b3a81ee0bef2a8313
BLAKE2b-256 8532354a659dee222a778bd7df22f0412ed17517684be2e0bcc02f28de98fb27

See more details on using hashes here.

File details

Details for the file django_paginator2-1.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: django_paginator2-1.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 2.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.10

File hashes

Hashes for django_paginator2-1.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 dfb2fdbb3493b245c9c4e91c65564371095354e9ded4fd31c3e39f103fdecc95
MD5 63a7736741a0e8558de2d88a31cbad7a
BLAKE2b-256 4dbcbd1b876e6ce1546070490f3d5461fafcf777ed565abc186e296849ff20bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page