LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
soupsavvy/VERSION
soupsavvy/__init__.py
soupsavvy/api.py
soupsavvy/exceptions.py
soupsavvy/interfaces.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/models/__init__.py
soupsavvy/models/base.py
soupsavvy/models/wrappers.py
soupsavvy/operations/__init__.py
soupsavvy/operations/base.py
soupsavvy/operations/general.py
soupsavvy/operations/selection_pipeline.py
soupsavvy/selectors/__init__.py
soupsavvy/selectors/attributes.py
soupsavvy/selectors/base.py
soupsavvy/selectors/combinators.py
soupsavvy/selectors/general.py
soupsavvy/selectors/logical.py
soupsavvy/selectors/namespace.py
soupsavvy/selectors/relative.py
soupsavvy/selectors/tag_utils.py
soupsavvy/selectors/css/__init__.py
soupsavvy/selectors/css/selectors.py
soupsavvy/selectors/nth/__init__.py
soupsavvy/selectors/nth/nth_soup_selector.py
soupsavvy/selectors/nth/nth_utils.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/deprecation.py
soupsavvy/utils/logging.py