diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-29 21:57:00 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-30 16:34:31 +0700 |
commit | 4af1334cfb8c1c801c4746bf097366b034d0e6da (patch) | |
tree | e47288cfcc442aaa1562661f086750f65b085200 /python/w3lib/README | |
parent | e24ea41f313fe09de6b599157d56894dbdda782f (diff) |
python/w3lib: Added (Library of web-related functions).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/w3lib/README')
-rw-r--r-- | python/w3lib/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/w3lib/README b/python/w3lib/README new file mode 100644 index 000000000000..b2e25c80c486 --- /dev/null +++ b/python/w3lib/README @@ -0,0 +1,10 @@ +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 |