Paketname | python-beautifulsoup |
Beschreibung | error-tolerant HTML parser for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.1.0.1-2 |
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 | Decklin Foster |
Quelle | beautifulsoup |
Paketgröße | 32610 Byte |
Prüfsumme MD5 | f27d1eaa8248a394fae52b835170f9d5 |
Prüfsumme SHA1 | d08bfeb03ce3dbc41988471e1b6375855afd2d0e |
Prüfsumme SHA256 | 0397a17abb451294f032f268b0bcb92774ad8dd2adaaf891d68fe7eeb337657c |
Link zum Herunterladen | python-beautifulsoup_3.1.0.1-2_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.
|