Description
Bleach is a whitelist-based HTML sanitizing library that escapes or strips
markup and attributes.
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. If you find
yourself jumping through hoops to allow your site administrators to do lots of
things, you're probably outside the use cases. Either trust those users, or
don't.
Because it relies on html5lib, Bleach is as good as modern browsers at dealing
with weird, quirky HTML fragments. And any of Bleach's methods will fix
unbalanced or mis-nested tags.
The version on GitHub is the most up-to-date and contains the latest bug
fixes. You can find full documentation on ReadTheDocs.
bleach alternatives and similar packages
Based on the "HTML Manipulation" category.
Alternatively, view bleach alternatives based on common mentions on social networks and blogs.
-
html5lib
Standards-compliant library for parsing and serializing HTML documents and fragments in Python
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of bleach or a related project?