LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
soupsavvy/VERSION
soupsavvy/__init__.py
soupsavvy/api.py
soupsavvy/base.py
soupsavvy/exceptions.py
soupsavvy/interfaces.py
soupsavvy/operators.py
soupsavvy.egg-info/PKG-INFO
soupsavvy.egg-info/SOURCES.txt
soupsavvy.egg-info/dependency_links.txt
soupsavvy.egg-info/requires.txt
soupsavvy.egg-info/top_level.txt
soupsavvy/implementation/__init__.py
soupsavvy/implementation/bs4.py
soupsavvy/implementation/element.py
soupsavvy/implementation/lxml.py
soupsavvy/implementation/playwright.py
soupsavvy/implementation/selenium.py
soupsavvy/implementation/snippets/__init__.py
soupsavvy/implementation/snippets/css.py
soupsavvy/implementation/snippets/xpath.py
soupsavvy/implementation/snippets/js/__init__.py
soupsavvy/implementation/snippets/js/playwright.py
soupsavvy/implementation/snippets/js/selenium.py
soupsavvy/models/__init__.py
soupsavvy/models/base.py
soupsavvy/models/constants.py
soupsavvy/models/wrappers.py
soupsavvy/operations/__init__.py
soupsavvy/operations/browser.py
soupsavvy/operations/conditional.py
soupsavvy/operations/element.py
soupsavvy/operations/general.py
soupsavvy/operations/selection_pipeline.py
soupsavvy/operations/serialization.py
soupsavvy/operations/wrappers.py
soupsavvy/selectors/__init__.py
soupsavvy/selectors/attributes.py
soupsavvy/selectors/combinators.py
soupsavvy/selectors/general.py
soupsavvy/selectors/logical.py
soupsavvy/selectors/namespace.py
soupsavvy/selectors/relative.py
soupsavvy/selectors/css/__init__.py
soupsavvy/selectors/css/api.py
soupsavvy/selectors/css/selectors.py
soupsavvy/selectors/nth/__init__.py
soupsavvy/selectors/nth/nth_utils.py
soupsavvy/selectors/nth/selectors.py
soupsavvy/selectors/xpath/__init__.py
soupsavvy/selectors/xpath/api.py
soupsavvy/selectors/xpath/selectors.py
soupsavvy/testing/__init__.py
soupsavvy/testing/generators/__init__.py
soupsavvy/testing/generators/base.py
soupsavvy/testing/generators/generators.py
soupsavvy/testing/generators/namespace.py
soupsavvy/testing/generators/templates/__init__.py
soupsavvy/testing/generators/templates/base.py
soupsavvy/testing/generators/templates/config.py
soupsavvy/testing/generators/templates/templates.py
soupsavvy/utils/__init__.py
soupsavvy/utils/logging.py
soupsavvy/utils/selector_utils.py