Metadata-Version: 1.0
Name: html5lib
Version: 0.11.1
Summary: HTML parser based on the WHAT-WG Web Applications 1.0("HTML5") specifcation
Home-page: http://code.google.com/p/html5lib/
Author: James Graham
Author-email: jg307@cam.ac.uk
License: MIT License
Description: HTML parser designed to follow the WHATWG HTML5 
        specification. The parser is designed to handle all flavours of HTML and 
        parses invalid documents using well-defined error handling rules compatible
        with the behaviour of major desktop web browsers.
        
        Output is to a tree structure; the current release supports output to
        DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a
        simple custom format
Platform: UNKNOWN
Classifier: ['Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML']
