summaryrefslogtreecommitdiff
path: root/www/py-w3lib/DESCR
blob: 57dd0632ccc610207c104db1f94966e634596a87 (plain)
1
2
3
4
5
6
7
8
9
This is a Python library of web-related functions, such as:
* remove comments, or tags from HTML snippets
* extract base url from HTML snippets
* translate entites on HTML strings
* convert raw HTTP headers to dicts and vice-versa
* construct HTTP auth header
* converting HTML pages to unicode
* sanitize urls (like browsers do)
* extract arguments from urls