DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-beautifulsoup
Beschreibungerror-tolerant HTML parser for Python
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.1.0.1-2
Sektionweb
Prioritätoptional
Installierte Größe176 Byte
Hängt ab vonpython (>= 2.2), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerDecklin Foster
Quellebeautifulsoup
Paketgröße32610 Byte
Prüfsumme MD5f27d1eaa8248a394fae52b835170f9d5
Prüfsumme SHA1d08bfeb03ce3dbc41988471e1b6375855afd2d0e
Prüfsumme SHA2560397a17abb451294f032f268b0bcb92774ad8dd2adaaf891d68fe7eeb337657c
Link zum Herunterladenpython-beautifulsoup_3.1.0.1-2_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds