data/html5-parser-0.4.9/.appveyor.yml: ASCII text data/html5-parser-0.4.9/.clang-format: ASCII text data/html5-parser-0.4.9/.gitignore: ASCII text data/html5-parser-0.4.9/.travis.yml: ASCII text data/html5-parser-0.4.9/=template.py: Python script, ASCII text executable data/html5-parser-0.4.9/LICENSE: ASCII text data/html5-parser-0.4.9/MANIFEST.in: ASCII text data/html5-parser-0.4.9/README.rst: ASCII text data/html5-parser-0.4.9/benchmark.py: Python script, ASCII text executable data/html5-parser-0.4.9/build.py: Python script, ASCII text executable data/html5-parser-0.4.9/docs/Makefile: ASCII text data/html5-parser-0.4.9/docs/conf.py: Python script, ASCII text executable data/html5-parser-0.4.9/docs/index.rst: HTML document, ASCII text data/html5-parser-0.4.9/genattrs.py: Python script, ASCII text executable data/html5-parser-0.4.9/genencodings.py: Python script, ASCII text executable data/html5-parser-0.4.9/gentags.py: Python script, ASCII text executable data/html5-parser-0.4.9/gumbo/attribute.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/attribute.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/char_ref.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/char_ref.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/char_ref.rl: C source, ASCII text data/html5-parser-0.4.9/gumbo/error.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/error.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/gumbo.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/gumbo_edit.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/gumbo_edit.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/insertion_mode.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/parser.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/parser.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/replacement.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/string_buffer.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/string_buffer.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/string_piece.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/string_piece.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/svg_attrs.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/svg_attrs.gperf: C source, ASCII text data/html5-parser-0.4.9/gumbo/svg_tags.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/svg_tags.gperf: C source, ASCII text data/html5-parser-0.4.9/gumbo/tag.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/tag.in: ASCII text data/html5-parser-0.4.9/gumbo/tag_enum.h: ASCII text data/html5-parser-0.4.9/gumbo/tag_perf.h: ASCII text data/html5-parser-0.4.9/gumbo/tag_sizes.h: ASCII text, with very long lines data/html5-parser-0.4.9/gumbo/tag_strings.h: ASCII text data/html5-parser-0.4.9/gumbo/token_type.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/tokenizer.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/tokenizer.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/tokenizer_states.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/utf8.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/utf8.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/util.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/util.h: C source, ASCII text data/html5-parser-0.4.9/gumbo/vector.c: C source, ASCII text data/html5-parser-0.4.9/gumbo/vector.h: C source, ASCII text data/html5-parser-0.4.9/mem-leak-check.c: C source, ASCII text data/html5-parser-0.4.9/publish.py: Python script, ASCII text executable data/html5-parser-0.4.9/run_tests.py: Python script, ASCII text executable data/html5-parser-0.4.9/session.vim: ASCII text data/html5-parser-0.4.9/setup.cfg: ASCII text data/html5-parser-0.4.9/setup.py: Python script, ASCII text executable data/html5-parser-0.4.9/src/as-libxml.c: C source, ASCII text data/html5-parser-0.4.9/src/as-libxml.h: C source, ASCII text data/html5-parser-0.4.9/src/as-python-tree.c: C source, ASCII text data/html5-parser-0.4.9/src/as-python-tree.h: C source, ASCII text data/html5-parser-0.4.9/src/attr_enum.h: ASCII text data/html5-parser-0.4.9/src/attr_perf.h: ASCII text data/html5-parser-0.4.9/src/attr_sizes.h: ASCII text, with very long lines data/html5-parser-0.4.9/src/attr_strings.h: ASCII text data/html5-parser-0.4.9/src/data-types.h: C source, ASCII text data/html5-parser-0.4.9/src/html5_parser/__init__.py: Python script, ASCII text executable data/html5-parser-0.4.9/src/html5_parser/dom.py: Python script, UTF-8 Unicode text executable data/html5-parser-0.4.9/src/html5_parser/encoding_names.py: ASCII text data/html5-parser-0.4.9/src/html5_parser/encoding_parser.py: Python script, ASCII text executable data/html5-parser-0.4.9/src/html5_parser/soup.py: Python script, ASCII text executable data/html5-parser-0.4.9/src/html5_parser/stdlib_etree.py: Python script, ASCII text executable data/html5-parser-0.4.9/src/python-wrapper.c: C source, ASCII text data/html5-parser-0.4.9/src/stack.h: C source, ASCII text data/html5-parser-0.4.9/test.c: C source, ASCII text data/html5-parser-0.4.9/test/__init__.py: Python script, ASCII text executable data/html5-parser-0.4.9/test/adapt.py: Python script, ASCII text executable data/html5-parser-0.4.9/test/basic.py: Python script, ASCII text executable data/html5-parser-0.4.9/test/html5lib_adapter.py: Python script, ASCII text executable data/html5-parser-0.4.9/test/malformed.py: Python script, ASCII text executable data/html5-parser-0.4.9/test/namespace.py: Python script, ASCII text executable data/html5-parser-0.4.9/test/soup.py: Python script, ASCII text executable data/html5-parser-0.4.9/win-ci.py: Python script, ASCII text executable data/html5-parser-0.4.9/debian/changelog: ASCII text data/html5-parser-0.4.9/debian/compat: ASCII text data/html5-parser-0.4.9/debian/control: ASCII text data/html5-parser-0.4.9/debian/copyright: ASCII text data/html5-parser-0.4.9/debian/rules: a /usr/bin/make -f script, ASCII text executable data/html5-parser-0.4.9/debian/source/format: ASCII text data/html5-parser-0.4.9/debian/watch: ASCII text data/html5-parser-0.4.9/.pc/.version: ASCII text data/html5-parser-0.4.9/.pc/.quilt_patches: ASCII text data/html5-parser-0.4.9/.pc/.quilt_series: ASCII text data/html5-parser-0.4.9/.pc/applied-patches: empty