htmldata 1.1.1

Connelly Barnes connellybarnes at yahoo.com
Fri Oct 26 23:14:48 CEST 2007


Bug-fix release of htmldata, fixes error when parsing whitespace inside tags.

Description of the htmldata module, from its PyPI site:

  http://cheeseshop.python.org/pypi/htmldata/

"Extract and modify HTML/CSS URLs, translate HTML documents <-> list data structures.

The htmldata module allows one to translate HTML documents back and forth to list data structures.
This allows for programmatic reading and writing of HTML documents, with much flexibility.

Functions are also available for extracting and/or modifying all URLs present in the HTML or
stylesheets of a document.

I have found this library useful for writing robots, for "wrapping" all of the URLs on websites
inside my own proxy CGI script, for filtering HTML, and for doing flexible wget-like mirroring.

It keeps things as simple as possible, so it should be easy to learn.

Supports XHTML, too."

Connelly Barnes
http://www.connellybarnes.com/


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Python-announce-list mailing list