DRF Insights Pagination
A simple library to add a paginator to DRF that follows Insights IPP-12.
Installation and Usage
Install the library
pip install drf-insights-pagination
Change your pagination class, and optionally APP_PATH in your settings
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'drf_insights_pagination.pagination.InsightsPagination',
}
INSIGHTS_PAGINATION_APP_PATH = '/api/application'
Release files for drf-insights-pagination 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| drf-insights-pagination-1.0.1.tar.gz | 15.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| drf_insights_pagination-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.4 kB
Release files / drf-insights-pagination-1.0.1.tar.gz
| Download URL | drf-insights-pagination-1.0.1.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d98991acdb02f013c6ca98bcaf597549f9ea1b413dec407b2416eda806e3c4c7
|
|
BLAKE2b-256 checksum How to use checksums |
4da85e61f772d193660de202035d1978a5c279bfa27c6810c441d1a979348f4f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.6.12
|
Release files / drf_insights_pagination-1.0.1-py3-none-any.whl
| Download URL | drf_insights_pagination-1.0.1-py3-none-any.whl |
|---|---|
| Size | 15.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6f392451017e921656a2ab01636503fe8545e4fff41bd529100c43cca831f2f4
|
|
BLAKE2b-256 checksum How to use checksums |
4f09aed3d52f30a8343881111e9b51341007c346645750738e202196f34e69de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.6.12
|