mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
1ca7aab9be
- convert to setuptools (following upstream change) - update python version (works with 3.x via py-six) - add staging - use PYDISTUTILS_AUTOPLIST
15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
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
|
|
- encoding mulitpart/form-data
|
|
- convert raw HTTP headers to dicts and vice-versa
|
|
- construct HTTP auth header
|
|
- converting HTML pages to unicode
|
|
- RFC-compliant url joining
|
|
- sanitize urls (like browsers do)
|
|
- extract arguments from urls
|
|
|
|
WWW: http://github.com/scrapy/w3lib/
|