beautifulsoup 3.2.1-1 source package in Ubuntu

Changelog

beautifulsoup (3.2.1-1) unstable; urgency=low


  * New upstream version.
  * Update watch file to point to crummy.com
  * Bump standards version to 3.9.3, no changes needed.
  * Bump machine-readable copyright format to 1.0.

 -- Stefano Rivera <email address hidden>  Sat, 16 Jun 2012 14:21:59 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe web
Xenial release universe web
Trusty release universe web

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
beautifulsoup_3.2.1-1.dsc 2.0 KiB 6e52475e6afadb7ee98067a150481f7187535c93ebaff4295007e1dede3e6d7b
beautifulsoup_3.2.1.orig.tar.gz 30.5 KiB f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db
beautifulsoup_3.2.1-1.debian.tar.gz 3.6 KiB 061df22f2e76a88b8d25f7d82f37dbe508074bef1d8a9b62c8e5cd95b680f227

No changes file available.

Binary packages built by this source

python-beautifulsoup: 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.