diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 23:40:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 12:31:28 +0700 |
commit | 3068e68b6ba706c6b5182e0d1844f42370b10ae9 (patch) | |
tree | 56171e35e06eae341656d8629bc59b05fa7fcfa7 /python/python3-paginate/README | |
parent | 59551337e4c11d4189ba0a1e67c51d430418381d (diff) |
python/python3-paginate: added, requirement for Kallithea
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-paginate/README')
-rw-r--r-- | python/python3-paginate/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-paginate/README b/python/python3-paginate/README new file mode 100644 index 000000000000..48c480722283 --- /dev/null +++ b/python/python3-paginate/README @@ -0,0 +1,6 @@ +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. |