bleach: An HTML-sanitizing tool#

Description#

An easy safelist-based HTML-sanitizing tool.

License#

Apache License v2

Upstream Contact#

Home Page: https://github.com/mozilla/bleach

Type#

standard

Dependencies#

Version Information#

package-version.txt:

6.1.0

install-requires.txt:

bleach >= 5

Equivalent System Packages#

$ sudo pacman -S python-bleach
$ conda install bleach
$ sudo apt-get install python3-bleach
$ sudo yum install python-bleach
$ sudo emerge dev-python/bleach
$ sudo port install py-bleach
$ sudo zypper install python3\$\{PYTHON_MINOR\}-bleach
$ sudo xbps-install python3-bleach

See https://repology.org/project/python:bleach/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.