[ ソース: python-w3lib ]
パッケージ: python3-w3lib (1.22.0-3)
python3-w3lib に関するリンク
Debian の資源:
python-w3lib ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
Collection of web-related functions (Python 3)
Python module with simple, reusable functions to work with URLs, HTML, forms, and HTTP, that aren’t found in the Python standard library.
This module is used to, for example:
- remove comments, or tags from HTML snippets - extract base url from HTML snippets - translate entities on HTML strings - encoding mulitpart/form-data - convert raw HTTP headers to dicts and vice-versa - construct HTTP auth header - RFC-compliant url joining - sanitize urls (like browsers do) - extract arguments from urls
The code of w3lib was originally part of the Scrapy framework but was later stripped out of Scrapy, with the aim of make it more reusable and to provide a useful library of web functions without depending on Scrapy.
This is the Python 3 version of the package.
その他の python3-w3lib 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-six (>= 1.6.1)
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)