+
    Äœ³iw  ã                   ób   € R t ^ RIHtHtH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`
)Úabsolute_importÚdivisionÚunicode_literals)Ú
HTMLParserÚparseÚparseFragment)ÚgetTreeBuilder)ÚgetTreeWalker)Ú	serializez1.1N)r   r   r   r   r	   r
   )Ú__doc__Ú
__future__r   r   r   Úhtml5parserr   r   r   Útreebuildersr   Útreewalkersr	   Ú
serializerr
   Ú__all__Ú__version__© ó    ÚZ/Users/mibo/.openclaw/workspace/.venv-ak/lib/python3.14/site-packages/html5lib/__init__.pyÚ<module>r      s0   ðñ÷, CÑ Bç 9Ñ 9Ý (Ý &Ý !ò)€ð
 ‚r   