summaryrefslogtreecommitdiffstats
path: root/python/python3-webhelpers2/README
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-03-08 23:54:32 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:40:01 +0700
commitf0ddaa0e3de6dfff50853b0ee337bb644abdb940 (patch)
tree23c6a45d2690462ccfa9599ccfb2167651e4024d /python/python3-webhelpers2/README
parented66d5994a623d7eb1fbbc7fb9a94be72784de87 (diff)
downloadslackbuilds-f0ddaa0e3de6dfff50853b0ee337bb644abdb940.tar.gz
slackbuilds-f0ddaa0e3de6dfff50853b0ee337bb644abdb940.tar.xz
python/python3-webhelpers2: added for Kallithea
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-webhelpers2/README')
-rw-r--r--python/python3-webhelpers2/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python3-webhelpers2/README b/python/python3-webhelpers2/README
new file mode 100644
index 0000000000..e9e9348759
--- /dev/null
+++ b/python/python3-webhelpers2/README
@@ -0,0 +1,16 @@
+WebHelpers2 is a wide variety of utility functions for web applications and other
+applications.
+It can be used with any web framework.
+
+WebHelpers includes the widely-used HTML tag builder with smart escaping and
+convenience functions for common tags such as form fields.
+The common builder ensures the tags are syntactically correct and prevent
+cross-site scripting attacks and double-escaping.
+
+Other helpers perform text processing, split a large number of records into
+pages, generate Atom/RSS feeds with geographical (GIS) data, handle MIME types,
+calculate numerica statistics, and more.
+There are also high-level container types, including a value counter and
+accumulator.
+There are lists of country names, country codes, US states, Canadian provinces,
+and UK counties.