LICENSE
README.md
pyproject.toml
src/wxpath/__init__.py
src/wxpath/cli.py
src/wxpath/patches.py
src/wxpath.egg-info/PKG-INFO
src/wxpath.egg-info/SOURCES.txt
src/wxpath.egg-info/dependency_links.txt
src/wxpath.egg-info/entry_points.txt
src/wxpath.egg-info/requires.txt
src/wxpath.egg-info/top_level.txt
src/wxpath/core/__init__.py
src/wxpath/core/dom.py
src/wxpath/core/errors.py
src/wxpath/core/models.py
src/wxpath/core/ops.py
src/wxpath/core/parser.py
src/wxpath/core/runtime/__init__.py
src/wxpath/core/runtime/engine.py
src/wxpath/core/runtime/helpers.py
src/wxpath/hooks/__init__.py
src/wxpath/hooks/builtin.py
src/wxpath/hooks/registry.py
src/wxpath/http/__init__.py
src/wxpath/http/stats.py
src/wxpath/http/client/__init__.py
src/wxpath/http/client/crawler.py
src/wxpath/http/client/request.py
src/wxpath/http/client/response.py
src/wxpath/http/policy/backoff.py
src/wxpath/http/policy/retry.py
src/wxpath/http/policy/throttler.py
src/wxpath/util/__init__.py
src/wxpath/util/logging.py
src/wxpath/util/serialize.py