LICENSE
README.md
pyproject.toml
setup.py
src/LegadoParser2/BookInfo.py
src/LegadoParser2/Chapter.py
src/LegadoParser2/ChapterList.py
src/LegadoParser2/Debug.py
src/LegadoParser2/FormatUtils.py
src/LegadoParser2/GSON.py
src/LegadoParser2/HttpRequset2.py
src/LegadoParser2/RuleCompile.py
src/LegadoParser2/RuleEval.py
src/LegadoParser2/RuleObjectEncoder.py
src/LegadoParser2/RuleType.py
src/LegadoParser2/Search.py
src/LegadoParser2/StrOperate.py
src/LegadoParser2/Tokenize2.py
src/LegadoParser2/__init__.py
src/LegadoParser2/config.py
src/LegadoParser2/entities.py
src/LegadoParser2/exceptions.py
src/LegadoParser2/fontutils.py
src/LegadoParser2/test.py
src/LegadoParser2/utils.py
src/LegadoParser2/webview.py
src/LegadoParser2.egg-info/PKG-INFO
src/LegadoParser2.egg-info/SOURCES.txt
src/LegadoParser2.egg-info/dependency_links.txt
src/LegadoParser2.egg-info/top_level.txt
src/LegadoParser2/RuleDefault/EndRule.py
src/LegadoParser2/RuleDefault/RuleDefaultEfficient2.py
src/LegadoParser2/RuleDefault/__init__.py
src/LegadoParser2/RuleJs/JS.py
src/LegadoParser2/RuleJs/__init__.py
src/LegadoParser2/RuleJs/jsExtension.py
src/LegadoParser2/RuleJsonPath/RuleJsonPath.py
src/LegadoParser2/RuleJsonPath/__init__.py
src/LegadoParser2/RuleRegex/RuleRegex.py
src/LegadoParser2/RuleRegex/__init__.py
src/LegadoParser2/RuleUrl/BodyType.py
src/LegadoParser2/RuleUrl/Url.py
src/LegadoParser2/RuleUrl/UrlEval.py
src/LegadoParser2/RuleUrl/__init__.py
src/LegadoParser2/RuleXpath/RuleXpath.py
src/LegadoParser2/RuleXpath/__init__.py
src/LegadoParser2/html5_parser/__init__.py
src/LegadoParser2/html5_parser/dom.py
src/LegadoParser2/html5_parser/encoding_names.py
src/LegadoParser2/html5_parser/encoding_parser.py
src/LegadoParser2/html5_parser/soup.py
src/LegadoParser2/html5_parser/stdlib_etree.py
src/LegadoParser2/quickjs/__init__.py