Search results · PyPI
pypi.org › searchJan 01, 2010 · MarkupSafe 2.0.1 May 18, 2021 Safely add untrusted strings to HTML/XML markup. types-MarkupSafe 1.1.10 Nov 27, 2021 Typing stubs for MarkupSafe. MarkupSafe-slow 1.0 May 3, 2017 Implements a XML/HTML/XHTML Markup safe string for Python. pip-autoremove 0.10.0 Sep 17, 2021 Remove a package and its unused dependencies. botnoinlp 0.0.7 Aug 9, 2020
MarkupSafe 2.0.1 on PyPI - Libraries.io
https://libraries.io/pypi/MarkupSafe22.06.2010 · MarkupSafe. MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.
MarkupSafe-slow · PyPI
pypi.org › project › MarkupSafe-slowMay 03, 2017 · Files for MarkupSafe-slow, version 1.0; Filename, size File type Python version Upload date Hashes; Filename, size MarkupSafe_slow-1.0-py2.py3-none-any.whl (14.8 kB) File type Wheel Python version py2.py3 Upload date May 3, 2017 Hashes View
MarkupSafe · PyPI
https://pypi.org/project/MarkupSafe70 rader · 18.05.2021 · MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.
MarkupSafe-slow · PyPI
https://pypi.org/project/MarkupSafe-slow03.05.2017 · Silent Escapes. Since MarkupSafe 0.10 there is now also a separate escape function called escape_silent that returns an empty string for None for consistency with other systems that return empty strings for None when escaping (for instance Pylons’ webhelpers).. If you also want to use this for the escape method of the Markup object, you can create your own subclass that …
Search results · PyPI
https://pypi.org/search/?q=MarkupSafe01.01.2010 · MarkupSafe 2.0.1 May 18, 2021 Safely add untrusted strings to HTML/XML markup. types-MarkupSafe 1.1.10 Nov 27, 2021 Typing stubs for MarkupSafe. MarkupSafe-slow 1.0 May 3, 2017 Implements a XML/HTML/XHTML Markup safe string for Python. pip-autoremove 0.10.0 Sep 17, 2021 Remove a package and its unused dependencies. botnoinlp 0.0.7 Aug 9, 2020
MarkupSafe · PyPI
pypi.org › project › MarkupSafeMay 18, 2021 · MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.
MarkupSafe — MarkupSafe Documentation (2.0.x)
markupsafe.palletsprojects.com › en › 2MarkupSafe. ¶. MarkupSafe escapes characters so text is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. The escape () function escapes text and returns a Markup object.
MarkupSafe 2.0.1 on PyPI - Libraries.io
libraries.io › pypi › MarkupSafeJun 22, 2010 · MarkupSafe. MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.