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

Uploaded Source

Built Distribution

django_paginator2-1.1.2-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.2.tar.gz.

File metadata

  • Download URL: django-paginator2-1.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 dd11c7a6774b6305d1384fbc8b3f81a9130fbd7dbfc0ed2604d288a0dd342d69
MD5 e31cd84f82cee4fdf763d09d57991639
BLAKE2b-256 9964da959a5f8474ed58cd842c1b2368b9aa7fa48d416ed93865d7466c741262

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_paginator2-1.1.2-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.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bcad906f77b3b0f7a21fb26eb829797da7946c2d4e01ed933f595462596f8af5
MD5 64790c058484c37ced7bf6ce51dfead6
BLAKE2b-256 bbc83ec2ab3ee563e7b65b98cd1670df7e13b6320a909968ed728508cfb3f66e

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