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.
- tags: python, html-manipulation
bleach
https://github.com/mozilla/bleach
A whitelist-based HTML sanitization and text linkification library.
- tags: python, html-manipulation
- :octocat: source code
cssutils
https://pypi.python.org/pypi/cssutils/
A CSS library for Python.
- tags: python, html-manipulation
html5lib
https://github.com/html5lib/html5lib-python
A standards-compliant library for parsing and serializing HTML documents and fragments.
- tags: python, html-manipulation
- :octocat: source code
lxml
A very fast, easy-to-use and versatile library for handling HTML and XML.
- tags: python, html-manipulation
MarkupSafe
https://github.com/pallets/markupsafe
Implements a XML/HTML/XHTML Markup safe string for Python.
- tags: python, html-manipulation
- :octocat: source code
pyquery
https://github.com/gawel/pyquery
A jQuery-like library for parsing HTML.
- tags: python, html-manipulation
- :octocat: source code
untangle
https://github.com/stchris/untangle
Converts XML documents to Python objects for easy access.
- tags: python, html-manipulation
- :octocat: source code
WeasyPrint
A visual rendering engine for HTML and CSS that can export to PDF.
- tags: python, html-manipulation
xmldataset
https://xmldataset.readthedocs.io/en/latest/
Simple XML Parsing.
- tags: python, html-manipulation
xmltodict
https://github.com/martinblech/xmltodict
Working with XML feel like you are working with JSON.
- tags: python, html-manipulation
- :octocat: source code