python-beautifulsoup
In order to install this package, check out the
Mirror finder tool to make sure that you have correctly configured your URPMI media. Then, open a root console, and type 'urpmi python-beautifulsoup'
Details
Description
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.
|
Run "urpmi python-beautifulsoup", or click here to download the package itself.
|