markupsafe: Safely add untrusted strings to HTML/XML markup¶
Description¶
Implements a XML/HTML/XHTML Markup safe string for Python
License¶
BSD-3-Clause
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
2.1.5
version_requirements.txt:
markupsafe >=2.0
Installation commands¶
$ pip install markupsafe\>=2.0
$ sage -i markupsafe
$ conda install markupsafe
$ sudo dnf install python3-markupsafe
$ sudo emerge dev-python/markupsafe
$ sudo port install py-markupsafe
$ sudo zypper install python3-MarkupSafe
$ sudo xbps-install python3-MarkupSafe
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.