Paketname | python-beautifulsoup |
Beschreibung | error-tolerant HTML parser for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 3.1.0.1-2build1 |
Sektion | web |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | python (>= 2.2), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | beautifulsoup |
Paketgröße | 32836 Byte |
Prüfsumme MD5 | 5caa24fec2db24f91b11092e938186cc |
Prüfsumme SHA1 | 8bc8ac952e93a7c471ca3cb71cf1c52cb4895bea |
Prüfsumme SHA256 | 644207cb95dc391a7395368c0ab454d462f4e992471fd6c4c552945ad581b4ee |
Link zum Herunterladen | python-beautifulsoup_3.1.0.1-2build1_all.deb |
Ausführliche Beschreibung | 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.
|