� �t�_c @` s� d Z d d l m Z m Z m Z d d l m Z m Z m Z d d l m Z d d l m Z d d l m Z d d d d d d g Z d Z d S( u� 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:: from pip._vendor 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` i ( t absolute_importt divisiont unicode_literalsi ( t HTMLParsert parset parseFragment( t getTreeBuilder( t getTreeWalker( t serializeu HTMLParseru parseu parseFragmentu getTreeBuilderu getTreeWalkeru serializeu 1.1N( t __doc__t __future__R R R t html5parserR R R t treebuildersR t treewalkersR t serializerR t __all__t __version__( ( ( sN /opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/html5lib/__init__.pyt <module> s
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
_trie | Folder | 0755 |
|
|
filters | Folder | 0755 |
|
|
treeadapters | Folder | 0755 |
|
|
treebuilders | Folder | 0755 |
|
|
treewalkers | Folder | 0755 |
|
|
.__init__.pyo.40009 | File | 1.42 KB | 0644 |
|
.constants.pyo.40009 | File | 81.63 KB | 0644 |
|
__init__.py | File | 1.13 KB | 0644 |
|
__init__.pyc | File | 1.42 KB | 0644 |
|
__init__.pyo | File | 1.42 KB | 0644 |
|
_ihatexml.py | File | 16.34 KB | 0644 |
|
_ihatexml.pyc | File | 15.44 KB | 0644 |
|
_ihatexml.pyo | File | 15.36 KB | 0644 |
|
_inputstream.py | File | 31.59 KB | 0644 |
|
_inputstream.pyc | File | 27.8 KB | 0644 |
|
_inputstream.pyo | File | 27.26 KB | 0644 |
|
_tokenizer.py | File | 75.23 KB | 0644 |
|
_tokenizer.pyc | File | 53.89 KB | 0644 |
|
_tokenizer.pyo | File | 53.85 KB | 0644 |
|
_utils.py | File | 4.82 KB | 0644 |
|
_utils.pyc | File | 6.28 KB | 0644 |
|
_utils.pyo | File | 6.2 KB | 0644 |
|
constants.py | File | 81.51 KB | 0644 |
|
constants.pyc | File | 81.63 KB | 0644 |
|
constants.pyo | File | 81.63 KB | 0644 |
|
html5parser.py | File | 114.44 KB | 0644 |
|
html5parser.pyc | File | 121.79 KB | 0644 |
|
html5parser.pyo | File | 120.82 KB | 0644 |
|
serializer.py | File | 15.39 KB | 0644 |
|
serializer.pyc | File | 13.24 KB | 0644 |
|
serializer.pyo | File | 13.15 KB | 0644 |
|