From 4acc56981498fc4806fd4f09011d9ea8824e76d8 Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Fri, 25 Oct 2019 15:05:23 +0700 Subject: python/WebHelpers: Added (utility functions). Signed-off-by: Willy Sudiarto Raharjo --- python/WebHelpers/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/WebHelpers/README (limited to 'python/WebHelpers/README') diff --git a/python/WebHelpers/README b/python/WebHelpers/README new file mode 100644 index 000000000000..c78d8aa0c4cf --- /dev/null +++ b/python/WebHelpers/README @@ -0,0 +1,16 @@ +WebHelpers 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. -- cgit v1.2.3