aboutsummaryrefslogtreecommitdiff
path: root/python/python3-paginate_sqlalchemy/slack-desc
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-08 23:40:40 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:32:52 +0700
commit2293b85eb1b19ab94ccb80e8ce76736d5108f737 (patch)
tree612ec8e7eae03a4a19ef3ab05f11586186ed07b4 /python/python3-paginate_sqlalchemy/slack-desc
parent3068e68b6ba706c6b5182e0d1844f42370b10ae9 (diff)
python/python3-paginate_sqlalchemy: added, requirement for Kallithea
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-paginate_sqlalchemy/slack-desc')
-rw-r--r--python/python3-paginate_sqlalchemy/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-paginate_sqlalchemy/slack-desc b/python/python3-paginate_sqlalchemy/slack-desc
new file mode 100644
index 0000000000..c46a53febe
--- /dev/null
+++ b/python/python3-paginate_sqlalchemy/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-paginate_sqlalchemy: python3-paginate_sqlalchemy (Python module)
+python3-paginate_sqlalchemy:
+python3-paginate_sqlalchemy:
+python3-paginate_sqlalchemy: This module helps divide up large result sets into pages or chunks.
+python3-paginate_sqlalchemy: The user gets displayed one page at a time and can navigate to other
+python3-paginate_sqlalchemy: pages. It is especially useful when developing web interfaces and
+python3-paginate_sqlalchemy: showing the users only a selection of information at a time.
+python3-paginate_sqlalchemy: This module uses and extends the functionality of the paginate module
+python3-paginate_sqlalchemy: to support SQLAlchemy queries.
+python3-paginate_sqlalchemy:
+python3-paginate_sqlalchemy: Homepage: https://pypi.org/project/paginate-sqlalchemy/