Orbits
1
|
Namespaces | |
namespace | constants |
namespace | filters |
namespace | html5parser |
namespace | ihatexml |
namespace | inputstream |
namespace | sanitizer |
namespace | serializer |
namespace | tokenizer |
namespace | treeadapters |
namespace | treebuilders |
namespace | treewalkers |
namespace | trie |
namespace | utils |
Variables | |
list | __all__ |
string | __version__ = "1.0b3" |
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)
list pip._vendor.html5lib.__all__ |
string pip._vendor.html5lib.__version__ = "1.0b3" |
Copyright 2014 Google Inc. All rights reserved.