CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
run_tests.sh
setup.py
docs/Makefile
docs/__init__.py
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/__pycache__/__init__.cpython-38.pyc
docs/_static/dom_structure.png
docs/_static/dom_structure.xmind
docs/api/dhtmlparser3.comment.rst
docs/api/dhtmlparser3.parser.rst
docs/api/dhtmlparser3.quoter.rst
docs/api/dhtmlparser3.rst
docs/api/dhtmlparser3.specialdict.rst
docs/api/dhtmlparser3.tag.rst
docs/api/dhtmlparser3.tokenizer.rst
docs/api/dhtmlparser3.tokens.rst
examples/create_dom.py
examples/find_links.py
examples/remove_item.py
src/DHTMLParser3.egg-info/PKG-INFO
src/DHTMLParser3.egg-info/SOURCES.txt
src/DHTMLParser3.egg-info/dependency_links.txt
src/DHTMLParser3.egg-info/requires.txt
src/DHTMLParser3.egg-info/top_level.txt
src/dhtmlparser3/__init__.py
src/dhtmlparser3/parser.py
src/dhtmlparser3/quoter.py
src/dhtmlparser3/specialdict.py
src/dhtmlparser3/tokenizer.py
src/dhtmlparser3/tokens.py
src/dhtmlparser3/tags/__init__.py
src/dhtmlparser3/tags/comment.py
src/dhtmlparser3/tags/tag.py
tests/test_comment.py
tests/test_escapers.py
tests/test_parser.py
tests/test_specialdict.py
tests/test_tag.py
tests/test_tokenizer.py