LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
spydra/__init__.py
spydra/cli.py
spydra/parser.py
spydra/py.typed
spydra.egg-info/PKG-INFO
spydra.egg-info/SOURCES.txt
spydra.egg-info/dependency_links.txt
spydra.egg-info/entry_points.txt
spydra.egg-info/not-zip-safe
spydra.egg-info/requires.txt
spydra.egg-info/top_level.txt
spydra/ai/__init__.py
spydra/ai/extractor.py
spydra/ai/schema.py
spydra/ai/selector.py
spydra/antibot/__init__.py
spydra/antibot/behavior.py
spydra/antibot/captcha.py
spydra/antibot/fingerprint.py
spydra/core/__init__.py
spydra/core/_shell_signatures.py
spydra/core/_types.py
spydra/core/ai.py
spydra/core/custom_types.py
spydra/core/mixins.py
spydra/core/shell.py
spydra/core/storage.py
spydra/core/translator.py
spydra/core/utils/__init__.py
spydra/core/utils/_shell.py
spydra/core/utils/_utils.py
spydra/distributed/__init__.py
spydra/distributed/sinks.py
spydra/distributed/spider.py
spydra/distributed/worker.py
spydra/engines/__init__.py
spydra/engines/constants.py
spydra/engines/static.py
spydra/engines/_browsers/__init__.py
spydra/engines/_browsers/_base.py
spydra/engines/_browsers/_config_tools.py
spydra/engines/_browsers/_controllers.py
spydra/engines/_browsers/_page.py
spydra/engines/_browsers/_stealth.py
spydra/engines/_browsers/_types.py
spydra/engines/_browsers/_validators.py
spydra/engines/toolbelt/__init__.py
spydra/engines/toolbelt/ad_domains.py
spydra/engines/toolbelt/convertor.py
spydra/engines/toolbelt/custom.py
spydra/engines/toolbelt/fingerprints.py
spydra/engines/toolbelt/navigation.py
spydra/engines/toolbelt/proxy_rotation.py
spydra/fetchers/__init__.py
spydra/fetchers/chrome.py
spydra/fetchers/requests.py
spydra/fetchers/stealth_chrome.py
spydra/spiders/__init__.py
spydra/spiders/cache.py
spydra/spiders/checkpoint.py
spydra/spiders/engine.py
spydra/spiders/links.py
spydra/spiders/request.py
spydra/spiders/result.py
spydra/spiders/robotstxt.py
spydra/spiders/scheduler.py
spydra/spiders/session.py
spydra/spiders/spider.py
spydra/spiders/templates/__init__.py
spydra/spiders/templates/crawler.py
spydra/spiders/templates/sitemap.py