SILENT KILLERPanel

Current Path: > > usr > lib > python2.7 > site-packages > pip > > > _vendor > html5lib


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/python2.7/site-packages/pip///_vendor/html5lib

NameTypeSizeLast ModifiedActions
_trie Directory - -
filters Directory - -
treeadapters Directory - -
treebuilders Directory - -
treewalkers Directory - -
__init__.py File 780 bytes April 21 2022 18:08:21.
__init__.pyc File 1098 bytes April 21 2022 18:08:34.
__init__.pyo File 1098 bytes April 21 2022 18:08:34.
_ihatexml.py File 16705 bytes April 21 2022 18:08:21.
_ihatexml.pyc File 15547 bytes April 21 2022 18:08:34.
_ihatexml.pyo File 15471 bytes April 21 2022 18:08:35.
_inputstream.py File 32532 bytes April 21 2022 18:08:21.
_inputstream.pyc File 27782 bytes April 21 2022 18:08:34.
_inputstream.pyo File 27229 bytes April 21 2022 18:08:35.
_tokenizer.py File 76580 bytes April 21 2022 18:08:21.
_tokenizer.pyc File 53870 bytes April 21 2022 18:08:34.
_tokenizer.pyo File 53831 bytes April 21 2022 18:08:35.
_utils.py File 4096 bytes April 21 2022 18:08:21.
_utils.pyc File 4453 bytes April 21 2022 18:08:34.
_utils.pyo File 4371 bytes April 21 2022 18:08:35.
constants.py File 83387 bytes April 21 2022 18:08:21.
constants.pyc File 82944 bytes April 21 2022 18:08:34.
constants.pyo File 82944 bytes April 21 2022 18:08:34.
html5parser.py File 117170 bytes April 21 2022 18:08:21.
html5parser.pyc File 123646 bytes April 21 2022 18:08:34.
html5parser.pyo File 122661 bytes April 21 2022 18:08:35.
serializer.py File 14177 bytes April 21 2022 18:08:21.
serializer.pyc File 11850 bytes April 21 2022 18:08:34.
serializer.pyo File 11760 bytes April 21 2022 18:08:35.

Reading File: //usr/lib/python2.7/site-packages/pip///_vendor/html5lib/__init__.py

"""
HTML parsing library based on the WHATWG "HTML5"
specification. 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
f = open("my_document.html")
tree = html5lib.parse(f)
"""

from __future__ import absolute_import, division, unicode_literals

from .html5parser import HTMLParser, parse, parseFragment
from .treebuilders import getTreeBuilder
from .treewalkers import getTreeWalker
from .serializer import serialize

__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder",
           "getTreeWalker", "serialize"]

# this has to be at the top level, see how setup.py parses this
__version__ = "1.0b10"

SILENT KILLER Tool