Bleach Alternatives
Similar projects and alternatives to bleach
-
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
html5lib
Standards-compliant library for parsing and serializing HTML documents and fragments in Python
-
selectolax
Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
xmltodict
Python module that makes working with XML feel like you are working with JSON
-
-
-
-
commonmark-spec
CommonMark spec, with reference implementations in C and JavaScript
-
-
goldmark
:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
bleach reviews and mentions
-
I wrote a markdown to html converter
I don't know a golang library for it but https://github.com/mozilla/bleach is a python lib that escapes all the nasty javascript inputs.
-
Serialize Django Data for JavaScript
This is an excellent point; I should have addressed safety in my article. I'll point out that in my use case, I'm using `safe` on data I create and not any user-generated data.
You should never use `safe` on user data unless you use something like bleach (https://github.com/mozilla/bleach) to sanitize the data. Even then, you should use caution.
Stats
mozilla/bleach is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.