MarkupSafe
bleach
Our great sponsors
MarkupSafe | bleach | |
---|---|---|
1 | 5 | |
527 | 2,494 | |
1.5% | 1.0% | |
6.3 | 5.8 | |
24 days ago | 2 months ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MarkupSafe
We haven't tracked posts mentioning MarkupSafe yet.
Tracking mentions began in Dec 2020.
bleach
-
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.
What are some alternatives?
lxml - The lxml XML toolkit for Python
xhtml2pdf - A library for converting HTML into PDFs using ReportLab
html5lib - Standards-compliant library for parsing and serializing HTML documents and fragments in Python
xmltodict - Python module that makes working with XML feel like you are working with JSON
Jinja2 - A very fast and expressive template engine.
selectolax - Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
cssutils
untangle - Converts XML to Python objects
xmldataset - xmldataset: xml parsing made easy 🗃️