File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Django Easy Pagination
2-
3- A Django REST Framework library providing customizable pagination classes with rich metadata and flexible configuration options.
4-
51[ ![ Python Version] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( https://www.python.org/downloads/ )
62[ ![ Django Version] ( https://img.shields.io/badge/django-4.1+-green.svg )] ( https://www.djangoproject.com/ )
73[ ![ DRF Version] ( https://img.shields.io/badge/drf-3.12+-orange.svg )] ( https://www.django-rest-framework.org/ )
84
9- [ ![ PyPI version] ( https://img.shields.io/pypi/v/easy-pagination.svg?v=1 )] ( https://pypi.org/project/easy-pagination/ )
10-
115[ ![ PyPI version] ( https://img.shields.io/pypi/v/easy-pagination.svg )] ( https://pypi.org/project/easy-pagination/ )
6+ [ ![ Downloads] ( https://img.shields.io/pypi/dm/easy-pagination.svg )] ( https://pypi.org/project/easy-pagination/ )
127
138[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
149
10+ # Django Easy Pagination
11+
12+ A Django REST Framework library providing customizable pagination classes with rich metadata and flexible configuration options.
13+
1514## Features
1615
1716** Rich Metadata** : Get comprehensive pagination information including total pages, current page, and page size
You can’t perform that action at this time.
0 commit comments