Metadata-Version: 2.1
Name: inception_pagination
Version: 0.1.1
Summary: inception_pagination is a package that contains pagination functions for the InceptionForce project
Home-page: https://github.com/KhaduaBloom/inceptionforcepackages/tree/main/PythonPackage/inceptionPagination
Author: KhaduaBloom
Author-email: khaduabloom@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: graypy==2.1.0
Requires-Dist: psutil==6.1.0

python 3.13.0

`compute_pagination(count, limit, offset, *, max_page_list_size=None)` — pass `max_page_list_size` (e.g. `200`) to cap the `page_list` payload when `total_pages` is very large; see docstring in `pagination.py`.
