LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.py
src/__init__.py
src/webtop_il_kit/__init__.py
src/webtop_il_kit/auth.py
src/webtop_il_kit/browser.py
src/webtop_il_kit/config.py
src/webtop_il_kit/extractor.py
src/webtop_il_kit/navigator.py
src/webtop_il_kit/pagination.py
src/webtop_il_kit/scraper.py
src/webtop_il_kit/selectors.py
src/webtop_il_kit/utils.py
src/webtop_il_kit.egg-info/PKG-INFO
src/webtop_il_kit.egg-info/SOURCES.txt
src/webtop_il_kit.egg-info/dependency_links.txt
src/webtop_il_kit.egg-info/requires.txt
src/webtop_il_kit.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/test_full_flow.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_auth_navigator.py
tests/integration/test_pagination_extractor.py
tests/integration/test_scraper.py
tests/recorded/__init__.py
tests/recorded/conftest.py
tests/recorded/test_extraction.py
tests/recorded/test_pagination.py
tests/unit/__init__.py
tests/unit/test_auth_methods.py
tests/unit/test_browser.py
tests/unit/test_config.py
tests/unit/test_extractor_methods.py
tests/unit/test_navigator_methods.py
tests/unit/test_pagination_methods.py
tests/unit/test_utils.py