slackbuilds_ponce/python/bleach
Benjamin Trigona-Harany d8ab2a5951
python/bleach: Add dependency.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-06-14 17:45:56 +07:00
..
bleach.info python/bleach: Add dependency. 2020-06-14 17:45:56 +07:00
bleach.SlackBuild python/bleach: Updated for version 3.1.5. 2020-05-03 08:48:40 +07:00
README
slack-desc

Bleach is a whitelist-based HTML sanitizing library that escapes or strips
markup and attributes.

Bleach can also linkify text safely, applying filters that Django's urlize
filter cannot, and optionally setting rel attributes, even on links already in
the text.

Bleach is intended for sanitizing text from untrusted sources. If you find
yourself jumping through hoops to allow your site administrators to do lots of
things, you're probably outside the use cases. Either trust those users, or
don't.