LICENSE
README.md
pyproject.toml
setup.py
src/edgeless_smart_scraper.egg-info/PKG-INFO
src/edgeless_smart_scraper.egg-info/SOURCES.txt
src/edgeless_smart_scraper.egg-info/dependency_links.txt
src/edgeless_smart_scraper.egg-info/requires.txt
src/edgeless_smart_scraper.egg-info/top_level.txt
src/smart_scraper/__init__.py
src/smart_scraper/_types.py
src/smart_scraper/scraper.py
src/smart_scraper/selector.py
src/smart_scraper/backends/__init__.py
src/smart_scraper/backends/basic.py
src/smart_scraper/backends/firecrawl.py
src/smart_scraper/backends/tavily.py
tests/test_basic.py
tests/test_selector.py