diff options
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 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. |