html is a python wrapper for html4.0 tags
Project description
- It lets you construct and parse html content
in the simplest way python allows to. That is, all html tags are wrapped in tiny python classes you may stuff other tags into. Support for tidy is provided aswell as an xpath like synthax for searching tags within a tag and other goodies.