套件: python-beautifulsoup (3.2.1-1)
python-beautifulsoup 的相關超連結
Trisquel 的資源:
下載原始碼套件 beautifulsoup:
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Stefano Rivera
外部的資源:
- 主頁 [www.crummy.com]
相似套件:
error-tolerant HTML parser for Python
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested tag-soup list of Tag objects and text snippets. A Tag object corresponds to an HTML tag. It knows about the HTML tag's attributes, and contains a representation of everything contained between the original tag and its closing tag (if any). It's easy to extract Tags that meet certain criteria.
其他與 python-beautifulsoup 有關的套件
|
|
|
-
- dep: python (<< 2.8)
- interactive high-level object-oriented language (default version)
- dep: python (>= 2.7.1-0ubuntu2)
-
- dep: python2.7
- Interactive high-level object-oriented language (version 2.7)
-
- rec: python-chardet
- universal character encoding detector for Python2