Skip to content

Latest commit

 

History

History
76 lines (64 loc) · 3.43 KB

html-manipulation.md

File metadata and controls

76 lines (64 loc) · 3.43 KB

Bookmarks tagged [html-manipulation]

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

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


https://github.com/mozilla/bleach

A whitelist-based HTML sanitization and text linkification library.


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

A CSS library for Python.


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

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


http://lxml.de/

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


https://github.com/pallets/markupsafe

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


https://github.com/gawel/pyquery

A jQuery-like library for parsing HTML.


https://github.com/stchris/untangle

Converts XML documents to Python objects for easy access.


http://weasyprint.org

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


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

Simple XML Parsing.


https://github.com/martinblech/xmltodict

Working with XML feel like you are working with JSON.