diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:19:20 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | 779e0457637eac342ea8c1207cc37a71cca2b4d7 (patch) | |
tree | 4ddcddc8b90aeb759e389909beca2acf1221d5a6 /python | |
parent | 2079911b37a95ecaf820472863eafcf7e9effe3c (diff) | |
download | slackbuilds-779e0457637eac342ea8c1207cc37a71cca2b4d7.tar.gz |
python/python3-webhelpers2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-webhelpers2/README | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/python/python3-webhelpers2/README b/python/python3-webhelpers2/README index e9e9348759..384e14d88f 100644 --- a/python/python3-webhelpers2/README +++ b/python/python3-webhelpers2/README @@ -1,16 +1,18 @@ -WebHelpers2 is a wide variety of utility functions for web applications and other -applications. -It can be used with any web framework. +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. +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. +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. |