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
version_requirements.txt:
bleach >= 5
Installation commands¶
$ pip install bleach\>=5
$ sage -i bleach
$ sudo pacman -S python-bleach
$ conda install bleach
$ sudo apt-get install python3-bleach
$ sudo dnf install python3-bleach
$ sudo emerge dev-python/bleach
$ sudo port install py-bleach
$ sudo zypper install python3-bleach
$ sudo xbps-install python3-bleach
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.