LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
Crawl4AI.egg-info/PKG-INFO
Crawl4AI.egg-info/SOURCES.txt
Crawl4AI.egg-info/dependency_links.txt
Crawl4AI.egg-info/entry_points.txt
Crawl4AI.egg-info/requires.txt
Crawl4AI.egg-info/top_level.txt
crawl4ai/__init__.py
crawl4ai/__version__.py
crawl4ai/async_configs.py
crawl4ai/async_crawler_strategy.py
crawl4ai/async_database.py
crawl4ai/async_logger.py
crawl4ai/async_webcrawler.py
crawl4ai/cache_context.py
crawl4ai/chunking_strategy.py
crawl4ai/cli.py
crawl4ai/config.py
crawl4ai/content_filter_strategy.py
crawl4ai/content_scraping_strategy.py
crawl4ai/crawler_strategy.py
crawl4ai/database.py
crawl4ai/docs_manager.py
crawl4ai/extraction_strategy.bak.py
crawl4ai/extraction_strategy.py
crawl4ai/install.py
crawl4ai/llmtxt.py
crawl4ai/markdown_generation_strategy.py
crawl4ai/migrations.py
crawl4ai/model_loader.py
crawl4ai/models.py
crawl4ai/prompts.py
crawl4ai/ssl_certificate.py
crawl4ai/user_agent_generator.py
crawl4ai/utils.py
crawl4ai/utils.scraping.py
crawl4ai/version_manager.py
crawl4ai/web_crawler.py
crawl4ai/html2text/__init__.py
crawl4ai/html2text/__main__.py
crawl4ai/html2text/_typing.py
crawl4ai/html2text/cli.py
crawl4ai/html2text/config.py
crawl4ai/html2text/elements.py
crawl4ai/html2text/utils.py
crawl4ai/js_snippet/__init__.py
crawl4ai/js_snippet/navigator_overrider.js
crawl4ai/js_snippet/remove_overlay_elements.js
crawl4ai/js_snippet/update_image_dimensions.js
tests/test_cli_docs.py
tests/test_docker.py
tests/test_llmtxt.py
tests/test_main.py
tests/test_web_crawler.py