python38-bleach
Python 3.8 - bleach - whitelist-based HTML-sanitizing tool
3.2.5
2022-05-01
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python38-base 3.2.5
python38-html5lib 3.2.5
python38-packaging 3.2.5
python38-six 3.2.5
Internal Program Version: bleach 3.3.0
Bleach is an HTML sanitation library that escapes or strips markup and
attributes based on a white list. 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.
Because it relies on html5lib, Bleach is as good as modern browsers at dealing
with weird, quirky HTML fragments. Bleach's methods will fix
unbalanced or mis-nested tags.
Documentation is at http://bleach.readthedocs.org
https://github.com/jsocol/bleach