html-manipulation.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [html-manipulation]

www.codever.land/bookmarks/t/html-manipulation

BeautifulSoup

https://www.crummy.com/software/BeautifulSoup/bs4/doc/

Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.


bleach

https://github.com/mozilla/bleach

A whitelist-based HTML sanitization and text linkification library.


cssutils

https://pypi.python.org/pypi/cssutils/

A CSS library for Python.


html5lib

https://github.com/html5lib/html5lib-python

A standards-compliant library for parsing and serializing HTML documents and fragments.


lxml

http://lxml.de/

A very fast, easy-to-use and versatile library for handling HTML and XML.


MarkupSafe

https://github.com/pallets/markupsafe

Implements a XML/HTML/XHTML Markup safe string for Python.


pyquery

https://github.com/gawel/pyquery

A jQuery-like library for parsing HTML.


untangle

https://github.com/stchris/untangle

Converts XML documents to Python objects for easy access.


WeasyPrint

http://weasyprint.org

A visual rendering engine for HTML and CSS that can export to PDF.


xmldataset

https://xmldataset.readthedocs.io/en/latest/

Simple XML Parsing.


xmltodict

https://github.com/martinblech/xmltodict

Working with XML feel like you are working with JSON.