+
    fŒóf4  ã                   óN   € R t ^RIHtHtHt ^RIHt ^RIHt ^RI	H
t
 . ROtRtR# )a›  
HTML parsing library based on the `WHATWG HTML specification
<https://whatwg.org/html>`_. The parser is designed to be compatible with
existing HTML found in the wild and implements well-defined error recovery that
is largely compatible with modern desktop web browsers.

Example usage::

    import html5lib
    with open("my_document.html", "rb") as f:
        tree = html5lib.parse(f)

For convenience, this module re-exports the following names:

* :func:`~.html5parser.parse`
* :func:`~.html5parser.parseFragment`
* :class:`~.html5parser.HTMLParser`
* :func:`~.treebuilders.getTreeBuilder`
* :func:`~.treewalkers.getTreeWalker`
* :func:`~.serializer.serialize`
)Ú
HTMLParserÚparseÚparseFragment)ÚgetTreeBuilder)ÚgetTreeWalker)Ú	serializez1.2N)r   r   r   r   r   r   )Ú__doc__Úhtml5parserr   r   r   Útreebuildersr   Útreewalkersr   Ú
serializerr   Ú__all__Ú__version__© ó    Ú3/usr/lib/python3/dist-packages/html5lib/__init__.pyÚ<module>r      s)   ðñ÷. :Ñ 9Ý (Ý &Ý !ò)€ð
 ‚r   