Metadata-Version: 1.0
Name: soupmatchers
Version: 0.2
Summary: Matchers for checking parts of a HTML parse tree
Home-page: http://launchpad.net/soupmatchers
Author: UNKNOWN
Author-email: UNKNOWN
License: Eclipse Public License
Description: 
        This module allows your testing to be more robust against textual
        changes by working against the parse tree provided by BeautifulSoup.
        It provides a powerful language for matching parts of the HTML, giving
        you endless possibilities for testing. It does this while fitting in
        to your TestCase hierarchy because it makes use of testtools
        Matchers.
Platform: UNKNOWN
