.pytest.expect
AUTHORS.rst
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
requirements-oldest.txt
requirements-optional.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
html5rdf/__init__.py
html5rdf/_ihatexml.py
html5rdf/_inputstream.py
html5rdf/_tokenizer.py
html5rdf/_utils.py
html5rdf/constants.py
html5rdf/html5parser.py
html5rdf/serializer.py
html5rdf.egg-info/PKG-INFO
html5rdf.egg-info/SOURCES.txt
html5rdf.egg-info/dependency_links.txt
html5rdf.egg-info/top_level.txt
html5rdf/_trie/__init__.py
html5rdf/_trie/_base.py
html5rdf/_trie/py.py
html5rdf/contrib/__init__.py
html5rdf/contrib/webencodings/__init__.py
html5rdf/contrib/webencodings/labels.py
html5rdf/contrib/webencodings/mklabels.py
html5rdf/contrib/webencodings/tests.py
html5rdf/contrib/webencodings/x_user_defined.py
html5rdf/filters/__init__.py
html5rdf/filters/alphabeticalattributes.py
html5rdf/filters/base.py
html5rdf/filters/inject_meta_charset.py
html5rdf/filters/lint.py
html5rdf/filters/optionaltags.py
html5rdf/filters/whitespace.py
html5rdf/tests/__init__.py
html5rdf/tests/conftest.py
html5rdf/tests/sanitizer.py
html5rdf/tests/support.py
html5rdf/tests/test_alphabeticalattributes.py
html5rdf/tests/test_encoding.py
html5rdf/tests/test_meta.py
html5rdf/tests/test_optionaltags_filter.py
html5rdf/tests/test_parser2.py
html5rdf/tests/test_serializer.py
html5rdf/tests/test_stream.py
html5rdf/tests/test_tokenizer2.py
html5rdf/tests/test_treeadapters.py
html5rdf/tests/test_treewalkers.py
html5rdf/tests/test_whitespace_filter.py
html5rdf/tests/tokenizer.py
html5rdf/tests/tokenizertotree.py
html5rdf/tests/tree_construction.py
html5rdf/tests/testdata/.gitattributes
html5rdf/tests/testdata/.gitignore
html5rdf/tests/testdata/AUTHORS.rst
html5rdf/tests/testdata/LICENSE
html5rdf/tests/testdata/lint
html5rdf/tests/testdata/pyproject.toml
html5rdf/tests/testdata/.github/workflows/downstream.yml
html5rdf/tests/testdata/.github/workflows/lint.yml
html5rdf/tests/testdata/encoding/test-yahoo-jp.dat
html5rdf/tests/testdata/encoding/tests1.dat
html5rdf/tests/testdata/encoding/tests2.dat
html5rdf/tests/testdata/encoding/chardet/test_big5.txt
html5rdf/tests/testdata/encoding/scripted/tests1.dat
html5rdf/tests/testdata/lint_lib/__init__.py
html5rdf/tests/testdata/lint_lib/lint.py
html5rdf/tests/testdata/lint_lib/parser.py
html5rdf/tests/testdata/lint_lib/_vendor/__init__.py
html5rdf/tests/testdata/lint_lib/_vendor/vendor.txt
html5rdf/tests/testdata/lint_lib/_vendor-patches/funcparserlib.patch
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/LICENSE
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/__init__.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/lexer.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/lexer.pyi
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/parser.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/parser.pyi
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/py.typed
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/util.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/util.pyi
html5rdf/tests/testdata/serializer/core.test
html5rdf/tests/testdata/serializer/injectmeta.test
html5rdf/tests/testdata/serializer/optionaltags.test
html5rdf/tests/testdata/serializer/options.test
html5rdf/tests/testdata/serializer/whitespace.test
html5rdf/tests/testdata/tokenizer/README.md
html5rdf/tests/testdata/tokenizer/contentModelFlags.test
html5rdf/tests/testdata/tokenizer/domjs.test
html5rdf/tests/testdata/tokenizer/entities.test
html5rdf/tests/testdata/tokenizer/escapeFlag.test
html5rdf/tests/testdata/tokenizer/namedEntities.test
html5rdf/tests/testdata/tokenizer/numericEntities.test
html5rdf/tests/testdata/tokenizer/pendingSpecChanges.test
html5rdf/tests/testdata/tokenizer/test1.test
html5rdf/tests/testdata/tokenizer/test2.test
html5rdf/tests/testdata/tokenizer/test3.test
html5rdf/tests/testdata/tokenizer/test4.test
html5rdf/tests/testdata/tokenizer/unicodeChars.test
html5rdf/tests/testdata/tokenizer/unicodeCharsProblematic.test
html5rdf/tests/testdata/tokenizer/xmlViolation.test
html5rdf/tests/testdata/tree-construction/README.md
html5rdf/tests/testdata/tree-construction/adoption01.dat
html5rdf/tests/testdata/tree-construction/adoption02.dat
html5rdf/tests/testdata/tree-construction/blocks.dat
html5rdf/tests/testdata/tree-construction/comments01.dat
html5rdf/tests/testdata/tree-construction/doctype01.dat
html5rdf/tests/testdata/tree-construction/domjs-unsafe.dat
html5rdf/tests/testdata/tree-construction/entities01.dat
html5rdf/tests/testdata/tree-construction/entities02.dat
html5rdf/tests/testdata/tree-construction/foreign-fragment.dat
html5rdf/tests/testdata/tree-construction/html5test-com.dat
html5rdf/tests/testdata/tree-construction/inbody01.dat
html5rdf/tests/testdata/tree-construction/isindex.dat
html5rdf/tests/testdata/tree-construction/main-element.dat
html5rdf/tests/testdata/tree-construction/math.dat
html5rdf/tests/testdata/tree-construction/menuitem-element.dat
html5rdf/tests/testdata/tree-construction/namespace-sensitivity.dat
html5rdf/tests/testdata/tree-construction/noscript01.dat
html5rdf/tests/testdata/tree-construction/pending-spec-changes-plain-text-unsafe.dat
html5rdf/tests/testdata/tree-construction/pending-spec-changes.dat
html5rdf/tests/testdata/tree-construction/plain-text-unsafe.dat
html5rdf/tests/testdata/tree-construction/quirks01.dat
html5rdf/tests/testdata/tree-construction/ruby.dat
html5rdf/tests/testdata/tree-construction/scriptdata01.dat
html5rdf/tests/testdata/tree-construction/search-element.dat
html5rdf/tests/testdata/tree-construction/svg.dat
html5rdf/tests/testdata/tree-construction/tables01.dat
html5rdf/tests/testdata/tree-construction/template.dat
html5rdf/tests/testdata/tree-construction/tests1.dat
html5rdf/tests/testdata/tree-construction/tests10.dat
html5rdf/tests/testdata/tree-construction/tests11.dat
html5rdf/tests/testdata/tree-construction/tests12.dat
html5rdf/tests/testdata/tree-construction/tests14.dat
html5rdf/tests/testdata/tree-construction/tests15.dat
html5rdf/tests/testdata/tree-construction/tests16.dat
html5rdf/tests/testdata/tree-construction/tests17.dat
html5rdf/tests/testdata/tree-construction/tests18.dat
html5rdf/tests/testdata/tree-construction/tests19.dat
html5rdf/tests/testdata/tree-construction/tests2.dat
html5rdf/tests/testdata/tree-construction/tests20.dat
html5rdf/tests/testdata/tree-construction/tests21.dat
html5rdf/tests/testdata/tree-construction/tests22.dat
html5rdf/tests/testdata/tree-construction/tests23.dat
html5rdf/tests/testdata/tree-construction/tests24.dat
html5rdf/tests/testdata/tree-construction/tests25.dat
html5rdf/tests/testdata/tree-construction/tests26.dat
html5rdf/tests/testdata/tree-construction/tests3.dat
html5rdf/tests/testdata/tree-construction/tests4.dat
html5rdf/tests/testdata/tree-construction/tests5.dat
html5rdf/tests/testdata/tree-construction/tests6.dat
html5rdf/tests/testdata/tree-construction/tests7.dat
html5rdf/tests/testdata/tree-construction/tests8.dat
html5rdf/tests/testdata/tree-construction/tests9.dat
html5rdf/tests/testdata/tree-construction/tests_innerHTML_1.dat
html5rdf/tests/testdata/tree-construction/tricky01.dat
html5rdf/tests/testdata/tree-construction/webkit01.dat
html5rdf/tests/testdata/tree-construction/webkit02.dat
html5rdf/tests/testdata/tree-construction/scripted/adoption01.dat
html5rdf/tests/testdata/tree-construction/scripted/ark.dat
html5rdf/tests/testdata/tree-construction/scripted/webkit01.dat
html5rdf/treeadapters/__init__.py
html5rdf/treeadapters/genshi.py
html5rdf/treeadapters/sax.py
html5rdf/treebuilders/__init__.py
html5rdf/treebuilders/base.py
html5rdf/treebuilders/dom.py
html5rdf/treebuilders/etree.py
html5rdf/treebuilders/etree_lxml.py
html5rdf/treewalkers/__init__.py
html5rdf/treewalkers/base.py
html5rdf/treewalkers/dom.py
html5rdf/treewalkers/etree.py
html5rdf/treewalkers/etree_lxml.py
html5rdf/treewalkers/genshi.py