slackbuilds/python/python3-paginate
Arn0 50fa255d47
python/python3-paginate: updated for version 0.5.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-02-08 07:49:16 +07:00
..
README
python3-paginate.SlackBuild python/python3-paginate: updated for version 0.5.7 2025-02-08 07:49:16 +07:00
python3-paginate.info python/python3-paginate: updated for version 0.5.7 2025-02-08 07:49:16 +07:00
slack-desc

README

python3-paginate divides large result sets into pages for easier
browsing.

This module helps divide up large result sets into pages or chunks.
The user gets displayed one page at a time and can navigate to other
pages. It is especially useful when developing web interfaces and
showing the users only a selection of information at a time.