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.3.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

django_paginator2-1.1.3-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.3.tar.gz.

File metadata

  • Download URL: django-paginator2-1.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 6bcb025cb06246d21773589309255410aafd477fa867ee1a90343197edbe7c95
MD5 7483a171eb339a7a800ac150e5f8b62c
BLAKE2b-256 69f5f1ec82e3ff8ef60768e285a88e6d5cdf48817b28c1f878b16669fd8d4b5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_paginator2-1.1.3-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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ca3084f5e242d41a71bacb1fbdd44297f23921ddfa5b62cc66571de337a40e16
MD5 a1d4d5711f0847c756d075e38bdb031c
BLAKE2b-256 9fa469ffe708acfca6a009e2b9661be49d7e0e16c8b41c43a66b83fa67df176d

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