LICENSE
README.md
pyproject.toml
src/bytecrawl/__init__.py
src/bytecrawl/core.py
src/bytecrawl/crawler.py
src/bytecrawl/mcp_http.py
src/bytecrawl/mcp_server.py
src/bytecrawl/security.py
src/bytecrawl.egg-info/PKG-INFO
src/bytecrawl.egg-info/SOURCES.txt
src/bytecrawl.egg-info/dependency_links.txt
src/bytecrawl.egg-info/entry_points.txt
src/bytecrawl.egg-info/requires.txt
src/bytecrawl.egg-info/top_level.txt
src/bytecrawl/crawl/__init__.py
src/bytecrawl/crawl/base.py
src/bytecrawl/crawl/compare.py
src/bytecrawl/crawl/frontier.py
src/bytecrawl/crawl/graph.py
src/bytecrawl/crawl/result.py
src/bytecrawl/crawl/strategies.py
src/bytecrawl/crawl/text.py
src/bytecrawl/scraping/__init__.py
src/bytecrawl/scraping/markdown.py
src/bytecrawl/scraping/page.py
src/bytecrawl/scraping/scraper.py
src/bytecrawl/scraping/selectors.py
src/bytecrawl/scraping/session.py
src/bytecrawl/scraping/url.py
tests/test_blocked.py
tests/test_browser_live.py
tests/test_core.py
tests/test_crawler_strategies.py
tests/test_frontier.py
tests/test_graph_utils.py
tests/test_markdown_clean.py
tests/test_mcp_http.py
tests/test_mcp_server.py
tests/test_packaging.py
tests/test_pep8_vercel.py
tests/test_seed_failures.py
tests/test_selectors.py
tests/test_session.py
tests/test_smoke_production.py