summaryrefslogtreecommitdiffstats
path: root/python/python3-paginate/README
diff options
context:
space:
mode:
author Arn02022-03-08 23:40:02 +0100
committer Willy Sudiarto Raharjo2022-03-09 06:31:28 +0100
commit3068e68b6ba706c6b5182e0d1844f42370b10ae9 (patch)
tree56171e35e06eae341656d8629bc59b05fa7fcfa7 /python/python3-paginate/README
parent59551337e4c11d4189ba0a1e67c51d430418381d (diff)
downloadslackbuilds-3068e68b6ba706c6b5182e0d1844f42370b10ae9.tar.gz
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/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-paginate/README b/python/python3-paginate/README
new file mode 100644
index 0000000000..48c4807222
--- /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.