SILENT KILLERPanel

Current Path: > > opt > alt > python34 > lib > python3.4 > 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: //opt/alt/python34/lib/python3.4/site-packages//pip/_vendor/html5lib

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
filters Directory - -
serializer Directory - -
treeadapters Directory - -
treebuilders Directory - -
treewalkers Directory - -
trie Directory - -
__init__.py File 714 bytes November 13 2023 21:20:25.
constants.py File 87346 bytes November 13 2023 21:20:25.
html5parser.py File 117029 bytes November 13 2023 21:20:25.
ihatexml.py File 16581 bytes November 13 2023 21:20:25.
inputstream.py File 30636 bytes November 13 2023 21:20:25.
sanitizer.py File 16428 bytes November 13 2023 21:20:25.
tokenizer.py File 76929 bytes November 13 2023 21:20:25.
utils.py File 2545 bytes November 13 2023 21:20:25.

Reading File: //opt/alt/python34/lib/python3.4/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"]
__version__ = "1.0b3"

SILENT KILLER Tool