crawlee 1.1.1b10__tar.gz → 1.1.1b11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/PKG-INFO +1 -1
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/google/cloud_run_example.py +1 -1
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/google/google_example.py +2 -5
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/running_in_web_server/server.py +2 -2
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/pyproject.toml +2 -2
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_system.py +3 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_basic/test_basic_crawler.py +1 -1
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/uv.lock +110 -36
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.editorconfig +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/CODEOWNERS +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/pull_request_template.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/check_pr_title.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/pre_release.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/release.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/run_code_checks.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/templates_e2e_tests.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.github/workflows/update_new_issue.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.gitignore +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.markdownlint.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/.pre-commit-config.yaml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/CHANGELOG.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/CONTRIBUTING.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/LICENSE +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/Makefile +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/README.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/before_scroll.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/apify_platform.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/crawler_as_actor_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/get_public_url.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/log_with_config_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/proxy_advanced_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/proxy_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/google_cloud.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/google_cloud_run.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/add_data_to_dataset.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/beautifulsoup_crawler.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/capture_screenshot_using_playwright.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/capturing_page_snapshots_with_error_snapshotter.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/adaptive_playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/add_data_to_dataset_bs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/add_data_to_dataset_dataset.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/add_data_to_dataset_pw.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/beautifulsoup_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/beautifulsoup_crawler_keep_alive.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/beautifulsoup_crawler_stop.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/capture_screenshot_using_playwright.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/configure_json_logging.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_all_links_on_website_bs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_all_links_on_website_pw.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_multiple_urls_bs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_multiple_urls_pw.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_specific_links_on_website_bs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_specific_links_on_website_pw.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_website_with_relative_links_all_links.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_website_with_relative_links_same_domain.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_website_with_relative_links_same_hostname.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_website_with_relative_links_same_origin.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/export_entire_dataset_to_file_csv.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/export_entire_dataset_to_file_json.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/extract_and_add_specific_links_on_website_bs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/extract_and_add_specific_links_on_website_pw.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/fill_and_submit_web_form_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/fill_and_submit_web_form_request.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/parsel_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/parsel_crawler_with_error_snapshotter.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/playwright_block_requests.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/playwright_crawler_with_camoufox.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/playwright_crawler_with_error_snapshotter.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/playwright_crawler_with_fingerprint_generator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/respect_robots_on_skipped_request.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/respect_robots_txt_file.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/resuming_paused_crawl.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/using_browser_profiles_chrome.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/using_browser_profiles_firefox.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/using_sitemap_request_loader.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/crawl_all_links_on_website.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/crawl_multiple_urls.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/crawl_specific_links_on_website.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/crawl_website_with_relative_links.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/crawler_keep_alive.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/crawler_stop.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/export_entire_dataset_to_file.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/fill_and_submit_web_form.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/json_logging.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/parsel_crawler.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/playwright_crawler.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/playwright_crawler_adaptive.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/playwright_crawler_with_block_requests.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/playwright_crawler_with_camoufox.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/playwright_crawler_with_fingerprint_generator.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/respect_robots_txt_file.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/resuming_paused_crawl.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/using_browser_profile.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/using_sitemap_request_loader.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/architecture_overview.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/avoid_blocking.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/avoid_blocking/default_fingerprint_generator_with_args.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/avoid_blocking/playwright_with_fingerprint_generator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/creating_web_archive/manual_archiving_parsel_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/creating_web_archive/manual_archiving_playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/creating_web_archive/simple_pw_through_proxy_pywb_server.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/error_handling/change_handle_error_status.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/error_handling/disable_retry.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/error_handling/handle_proxy_error.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_clients/parsel_curl_impersonate_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_clients/parsel_httpx_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_clients/parsel_impit_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_crawlers/beautifulsoup_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_crawlers/custom_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_crawlers/http_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/http_crawlers/parsel_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/login_crawler/http_login.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/login_crawler/playwright_login.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler/browser_configuration_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler/multiple_launch_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler/plugin_browser_configuration_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler/pre_navigation_hook_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_adaptive/handler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_adaptive/init_beautifulsoup.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_adaptive/init_parsel.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_adaptive/init_prediction.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_adaptive/pre_nav_hooks.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_stagehand/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_stagehand/browser_classes.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_stagehand/stagehand_run.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/playwright_crawler_stagehand/support_classes.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/inspecting_bs_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/inspecting_pw_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/integration_bs_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/integration_pw_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/quick_start_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/session_bs_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/session_pw_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/tiers_bs_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/proxy_management/tiers_pw_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/rl_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/rl_basic_example_with_persist.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/rl_tandem_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/rl_tandem_example_explicit.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/sitemap_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/sitemap_example_with_persist.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/sitemap_tandem_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_loaders/sitemap_tandem_example_explicit.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/adaptive_crawler_handlers.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/basic_request_handlers.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/custom_router_default_only.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/error_handler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/failed_request_handler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/http_pre_navigation.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/playwright_pre_navigation.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/request_router/simple_default_handler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/running_in_web_server/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/running_in_web_server/crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/scaling_crawlers/max_tasks_per_minute_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/scaling_crawlers/min_and_max_concurrency_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_conflicts.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_crawler_configuration.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_crawler_event_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_crawler_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_locator_configuration.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_locator_event_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_locator_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_storage_configuration.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/service_locator/service_storage_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/multi_sessions_http.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/one_session_http.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/sm_basic.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/sm_beautifulsoup.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/sm_http.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/sm_parsel.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/sm_playwright.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/session_management/sm_standalone.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/custom_storage_client_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/file_system_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/file_system_storage_client_configuration_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/memory_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/redis_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/redis_storage_client_configuration_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/registering_storage_clients_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/sql_storage_client_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storage_clients/sql_storage_client_configuration_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/cleaning_do_not_purge_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/cleaning_purge_explicitly_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/dataset_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/dataset_with_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/dataset_with_crawler_explicit_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/helper_add_requests_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/helper_enqueue_links_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/kvs_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/kvs_with_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/kvs_with_crawler_explicit_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/opening.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/rq_basic_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/rq_with_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/storages/rq_with_crawler_explicit_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/trace_and_monitor_crawlers/instrument_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/crawler_login.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/creating_web_archive.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/error_handling.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/http_clients.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/http_crawlers.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/playwright_crawler.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/playwright_crawler_adaptive.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/playwright_crawler_stagehand.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/proxy_management.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/request_loaders.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/request_router.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/running_in_web_server.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/scaling_crawlers.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/service_locator.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/session_management.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/storage_clients.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/storages.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/trace_and_monitor_crawlers.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/01_setting_up.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/02_first_crawler.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/03_adding_more_urls.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/04_real_world_project.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/05_crawling.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/06_scraping.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/07_saving_data.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/08_refactoring.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/09_running_in_cloud.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/02_bs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/02_bs_better.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/02_request_queue.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/03_enqueue_strategy.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/03_finding_new_links.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/03_globs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/03_original_code.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/03_transform_request.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/04_sanity_check.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/05_crawling_detail.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/05_crawling_listing.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/06_scraping.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/07_final_code.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/07_first_code.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/08_main.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/08_routes.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/09_apify_sdk.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/code_examples/routes.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/introduction/index.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/pyproject.toml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/quick-start/code_examples/beautifulsoup_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/quick-start/code_examples/parsel_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/quick-start/code_examples/playwright_crawler_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/quick-start/code_examples/playwright_crawler_headful_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/quick-start/index.mdx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/upgrading/upgrading_to_v0x.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/upgrading/upgrading_to_v1.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/renovate.json +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_autoscaling/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_autoscaling/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_autoscaling/autoscaled_pool.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_autoscaling/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_autoscaling/snapshotter.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_autoscaling/system_status.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_browserforge_workaround.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_cli.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_consts.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_log_config.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_request.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_service_locator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/blocked.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/byte_size.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/console.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/crypto.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/docs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/file.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/globs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/html_to_text.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/models.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/raise_if_too_many_kwargs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/recoverable_state.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/recurring_task.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/requests.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/robots.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/sitemap.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/system.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/time.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/try_import.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/urls.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/wait.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/_utils/web.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_browser_controller.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_browser_plugin.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_browser_pool.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_playwright_browser.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_playwright_browser_controller.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_playwright_browser_plugin.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/browsers/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/configuration.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_abstract_http/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_abstract_http/_abstract_http_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_abstract_http/_abstract_http_parser.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_abstract_http/_http_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_abstract_http/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawler_statistics.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/_adaptive_playwright_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/_rendering_type_predictor.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/_result_comparator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_adaptive_playwright/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_basic/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_basic/_basic_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_basic/_basic_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_basic/_context_pipeline.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_basic/_logging_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_basic/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_beautifulsoup/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_beautifulsoup/_beautifulsoup_parser.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_beautifulsoup/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_beautifulsoup/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_http/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_http/_http_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_http/_http_parser.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_parsel/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_parsel/_parsel_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_parsel/_parsel_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_parsel/_parsel_parser.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_parsel/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/_playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/_playwright_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/_playwright_http_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/_playwright_pre_nav_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_playwright/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/crawlers/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/errors.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/events/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/events/_event_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/events/_local_event_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/events/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/events/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/_browserforge_adapter.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/_consts.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/_fingerprint_generator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/_header_generator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/_types.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/fingerprint_suite/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/http_clients/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/http_clients/_base.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/http_clients/_curl_impersonate.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/http_clients/_httpx.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/http_clients/_impit.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/otel/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/otel/crawler_instrumentor.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/cookiecutter.json +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/hooks/post_gen_project.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/hooks/pre_gen_project.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/main.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/main_beautifulsoup.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/main_parsel.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/main_playwright.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/main_playwright_camoufox.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/routes_beautifulsoup.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/routes_camoufox.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/routes_parsel.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/routes_playwright.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/templates/routes_playwright_camoufox.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/.dockerignore +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/README.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/pyproject.toml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/requirements.txt +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/__main__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/main.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/project_template/{{cookiecutter.project_name}}/{{cookiecutter.__package_name}}/routes.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/proxy_configuration.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/request_loaders/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/request_loaders/_request_list.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/request_loaders/_request_loader.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/request_loaders/_request_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/request_loaders/_request_manager_tandem.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/request_loaders/_sitemap_request_loader.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/router.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/sessions/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/sessions/_cookies.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/sessions/_models.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/sessions/_session.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/sessions/_session_pool.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/sessions/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/statistics/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/statistics/_error_snapshotter.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/statistics/_error_tracker.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/statistics/_models.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/statistics/_statistics.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_base/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_base/_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_base/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_base/_request_queue_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_base/_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_base/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/_request_queue_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_file_system/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_memory/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_memory/_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_memory/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_memory/_request_queue_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_memory/_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_memory/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/_client_mixin.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/_request_queue_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_bloom_add_requests.lua +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_fetch_request.lua +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/lua_scripts/atomic_set_add_requests.lua +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/lua_scripts/reclaim_stale_requests.lua +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_redis/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/_client_mixin.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/_db_models.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/_key_value_store_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/_request_queue_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/_storage_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/_sql/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/models.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storage_clients/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/_base.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/_dataset.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/_key_value_store.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/_request_queue.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/_storage_instance_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/src/crawlee/storages/py.typed +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/e2e/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/e2e/conftest.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/e2e/project_template/test_static_crawlers_templates.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/e2e/project_template/utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/README.md +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/__init__.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_autoscaling/test_autoscaled_pool.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_autoscaling/test_snapshotter.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_autoscaling/test_system_status.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_statistics/test_error_tracker.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_statistics/test_periodic_logging.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_statistics/test_persistence.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_statistics/test_request_processing_record.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_byte_size.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_console.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_crypto.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_file.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_globs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_html_to_text.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_measure_time.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_raise_if_too_many_kwargs.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_recurring_task.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_requests.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_robots.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_sitemap.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_timedelata_ms.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/_utils/test_urls.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/browsers/test_browser_pool.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/browsers/test_playwright_browser.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/browsers/test_playwright_browser_controller.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/browsers/test_playwright_browser_plugin.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/conftest.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler_statistics.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawling_context.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_adaptive_playwright/test_predictor.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_basic/test_context_pipeline.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_beautifulsoup/test_beautifulsoup_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_http/test_http_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_parsel/test_parsel_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_playwright/test_playwright_crawler.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/crawlers/_playwright/test_utils.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/events/test_event_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/events/test_local_event_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/fingerprint_suite/test_adapters.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/fingerprint_suite/test_header_generator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/http_clients/test_http_clients.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/http_clients/test_httpx.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/otel/test_crawler_instrumentor.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/proxy_configuration/test_new_proxy_info.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/proxy_configuration/test_tiers.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/request_loaders/test_request_list.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/request_loaders/test_sitemap_request_loader.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/server.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/server_endpoints.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/server_static/test.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/server_static/test.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/sessions/test_cookies.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/sessions/test_models.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/sessions/test_session.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/sessions/test_session_pool.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_file_system/test_fs_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_file_system/test_fs_kvs_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_file_system/test_fs_rq_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_memory/test_memory_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_memory/test_memory_kvs_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_memory/test_memory_rq_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_redis/test_redis_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_redis/test_redis_kvs_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_redis/test_redis_rq_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_sql/test_sql_dataset_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_sql/test_sql_kvs_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storage_clients/_sql/test_sql_rq_client.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storages/conftest.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storages/test_dataset.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storages/test_key_value_store.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storages/test_request_manager_tandem.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storages/test_request_queue.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/storages/test_storage_instance_manager.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/test_cli.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/test_configuration.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/test_log_config.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/test_router.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/tests/unit/test_service_locator.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/.eslintrc.json +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/.yarnrc.yml +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/babel.config.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/build_api_reference.sh +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/docusaurus.config.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/generate_module_shortcuts.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/package.json +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/patches/@docusaurus+core+3.4.0.patch +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/patches/@docusaurus+core+3.5.2.patch +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/roa-loader/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/roa-loader/package.json +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/sidebars.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/ApiLink.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Button.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Button.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/CopyButton.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/CopyButton.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Gradients.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Highlights.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Highlights.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/HomepageCliExample.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/HomepageCliExample.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/HomepageCtaSection.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/HomepageCtaSection.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/HomepageHeroSection.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/HomepageHeroSection.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/LanguageInfoWidget.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/LanguageInfoWidget.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/LanguageSwitch.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/LanguageSwitch.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/RiverSection.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/RiverSection.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/ThreeCardsWithIcon.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/ThreeCardsWithIcon.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/animated-crawlee-logo-dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/Homepage/animated-crawlee-logo-light.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/LLMButtons.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/LLMButtons.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/css/custom.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/pages/home_page_example.py +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/pages/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/pages/index.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/ColorModeToggle/dark-mode-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/ColorModeToggle/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/ColorModeToggle/light-mode-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/ColorModeToggle/styles.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/DocItem/Content/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/DocItem/Content/styles.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/DocItem/Layout/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/DocItem/Layout/styles.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Footer/LinkItem/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Footer/LinkItem/index.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Footer/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Footer/index.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/MDXComponents/A.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/Content/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/Content/styles.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/Logo/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/Logo/index.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/MobileSidebar/Header/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/MobileSidebar/Header/index.module.css +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/MobileSidebar/Layout/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/Navbar/MobileSidebar/index.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/src/theme/NavbarItem/ComponentTypes.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/.nojekyll +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/font/lota.woff +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/font/lota.woff2 +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/API.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/arrow_right.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/auto-scaling-dark.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/auto-scaling-light.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/check.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/chrome-scrape-dark.gif +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/chrome-scrape-light.gif +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/cloud_icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/community-dark-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/community-light-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-dark-new.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-javascript-dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-javascript-light.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-light-new.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-light.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-logo-monocolor.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-logo.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-python-dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-python-light.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/crawlee-python-og.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/defaults-dark-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/defaults-light-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/discord-brand-dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/discord-brand.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/docusaurus.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/external-link.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/favicon.ico +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/favorite-tools-dark.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/favorite-tools-light.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/auto-scaling.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/automate-everything.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/fingerprints.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/node-requests.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/runs-on-py.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/storage.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/features/works-everywhere.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/fill-and-submit-web-form/00.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/fill-and-submit-web-form/01.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/fill-and-submit-web-form/02.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/fill-and-submit-web-form/03.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/getting-started/current-price.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/getting-started/scraping-practice.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/getting-started/select-an-element.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/getting-started/selected-element.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/getting-started/sku.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/getting-started/title.jpg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/github-brand-dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/github-brand.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/guides/jaeger_otel_search_view_example.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/guides/jaeger_otel_trace_example.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/hearth copy.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/hearth.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/javascript_logo.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/js_file.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/logo-big.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/logo-blur.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/logo-blur.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/logo-zoom.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/menu-arrows.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/oss_logo.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/puppeteer-live-view-dashboard.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/puppeteer-live-view-detail.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/queue-dark-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/queue-light-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/resuming-paused-crawl/00.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/resuming-paused-crawl/01.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/robot.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/routing-dark-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/routing-light-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/scraping-utils-dark-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/scraping-utils-light-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/smart-proxy-dark.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/smart-proxy-light.webp +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/source_code.png +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/system.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/triangles_dark.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/triangles_light.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/workflow.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/zero-setup-dark-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/img/zero-setup-light-icon.svg +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/js/custom.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/static/robots.txt +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/docs-prettier.config.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/utils/externalLink.js +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/website_gif/chrome-scrape-dark.gif +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/website_gif/chrome-scrape-dark.mp4 +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/website_gif/chrome-scrape-light.gif +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/website_gif/chrome-scrape-light.mp4 +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tools/website_gif/website_gif.mjs +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/tsconfig.eslint.json +0 -0
- {crawlee-1.1.1b10 → crawlee-1.1.1b11}/website/yarn.lock +0 -0
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/google/cloud_run_example.py
RENAMED
|
@@ -9,7 +9,7 @@ from crawlee.crawlers import PlaywrightCrawler, PlaywrightCrawlingContext
|
|
|
9
9
|
from crawlee.storage_clients import MemoryStorageClient
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
@get('/')
|
|
12
|
+
@get('/') # type: ignore[untyped-decorator]
|
|
13
13
|
async def main() -> str:
|
|
14
14
|
"""The crawler entry point that will be called when the HTTP endpoint is accessed."""
|
|
15
15
|
# highlight-start
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/google/google_example.py
RENAMED
|
@@ -6,10 +6,7 @@ from datetime import timedelta
|
|
|
6
6
|
import functions_framework
|
|
7
7
|
from flask import Request, Response
|
|
8
8
|
|
|
9
|
-
from crawlee.crawlers import
|
|
10
|
-
BeautifulSoupCrawler,
|
|
11
|
-
BeautifulSoupCrawlingContext,
|
|
12
|
-
)
|
|
9
|
+
from crawlee.crawlers import BeautifulSoupCrawler, BeautifulSoupCrawlingContext
|
|
13
10
|
from crawlee.storage_clients import MemoryStorageClient
|
|
14
11
|
|
|
15
12
|
|
|
@@ -51,7 +48,7 @@ async def main() -> str:
|
|
|
51
48
|
# highlight-end
|
|
52
49
|
|
|
53
50
|
|
|
54
|
-
@functions_framework.http
|
|
51
|
+
@functions_framework.http # type: ignore[untyped-decorator]
|
|
55
52
|
def crawlee_run(request: Request) -> Response:
|
|
56
53
|
# You can pass data to your crawler using `request`
|
|
57
54
|
function_id = request.headers['Function-Execution-Id']
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/guides/code_examples/running_in_web_server/server.py
RENAMED
|
@@ -14,7 +14,7 @@ from .crawler import lifespan
|
|
|
14
14
|
app = FastAPI(lifespan=lifespan, title='Crawler app')
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
@app.get('/', response_class=HTMLResponse)
|
|
17
|
+
@app.get('/', response_class=HTMLResponse) # type: ignore[untyped-decorator]
|
|
18
18
|
def index() -> str:
|
|
19
19
|
return """
|
|
20
20
|
<!DOCTYPE html>
|
|
@@ -32,7 +32,7 @@ def index() -> str:
|
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
@app.get('/scrape')
|
|
35
|
+
@app.get('/scrape') # type: ignore[untyped-decorator]
|
|
36
36
|
async def scrape_url(request: Request, url: str | None = None) -> dict:
|
|
37
37
|
if not url:
|
|
38
38
|
return {'url': 'missing', 'scrape result': 'no results'}
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "crawlee"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.1b11"
|
|
8
8
|
description = "Crawlee for Python"
|
|
9
9
|
authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }]
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -101,7 +101,7 @@ dev = [
|
|
|
101
101
|
"build<2.0.0", # For e2e tests.
|
|
102
102
|
"dycw-pytest-only<3.0.0",
|
|
103
103
|
"fakeredis[probabilistic,json,lua]<3.0.0",
|
|
104
|
-
"mypy~=1.
|
|
104
|
+
"mypy~=1.19.0",
|
|
105
105
|
"pre-commit<5.0.0",
|
|
106
106
|
"proxy-py<3.0.0",
|
|
107
107
|
"pydoc-markdown<5.0.0",
|
|
@@ -54,6 +54,7 @@ def test_memory_estimation_does_not_overestimate_due_to_shared_memory() -> None:
|
|
|
54
54
|
|
|
55
55
|
def extra_memory_child(ready: synchronize.Barrier, measured: synchronize.Barrier) -> None:
|
|
56
56
|
memory = SharedMemory(size=extra_memory_size, create=True)
|
|
57
|
+
assert memory.buf is not None
|
|
57
58
|
memory.buf[:] = bytearray([255 for _ in range(extra_memory_size)])
|
|
58
59
|
print(f'Using the memory... {memory.buf[-1]}')
|
|
59
60
|
ready.wait()
|
|
@@ -64,6 +65,7 @@ def test_memory_estimation_does_not_overestimate_due_to_shared_memory() -> None:
|
|
|
64
65
|
def shared_extra_memory_child(
|
|
65
66
|
ready: synchronize.Barrier, measured: synchronize.Barrier, memory: SharedMemory
|
|
66
67
|
) -> None:
|
|
68
|
+
assert memory.buf is not None
|
|
67
69
|
print(f'Using the memory... {memory.buf[-1]}')
|
|
68
70
|
ready.wait()
|
|
69
71
|
measured.wait()
|
|
@@ -79,6 +81,7 @@ def test_memory_estimation_does_not_overestimate_due_to_shared_memory() -> None:
|
|
|
79
81
|
|
|
80
82
|
if use_shared_memory:
|
|
81
83
|
shared_memory = SharedMemory(size=extra_memory_size, create=True)
|
|
84
|
+
assert shared_memory.buf is not None
|
|
82
85
|
shared_memory.buf[:] = bytearray([255 for _ in range(extra_memory_size)])
|
|
83
86
|
extra_args = [shared_memory]
|
|
84
87
|
else:
|
|
@@ -305,7 +305,7 @@ async def test_handlers_use_context_helpers(tmp_path: Path, handler: str) -> Non
|
|
|
305
305
|
raise RuntimeError('Arbitrary crash for testing purposes')
|
|
306
306
|
|
|
307
307
|
# Apply one of the handlers
|
|
308
|
-
@getattr(crawler, handler) # type:ignore[
|
|
308
|
+
@getattr(crawler, handler) # type: ignore[untyped-decorator]
|
|
309
309
|
async def handler_implementation(context: BasicCrawlingContext, error: Exception) -> None:
|
|
310
310
|
await context.push_data(test_data)
|
|
311
311
|
await context.add_requests(requests=[test_request], rq_alias=rq_alias)
|
|
@@ -706,7 +706,7 @@ toml = [
|
|
|
706
706
|
|
|
707
707
|
[[package]]
|
|
708
708
|
name = "crawlee"
|
|
709
|
-
version = "1.1.
|
|
709
|
+
version = "1.1.1b11"
|
|
710
710
|
source = { editable = "." }
|
|
711
711
|
dependencies = [
|
|
712
712
|
{ name = "cachetools" },
|
|
@@ -885,7 +885,7 @@ dev = [
|
|
|
885
885
|
{ name = "build", specifier = "<2.0.0" },
|
|
886
886
|
{ name = "dycw-pytest-only", specifier = "<3.0.0" },
|
|
887
887
|
{ name = "fakeredis", extras = ["probabilistic", "json", "lua"], specifier = "<3.0.0" },
|
|
888
|
-
{ name = "mypy", specifier = "~=1.
|
|
888
|
+
{ name = "mypy", specifier = "~=1.19.0" },
|
|
889
889
|
{ name = "pre-commit", specifier = "<5.0.0" },
|
|
890
890
|
{ name = "proxy-py", specifier = "<3.0.0" },
|
|
891
891
|
{ name = "pydoc-markdown", specifier = "<5.0.0" },
|
|
@@ -1635,6 +1635,79 @@ wheels = [
|
|
|
1635
1635
|
{ url = "https://files.pythonhosted.org/packages/35/5a/73ecb3d82f8615f32ccdadeb9356726d6cae3a4bbc840b437ceb95708063/jsonpath_ng-1.7.0-py3-none-any.whl", hash = "sha256:f3d7f9e848cba1b6da28c55b1c26ff915dc9e0b1ba7e752a53d6da8d5cbd00b6", size = 30105, upload-time = "2024-11-20T17:58:30.418Z" },
|
|
1636
1636
|
]
|
|
1637
1637
|
|
|
1638
|
+
[[package]]
|
|
1639
|
+
name = "librt"
|
|
1640
|
+
version = "0.6.3"
|
|
1641
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1642
|
+
sdist = { url = "https://files.pythonhosted.org/packages/37/c3/cdff3c10e2e608490dc0a310ccf11ba777b3943ad4fcead2a2ade98c21e1/librt-0.6.3.tar.gz", hash = "sha256:c724a884e642aa2bbad52bb0203ea40406ad742368a5f90da1b220e970384aae", size = 54209, upload-time = "2025-11-29T14:01:56.058Z" }
|
|
1643
|
+
wheels = [
|
|
1644
|
+
{ url = "https://files.pythonhosted.org/packages/a6/84/859df8db21dedab2538ddfbe1d486dda3eb66a98c6ad7ba754a99e25e45e/librt-0.6.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:45660d26569cc22ed30adf583389d8a0d1b468f8b5e518fcf9bfe2cd298f9dd1", size = 27294, upload-time = "2025-11-29T14:00:35.053Z" },
|
|
1645
|
+
{ url = "https://files.pythonhosted.org/packages/f7/01/ec3971cf9c4f827f17de6729bdfdbf01a67493147334f4ef8fac68936e3a/librt-0.6.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:54f3b2177fb892d47f8016f1087d21654b44f7fc4cf6571c1c6b3ea531ab0fcf", size = 27635, upload-time = "2025-11-29T14:00:36.496Z" },
|
|
1646
|
+
{ url = "https://files.pythonhosted.org/packages/b4/f9/3efe201df84dd26388d2e0afa4c4dc668c8e406a3da7b7319152faf835a1/librt-0.6.3-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c5b31bed2c2f2fa1fcb4815b75f931121ae210dc89a3d607fb1725f5907f1437", size = 81768, upload-time = "2025-11-29T14:00:37.451Z" },
|
|
1647
|
+
{ url = "https://files.pythonhosted.org/packages/0a/13/f63e60bc219b17f3d8f3d13423cd4972e597b0321c51cac7bfbdd5e1f7b9/librt-0.6.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8f8ed5053ef9fb08d34f1fd80ff093ccbd1f67f147633a84cf4a7d9b09c0f089", size = 85884, upload-time = "2025-11-29T14:00:38.433Z" },
|
|
1648
|
+
{ url = "https://files.pythonhosted.org/packages/c2/42/0068f14f39a79d1ce8a19d4988dd07371df1d0a7d3395fbdc8a25b1c9437/librt-0.6.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3f0e4bd9bcb0ee34fa3dbedb05570da50b285f49e52c07a241da967840432513", size = 85830, upload-time = "2025-11-29T14:00:39.418Z" },
|
|
1649
|
+
{ url = "https://files.pythonhosted.org/packages/14/1c/87f5af3a9e6564f09e50c72f82fc3057fd42d1facc8b510a707d0438c4ad/librt-0.6.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d8f89c8d20dfa648a3f0a56861946eb00e5b00d6b00eea14bc5532b2fcfa8ef1", size = 88086, upload-time = "2025-11-29T14:00:40.555Z" },
|
|
1650
|
+
{ url = "https://files.pythonhosted.org/packages/05/e5/22153b98b88a913b5b3f266f12e57df50a2a6960b3f8fcb825b1a0cfe40a/librt-0.6.3-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:ecc2c526547eacd20cb9fbba19a5268611dbc70c346499656d6cf30fae328977", size = 86470, upload-time = "2025-11-29T14:00:41.827Z" },
|
|
1651
|
+
{ url = "https://files.pythonhosted.org/packages/18/3c/ea1edb587799b1edcc22444e0630fa422e32d7aaa5bfb5115b948acc2d1c/librt-0.6.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:fbedeb9b48614d662822ee514567d2d49a8012037fc7b4cd63f282642c2f4b7d", size = 89079, upload-time = "2025-11-29T14:00:42.882Z" },
|
|
1652
|
+
{ url = "https://files.pythonhosted.org/packages/73/ad/50bb4ae6b07c9f3ab19653e0830a210533b30eb9a18d515efb5a2b9d0c7c/librt-0.6.3-cp310-cp310-win32.whl", hash = "sha256:0765b0fe0927d189ee14b087cd595ae636bef04992e03fe6dfdaa383866c8a46", size = 19820, upload-time = "2025-11-29T14:00:44.211Z" },
|
|
1653
|
+
{ url = "https://files.pythonhosted.org/packages/7a/12/7426ee78f3b1dbe11a90619d54cb241ca924ca3c0ff9ade3992178e9b440/librt-0.6.3-cp310-cp310-win_amd64.whl", hash = "sha256:8c659f9fb8a2f16dc4131b803fa0144c1dadcb3ab24bb7914d01a6da58ae2457", size = 21332, upload-time = "2025-11-29T14:00:45.427Z" },
|
|
1654
|
+
{ url = "https://files.pythonhosted.org/packages/8b/80/bc60fd16fe24910bf5974fb914778a2e8540cef55385ab2cb04a0dfe42c4/librt-0.6.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:61348cc488b18d1b1ff9f3e5fcd5ac43ed22d3e13e862489d2267c2337285c08", size = 27285, upload-time = "2025-11-29T14:00:46.626Z" },
|
|
1655
|
+
{ url = "https://files.pythonhosted.org/packages/88/3c/26335536ed9ba097c79cffcee148393592e55758fe76d99015af3e47a6d0/librt-0.6.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:64645b757d617ad5f98c08e07620bc488d4bced9ced91c6279cec418f16056fa", size = 27629, upload-time = "2025-11-29T14:00:47.863Z" },
|
|
1656
|
+
{ url = "https://files.pythonhosted.org/packages/af/fd/2dcedeacfedee5d2eda23e7a49c1c12ce6221b5d58a13555f053203faafc/librt-0.6.3-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:26b8026393920320bb9a811b691d73c5981385d537ffc5b6e22e53f7b65d4122", size = 82039, upload-time = "2025-11-29T14:00:49.131Z" },
|
|
1657
|
+
{ url = "https://files.pythonhosted.org/packages/48/ff/6aa11914b83b0dc2d489f7636942a8e3322650d0dba840db9a1b455f3caa/librt-0.6.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d998b432ed9ffccc49b820e913c8f327a82026349e9c34fa3690116f6b70770f", size = 86560, upload-time = "2025-11-29T14:00:50.403Z" },
|
|
1658
|
+
{ url = "https://files.pythonhosted.org/packages/76/a1/d25af61958c2c7eb978164aeba0350719f615179ba3f428b682b9a5fdace/librt-0.6.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e18875e17ef69ba7dfa9623f2f95f3eda6f70b536079ee6d5763ecdfe6cc9040", size = 86494, upload-time = "2025-11-29T14:00:51.383Z" },
|
|
1659
|
+
{ url = "https://files.pythonhosted.org/packages/7d/4b/40e75d3b258c801908e64b39788f9491635f9554f8717430a491385bd6f2/librt-0.6.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a218f85081fc3f70cddaed694323a1ad7db5ca028c379c214e3a7c11c0850523", size = 88914, upload-time = "2025-11-29T14:00:52.688Z" },
|
|
1660
|
+
{ url = "https://files.pythonhosted.org/packages/97/6d/0070c81aba8a169224301c75fb5fb6c3c25ca67e6ced086584fc130d5a67/librt-0.6.3-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1ef42ff4edd369e84433ce9b188a64df0837f4f69e3d34d3b34d4955c599d03f", size = 86944, upload-time = "2025-11-29T14:00:53.768Z" },
|
|
1661
|
+
{ url = "https://files.pythonhosted.org/packages/a6/94/809f38887941b7726692e0b5a083dbdc87dbb8cf893e3b286550c5f0b129/librt-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0e0f2b79993fec23a685b3e8107ba5f8675eeae286675a216da0b09574fa1e47", size = 89852, upload-time = "2025-11-29T14:00:54.71Z" },
|
|
1662
|
+
{ url = "https://files.pythonhosted.org/packages/58/a3/b0e5b1cda675b91f1111d8ba941da455d8bfaa22f4d2d8963ba96ccb5b12/librt-0.6.3-cp311-cp311-win32.whl", hash = "sha256:fd98cacf4e0fabcd4005c452cb8a31750258a85cab9a59fb3559e8078da408d7", size = 19948, upload-time = "2025-11-29T14:00:55.989Z" },
|
|
1663
|
+
{ url = "https://files.pythonhosted.org/packages/cc/73/70011c2b37e3be3ece3affd3abc8ebe5cda482b03fd6b3397906321a901e/librt-0.6.3-cp311-cp311-win_amd64.whl", hash = "sha256:e17b5b42c8045867ca9d1f54af00cc2275198d38de18545edaa7833d7e9e4ac8", size = 21406, upload-time = "2025-11-29T14:00:56.874Z" },
|
|
1664
|
+
{ url = "https://files.pythonhosted.org/packages/91/ee/119aa759290af6ca0729edf513ca390c1afbeae60f3ecae9b9d56f25a8a9/librt-0.6.3-cp311-cp311-win_arm64.whl", hash = "sha256:87597e3d57ec0120a3e1d857a708f80c02c42ea6b00227c728efbc860f067c45", size = 20875, upload-time = "2025-11-29T14:00:57.752Z" },
|
|
1665
|
+
{ url = "https://files.pythonhosted.org/packages/b4/2c/b59249c566f98fe90e178baf59e83f628d6c38fb8bc78319301fccda0b5e/librt-0.6.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:74418f718083009108dc9a42c21bf2e4802d49638a1249e13677585fcc9ca176", size = 27841, upload-time = "2025-11-29T14:00:58.925Z" },
|
|
1666
|
+
{ url = "https://files.pythonhosted.org/packages/40/e8/9db01cafcd1a2872b76114c858f81cc29ce7ad606bc102020d6dabf470fb/librt-0.6.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:514f3f363d1ebc423357d36222c37e5c8e6674b6eae8d7195ac9a64903722057", size = 27844, upload-time = "2025-11-29T14:01:00.2Z" },
|
|
1667
|
+
{ url = "https://files.pythonhosted.org/packages/59/4d/da449d3a7d83cc853af539dee42adc37b755d7eea4ad3880bacfd84b651d/librt-0.6.3-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cf1115207a5049d1f4b7b4b72de0e52f228d6c696803d94843907111cbf80610", size = 84091, upload-time = "2025-11-29T14:01:01.118Z" },
|
|
1668
|
+
{ url = "https://files.pythonhosted.org/packages/ea/6c/f90306906fb6cc6eaf4725870f0347115de05431e1f96d35114392d31fda/librt-0.6.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ad8ba80cdcea04bea7b78fcd4925bfbf408961e9d8397d2ee5d3ec121e20c08c", size = 88239, upload-time = "2025-11-29T14:01:02.11Z" },
|
|
1669
|
+
{ url = "https://files.pythonhosted.org/packages/e7/ae/473ce7b423cfac2cb503851a89d9d2195bf615f534d5912bf86feeebbee7/librt-0.6.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4018904c83eab49c814e2494b4e22501a93cdb6c9f9425533fe693c3117126f9", size = 88815, upload-time = "2025-11-29T14:01:03.114Z" },
|
|
1670
|
+
{ url = "https://files.pythonhosted.org/packages/c4/6d/934df738c87fb9617cabefe4891eece585a06abe6def25b4bca3b174429d/librt-0.6.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8983c5c06ac9c990eac5eb97a9f03fe41dc7e9d7993df74d9e8682a1056f596c", size = 90598, upload-time = "2025-11-29T14:01:04.071Z" },
|
|
1671
|
+
{ url = "https://files.pythonhosted.org/packages/72/89/eeaa124f5e0f431c2b39119550378ae817a4b1a3c93fd7122f0639336fff/librt-0.6.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:d7769c579663a6f8dbf34878969ac71befa42067ce6bf78e6370bf0d1194997c", size = 88603, upload-time = "2025-11-29T14:01:05.02Z" },
|
|
1672
|
+
{ url = "https://files.pythonhosted.org/packages/4d/ed/c60b3c1cfc27d709bc0288af428ce58543fcb5053cf3eadbc773c24257f5/librt-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d3c9a07eafdc70556f8c220da4a538e715668c0c63cabcc436a026e4e89950bf", size = 92112, upload-time = "2025-11-29T14:01:06.304Z" },
|
|
1673
|
+
{ url = "https://files.pythonhosted.org/packages/c1/ab/f56169be5f716ef4ab0277be70bcb1874b4effc262e655d85b505af4884d/librt-0.6.3-cp312-cp312-win32.whl", hash = "sha256:38320386a48a15033da295df276aea93a92dfa94a862e06893f75ea1d8bbe89d", size = 20127, upload-time = "2025-11-29T14:01:07.283Z" },
|
|
1674
|
+
{ url = "https://files.pythonhosted.org/packages/ff/8d/222750ce82bf95125529eaab585ac7e2829df252f3cfc05d68792fb1dd2c/librt-0.6.3-cp312-cp312-win_amd64.whl", hash = "sha256:c0ecf4786ad0404b072196b5df774b1bb23c8aacdcacb6c10b4128bc7b00bd01", size = 21545, upload-time = "2025-11-29T14:01:08.184Z" },
|
|
1675
|
+
{ url = "https://files.pythonhosted.org/packages/72/c9/f731ddcfb72f446a92a8674c6b8e1e2242773cce43a04f41549bd8b958ff/librt-0.6.3-cp312-cp312-win_arm64.whl", hash = "sha256:9f2a6623057989ebc469cd9cc8fe436c40117a0147627568d03f84aef7854c55", size = 20946, upload-time = "2025-11-29T14:01:09.384Z" },
|
|
1676
|
+
{ url = "https://files.pythonhosted.org/packages/dd/aa/3055dd440f8b8b3b7e8624539a0749dd8e1913e978993bcca9ce7e306231/librt-0.6.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9e716f9012148a81f02f46a04fc4c663420c6fbfeacfac0b5e128cf43b4413d3", size = 27874, upload-time = "2025-11-29T14:01:10.615Z" },
|
|
1677
|
+
{ url = "https://files.pythonhosted.org/packages/ef/93/226d7dd455eaa4c26712b5ccb2dfcca12831baa7f898c8ffd3a831e29fda/librt-0.6.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:669ff2495728009a96339c5ad2612569c6d8be4474e68f3f3ac85d7c3261f5f5", size = 27852, upload-time = "2025-11-29T14:01:11.535Z" },
|
|
1678
|
+
{ url = "https://files.pythonhosted.org/packages/4e/8b/db9d51191aef4e4cc06285250affe0bb0ad8b2ed815f7ca77951655e6f02/librt-0.6.3-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:349b6873ebccfc24c9efd244e49da9f8a5c10f60f07575e248921aae2123fc42", size = 84264, upload-time = "2025-11-29T14:01:12.461Z" },
|
|
1679
|
+
{ url = "https://files.pythonhosted.org/packages/8d/53/297c96bda3b5a73bdaf748f1e3ae757edd29a0a41a956b9c10379f193417/librt-0.6.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0c74c26736008481c9f6d0adf1aedb5a52aff7361fea98276d1f965c0256ee70", size = 88432, upload-time = "2025-11-29T14:01:13.405Z" },
|
|
1680
|
+
{ url = "https://files.pythonhosted.org/packages/54/3a/c005516071123278e340f22de72fa53d51e259d49215295c212da16c4dc2/librt-0.6.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:408a36ddc75e91918cb15b03460bdc8a015885025d67e68c6f78f08c3a88f522", size = 89014, upload-time = "2025-11-29T14:01:14.373Z" },
|
|
1681
|
+
{ url = "https://files.pythonhosted.org/packages/8e/9b/ea715f818d926d17b94c80a12d81a79e95c44f52848e61e8ca1ff29bb9a9/librt-0.6.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e61ab234624c9ffca0248a707feffe6fac2343758a36725d8eb8a6efef0f8c30", size = 90807, upload-time = "2025-11-29T14:01:15.377Z" },
|
|
1682
|
+
{ url = "https://files.pythonhosted.org/packages/f0/fc/4e2e4c87e002fa60917a8e474fd13c4bac9a759df82be3778573bb1ab954/librt-0.6.3-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:324462fe7e3896d592b967196512491ec60ca6e49c446fe59f40743d08c97917", size = 88890, upload-time = "2025-11-29T14:01:16.633Z" },
|
|
1683
|
+
{ url = "https://files.pythonhosted.org/packages/70/7f/c7428734fbdfd4db3d5b9237fc3a857880b2ace66492836f6529fef25d92/librt-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:36b2ec8c15030002c7f688b4863e7be42820d7c62d9c6eece3db54a2400f0530", size = 92300, upload-time = "2025-11-29T14:01:17.658Z" },
|
|
1684
|
+
{ url = "https://files.pythonhosted.org/packages/f9/0c/738c4824fdfe74dc0f95d5e90ef9e759d4ecf7fd5ba964d54a7703322251/librt-0.6.3-cp313-cp313-win32.whl", hash = "sha256:25b1b60cb059471c0c0c803e07d0dfdc79e41a0a122f288b819219ed162672a3", size = 20159, upload-time = "2025-11-29T14:01:18.61Z" },
|
|
1685
|
+
{ url = "https://files.pythonhosted.org/packages/f2/95/93d0e61bc617306ecf4c54636b5cbde4947d872563565c4abdd9d07a39d3/librt-0.6.3-cp313-cp313-win_amd64.whl", hash = "sha256:10a95ad074e2a98c9e4abc7f5b7d40e5ecbfa84c04c6ab8a70fabf59bd429b88", size = 21484, upload-time = "2025-11-29T14:01:19.506Z" },
|
|
1686
|
+
{ url = "https://files.pythonhosted.org/packages/10/23/abd7ace79ab54d1dbee265f13529266f686a7ce2d21ab59a992f989009b6/librt-0.6.3-cp313-cp313-win_arm64.whl", hash = "sha256:17000df14f552e86877d67e4ab7966912224efc9368e998c96a6974a8d609bf9", size = 20935, upload-time = "2025-11-29T14:01:20.415Z" },
|
|
1687
|
+
{ url = "https://files.pythonhosted.org/packages/83/14/c06cb31152182798ed98be73f54932ab984894f5a8fccf9b73130897a938/librt-0.6.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8e695f25d1a425ad7a272902af8ab8c8d66c1998b177e4b5f5e7b4e215d0c88a", size = 27566, upload-time = "2025-11-29T14:01:21.609Z" },
|
|
1688
|
+
{ url = "https://files.pythonhosted.org/packages/0c/b1/ce83ca7b057b06150519152f53a0b302d7c33c8692ce2f01f669b5a819d9/librt-0.6.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3e84a4121a7ae360ca4da436548a9c1ca8ca134a5ced76c893cc5944426164bd", size = 27753, upload-time = "2025-11-29T14:01:22.558Z" },
|
|
1689
|
+
{ url = "https://files.pythonhosted.org/packages/3b/ec/739a885ef0a2839b6c25f1b01c99149d2cb6a34e933ffc8c051fcd22012e/librt-0.6.3-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:05f385a414de3f950886ea0aad8f109650d4b712cf9cc14cc17f5f62a9ab240b", size = 83178, upload-time = "2025-11-29T14:01:23.555Z" },
|
|
1690
|
+
{ url = "https://files.pythonhosted.org/packages/db/bd/dc18bb1489d48c0911b9f4d72eae2d304ea264e215ba80f1e6ba4a9fc41d/librt-0.6.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:36a8e337461150b05ca2c7bdedb9e591dfc262c5230422cea398e89d0c746cdc", size = 87266, upload-time = "2025-11-29T14:01:24.532Z" },
|
|
1691
|
+
{ url = "https://files.pythonhosted.org/packages/94/f3/d0c5431b39eef15e48088b2d739ad84b17c2f1a22c0345c6d4c4a42b135e/librt-0.6.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dcbe48f6a03979384f27086484dc2a14959be1613cb173458bd58f714f2c48f3", size = 87623, upload-time = "2025-11-29T14:01:25.798Z" },
|
|
1692
|
+
{ url = "https://files.pythonhosted.org/packages/3b/15/9a52e90834e4bd6ee16cdbaf551cb32227cbaad27398391a189c489318bc/librt-0.6.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4bca9e4c260233fba37b15c4ec2f78aa99c1a79fbf902d19dd4a763c5c3fb751", size = 89436, upload-time = "2025-11-29T14:01:26.769Z" },
|
|
1693
|
+
{ url = "https://files.pythonhosted.org/packages/c3/8a/a7e78e46e8486e023c50f21758930ef4793999115229afd65de69e94c9cc/librt-0.6.3-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:760c25ed6ac968e24803eb5f7deb17ce026902d39865e83036bacbf5cf242aa8", size = 87540, upload-time = "2025-11-29T14:01:27.756Z" },
|
|
1694
|
+
{ url = "https://files.pythonhosted.org/packages/49/01/93799044a1cccac31f1074b07c583e181829d240539657e7f305ae63ae2a/librt-0.6.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:4aa4a93a353ccff20df6e34fa855ae8fd788832c88f40a9070e3ddd3356a9f0e", size = 90597, upload-time = "2025-11-29T14:01:29.35Z" },
|
|
1695
|
+
{ url = "https://files.pythonhosted.org/packages/a7/29/00c7f58b8f8eb1bad6529ffb6c9cdcc0890a27dac59ecda04f817ead5277/librt-0.6.3-cp314-cp314-win32.whl", hash = "sha256:cb92741c2b4ea63c09609b064b26f7f5d9032b61ae222558c55832ec3ad0bcaf", size = 18955, upload-time = "2025-11-29T14:01:30.325Z" },
|
|
1696
|
+
{ url = "https://files.pythonhosted.org/packages/d7/13/2739e6e197a9f751375a37908a6a5b0bff637b81338497a1bcb5817394da/librt-0.6.3-cp314-cp314-win_amd64.whl", hash = "sha256:fdcd095b1b812d756fa5452aca93b962cf620694c0cadb192cec2bb77dcca9a2", size = 20263, upload-time = "2025-11-29T14:01:31.287Z" },
|
|
1697
|
+
{ url = "https://files.pythonhosted.org/packages/e1/73/393868fc2158705ea003114a24e73bb10b03bda31e9ad7b5c5ec6575338b/librt-0.6.3-cp314-cp314-win_arm64.whl", hash = "sha256:822ca79e28720a76a935c228d37da6579edef048a17cd98d406a2484d10eda78", size = 19575, upload-time = "2025-11-29T14:01:32.229Z" },
|
|
1698
|
+
{ url = "https://files.pythonhosted.org/packages/48/6d/3c8ff3dec21bf804a205286dd63fd28dcdbe00b8dd7eb7ccf2e21a40a0b0/librt-0.6.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:078cd77064d1640cb7b0650871a772956066174d92c8aeda188a489b58495179", size = 28732, upload-time = "2025-11-29T14:01:33.165Z" },
|
|
1699
|
+
{ url = "https://files.pythonhosted.org/packages/f4/90/e214b8b4aa34ed3d3f1040719c06c4d22472c40c5ef81a922d5af7876eb4/librt-0.6.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5cc22f7f5c0cc50ed69f4b15b9c51d602aabc4500b433aaa2ddd29e578f452f7", size = 29065, upload-time = "2025-11-29T14:01:34.088Z" },
|
|
1700
|
+
{ url = "https://files.pythonhosted.org/packages/ab/90/ef61ed51f0a7770cc703422d907a757bbd8811ce820c333d3db2fd13542a/librt-0.6.3-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:14b345eb7afb61b9fdcdfda6738946bd11b8e0f6be258666b0646af3b9bb5916", size = 93703, upload-time = "2025-11-29T14:01:35.057Z" },
|
|
1701
|
+
{ url = "https://files.pythonhosted.org/packages/a8/ae/c30bb119c35962cbe9a908a71da99c168056fc3f6e9bbcbc157d0b724d89/librt-0.6.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6d46aa46aa29b067f0b8b84f448fd9719aaf5f4c621cc279164d76a9dc9ab3e8", size = 98890, upload-time = "2025-11-29T14:01:36.031Z" },
|
|
1702
|
+
{ url = "https://files.pythonhosted.org/packages/d1/96/47a4a78d252d36f072b79d592df10600d379a895c3880c8cbd2ac699f0ad/librt-0.6.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1b51ba7d9d5d9001494769eca8c0988adce25d0a970c3ba3f2eb9df9d08036fc", size = 98255, upload-time = "2025-11-29T14:01:37.058Z" },
|
|
1703
|
+
{ url = "https://files.pythonhosted.org/packages/e5/28/779b5cc3cd9987683884eb5f5672e3251676bebaaae6b7da1cf366eb1da1/librt-0.6.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ced0925a18fddcff289ef54386b2fc230c5af3c83b11558571124bfc485b8c07", size = 100769, upload-time = "2025-11-29T14:01:38.413Z" },
|
|
1704
|
+
{ url = "https://files.pythonhosted.org/packages/28/d7/771755e57c375cb9d25a4e106f570607fd856e2cb91b02418db1db954796/librt-0.6.3-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:6bac97e51f66da2ca012adddbe9fd656b17f7368d439de30898f24b39512f40f", size = 98580, upload-time = "2025-11-29T14:01:39.459Z" },
|
|
1705
|
+
{ url = "https://files.pythonhosted.org/packages/d0/ec/8b157eb8fbc066339a2f34b0aceb2028097d0ed6150a52e23284a311eafe/librt-0.6.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:b2922a0e8fa97395553c304edc3bd36168d8eeec26b92478e292e5d4445c1ef0", size = 101706, upload-time = "2025-11-29T14:01:40.474Z" },
|
|
1706
|
+
{ url = "https://files.pythonhosted.org/packages/82/a8/4aaead9a06c795a318282aebf7d3e3e578fa889ff396e1b640c3be4c7806/librt-0.6.3-cp314-cp314t-win32.whl", hash = "sha256:f33462b19503ba68d80dac8a1354402675849259fb3ebf53b67de86421735a3a", size = 19465, upload-time = "2025-11-29T14:01:41.77Z" },
|
|
1707
|
+
{ url = "https://files.pythonhosted.org/packages/3a/61/b7e6a02746c1731670c19ba07d86da90b1ae45d29e405c0b5615abf97cde/librt-0.6.3-cp314-cp314t-win_amd64.whl", hash = "sha256:04f8ce401d4f6380cfc42af0f4e67342bf34c820dae01343f58f472dbac75dcf", size = 21042, upload-time = "2025-11-29T14:01:42.865Z" },
|
|
1708
|
+
{ url = "https://files.pythonhosted.org/packages/0e/3d/72cc9ec90bb80b5b1a65f0bb74a0f540195837baaf3b98c7fa4a7aa9718e/librt-0.6.3-cp314-cp314t-win_arm64.whl", hash = "sha256:afb39550205cc5e5c935762c6bf6a2bb34f7d21a68eadb25e2db7bf3593fecc0", size = 20246, upload-time = "2025-11-29T14:01:44.13Z" },
|
|
1709
|
+
]
|
|
1710
|
+
|
|
1638
1711
|
[[package]]
|
|
1639
1712
|
name = "lupa"
|
|
1640
1713
|
version = "2.6"
|
|
@@ -2088,47 +2161,48 @@ wheels = [
|
|
|
2088
2161
|
|
|
2089
2162
|
[[package]]
|
|
2090
2163
|
name = "mypy"
|
|
2091
|
-
version = "1.
|
|
2164
|
+
version = "1.19.0"
|
|
2092
2165
|
source = { registry = "https://pypi.org/simple" }
|
|
2093
2166
|
dependencies = [
|
|
2167
|
+
{ name = "librt" },
|
|
2094
2168
|
{ name = "mypy-extensions" },
|
|
2095
2169
|
{ name = "pathspec" },
|
|
2096
2170
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
2097
2171
|
{ name = "typing-extensions" },
|
|
2098
2172
|
]
|
|
2099
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2100
|
-
wheels = [
|
|
2101
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2102
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2103
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2104
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2105
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2106
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2107
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2108
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2109
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2110
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2111
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2112
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2113
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2114
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2115
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2116
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2117
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2118
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2119
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2120
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2121
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2122
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2124
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2125
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2126
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2127
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2129
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2131
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2173
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f9/b5/b58cdc25fadd424552804bf410855d52324183112aa004f0732c5f6324cf/mypy-1.19.0.tar.gz", hash = "sha256:f6b874ca77f733222641e5c46e4711648c4037ea13646fd0cdc814c2eaec2528", size = 3579025, upload-time = "2025-11-28T15:49:01.26Z" }
|
|
2174
|
+
wheels = [
|
|
2175
|
+
{ url = "https://files.pythonhosted.org/packages/98/8f/55fb488c2b7dabd76e3f30c10f7ab0f6190c1fcbc3e97b1e588ec625bbe2/mypy-1.19.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6148ede033982a8c5ca1143de34c71836a09f105068aaa8b7d5edab2b053e6c8", size = 13093239, upload-time = "2025-11-28T15:45:11.342Z" },
|
|
2176
|
+
{ url = "https://files.pythonhosted.org/packages/72/1b/278beea978456c56b3262266274f335c3ba5ff2c8108b3b31bec1ffa4c1d/mypy-1.19.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a9ac09e52bb0f7fb912f5d2a783345c72441a08ef56ce3e17c1752af36340a39", size = 12156128, upload-time = "2025-11-28T15:46:02.566Z" },
|
|
2177
|
+
{ url = "https://files.pythonhosted.org/packages/21/f8/e06f951902e136ff74fd7a4dc4ef9d884faeb2f8eb9c49461235714f079f/mypy-1.19.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:11f7254c15ab3f8ed68f8e8f5cbe88757848df793e31c36aaa4d4f9783fd08ab", size = 12753508, upload-time = "2025-11-28T15:44:47.538Z" },
|
|
2178
|
+
{ url = "https://files.pythonhosted.org/packages/67/5a/d035c534ad86e09cee274d53cf0fd769c0b29ca6ed5b32e205be3c06878c/mypy-1.19.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:318ba74f75899b0e78b847d8c50821e4c9637c79d9a59680fc1259f29338cb3e", size = 13507553, upload-time = "2025-11-28T15:44:39.26Z" },
|
|
2179
|
+
{ url = "https://files.pythonhosted.org/packages/6a/17/c4a5498e00071ef29e483a01558b285d086825b61cf1fb2629fbdd019d94/mypy-1.19.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cf7d84f497f78b682edd407f14a7b6e1a2212b433eedb054e2081380b7395aa3", size = 13792898, upload-time = "2025-11-28T15:44:31.102Z" },
|
|
2180
|
+
{ url = "https://files.pythonhosted.org/packages/67/f6/bb542422b3ee4399ae1cdc463300d2d91515ab834c6233f2fd1d52fa21e0/mypy-1.19.0-cp310-cp310-win_amd64.whl", hash = "sha256:c3385246593ac2b97f155a0e9639be906e73534630f663747c71908dfbf26134", size = 10048835, upload-time = "2025-11-28T15:48:15.744Z" },
|
|
2181
|
+
{ url = "https://files.pythonhosted.org/packages/0f/d2/010fb171ae5ac4a01cc34fbacd7544531e5ace95c35ca166dd8fd1b901d0/mypy-1.19.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a31e4c28e8ddb042c84c5e977e28a21195d086aaffaf08b016b78e19c9ef8106", size = 13010563, upload-time = "2025-11-28T15:48:23.975Z" },
|
|
2182
|
+
{ url = "https://files.pythonhosted.org/packages/41/6b/63f095c9f1ce584fdeb595d663d49e0980c735a1d2004720ccec252c5d47/mypy-1.19.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:34ec1ac66d31644f194b7c163d7f8b8434f1b49719d403a5d26c87fff7e913f7", size = 12077037, upload-time = "2025-11-28T15:47:51.582Z" },
|
|
2183
|
+
{ url = "https://files.pythonhosted.org/packages/d7/83/6cb93d289038d809023ec20eb0b48bbb1d80af40511fa077da78af6ff7c7/mypy-1.19.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:cb64b0ba5980466a0f3f9990d1c582bcab8db12e29815ecb57f1408d99b4bff7", size = 12680255, upload-time = "2025-11-28T15:46:57.628Z" },
|
|
2184
|
+
{ url = "https://files.pythonhosted.org/packages/99/db/d217815705987d2cbace2edd9100926196d6f85bcb9b5af05058d6e3c8ad/mypy-1.19.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:120cffe120cca5c23c03c77f84abc0c14c5d2e03736f6c312480020082f1994b", size = 13421472, upload-time = "2025-11-28T15:47:59.655Z" },
|
|
2185
|
+
{ url = "https://files.pythonhosted.org/packages/4e/51/d2beaca7c497944b07594f3f8aad8d2f0e8fc53677059848ae5d6f4d193e/mypy-1.19.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:7a500ab5c444268a70565e374fc803972bfd1f09545b13418a5174e29883dab7", size = 13651823, upload-time = "2025-11-28T15:45:29.318Z" },
|
|
2186
|
+
{ url = "https://files.pythonhosted.org/packages/aa/d1/7883dcf7644db3b69490f37b51029e0870aac4a7ad34d09ceae709a3df44/mypy-1.19.0-cp311-cp311-win_amd64.whl", hash = "sha256:c14a98bc63fd867530e8ec82f217dae29d0550c86e70debc9667fff1ec83284e", size = 10049077, upload-time = "2025-11-28T15:45:39.818Z" },
|
|
2187
|
+
{ url = "https://files.pythonhosted.org/packages/11/7e/1afa8fb188b876abeaa14460dc4983f909aaacaa4bf5718c00b2c7e0b3d5/mypy-1.19.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:0fb3115cb8fa7c5f887c8a8d81ccdcb94cff334684980d847e5a62e926910e1d", size = 13207728, upload-time = "2025-11-28T15:46:26.463Z" },
|
|
2188
|
+
{ url = "https://files.pythonhosted.org/packages/b2/13/f103d04962bcbefb1644f5ccb235998b32c337d6c13145ea390b9da47f3e/mypy-1.19.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f3e19e3b897562276bb331074d64c076dbdd3e79213f36eed4e592272dabd760", size = 12202945, upload-time = "2025-11-28T15:48:49.143Z" },
|
|
2189
|
+
{ url = "https://files.pythonhosted.org/packages/e4/93/a86a5608f74a22284a8ccea8592f6e270b61f95b8588951110ad797c2ddd/mypy-1.19.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b9d491295825182fba01b6ffe2c6fe4e5a49dbf4e2bb4d1217b6ced3b4797bc6", size = 12718673, upload-time = "2025-11-28T15:47:37.193Z" },
|
|
2190
|
+
{ url = "https://files.pythonhosted.org/packages/3d/58/cf08fff9ced0423b858f2a7495001fda28dc058136818ee9dffc31534ea9/mypy-1.19.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6016c52ab209919b46169651b362068f632efcd5eb8ef9d1735f6f86da7853b2", size = 13608336, upload-time = "2025-11-28T15:48:32.625Z" },
|
|
2191
|
+
{ url = "https://files.pythonhosted.org/packages/64/ed/9c509105c5a6d4b73bb08733102a3ea62c25bc02c51bca85e3134bf912d3/mypy-1.19.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f188dcf16483b3e59f9278c4ed939ec0254aa8a60e8fc100648d9ab5ee95a431", size = 13833174, upload-time = "2025-11-28T15:45:48.091Z" },
|
|
2192
|
+
{ url = "https://files.pythonhosted.org/packages/cd/71/01939b66e35c6f8cb3e6fdf0b657f0fd24de2f8ba5e523625c8e72328208/mypy-1.19.0-cp312-cp312-win_amd64.whl", hash = "sha256:0e3c3d1e1d62e678c339e7ade72746a9e0325de42cd2cccc51616c7b2ed1a018", size = 10112208, upload-time = "2025-11-28T15:46:41.702Z" },
|
|
2193
|
+
{ url = "https://files.pythonhosted.org/packages/cb/0d/a1357e6bb49e37ce26fcf7e3cc55679ce9f4ebee0cd8b6ee3a0e301a9210/mypy-1.19.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:7686ed65dbabd24d20066f3115018d2dce030d8fa9db01aa9f0a59b6813e9f9e", size = 13191993, upload-time = "2025-11-28T15:47:22.336Z" },
|
|
2194
|
+
{ url = "https://files.pythonhosted.org/packages/5d/75/8e5d492a879ec4490e6ba664b5154e48c46c85b5ac9785792a5ec6a4d58f/mypy-1.19.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:fd4a985b2e32f23bead72e2fb4bbe5d6aceee176be471243bd831d5b2644672d", size = 12174411, upload-time = "2025-11-28T15:44:55.492Z" },
|
|
2195
|
+
{ url = "https://files.pythonhosted.org/packages/71/31/ad5dcee9bfe226e8eaba777e9d9d251c292650130f0450a280aec3485370/mypy-1.19.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fc51a5b864f73a3a182584b1ac75c404396a17eced54341629d8bdcb644a5bba", size = 12727751, upload-time = "2025-11-28T15:44:14.169Z" },
|
|
2196
|
+
{ url = "https://files.pythonhosted.org/packages/77/06/b6b8994ce07405f6039701f4b66e9d23f499d0b41c6dd46ec28f96d57ec3/mypy-1.19.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:37af5166f9475872034b56c5efdcf65ee25394e9e1d172907b84577120714364", size = 13593323, upload-time = "2025-11-28T15:46:34.699Z" },
|
|
2197
|
+
{ url = "https://files.pythonhosted.org/packages/68/b1/126e274484cccdf099a8e328d4fda1c7bdb98a5e888fa6010b00e1bbf330/mypy-1.19.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:510c014b722308c9bd377993bcbf9a07d7e0692e5fa8fc70e639c1eb19fc6bee", size = 13818032, upload-time = "2025-11-28T15:46:18.286Z" },
|
|
2198
|
+
{ url = "https://files.pythonhosted.org/packages/f8/56/53a8f70f562dfc466c766469133a8a4909f6c0012d83993143f2a9d48d2d/mypy-1.19.0-cp313-cp313-win_amd64.whl", hash = "sha256:cabbee74f29aa9cd3b444ec2f1e4fa5a9d0d746ce7567a6a609e224429781f53", size = 10120644, upload-time = "2025-11-28T15:47:43.99Z" },
|
|
2199
|
+
{ url = "https://files.pythonhosted.org/packages/b0/f4/7751f32f56916f7f8c229fe902cbdba3e4dd3f3ea9e8b872be97e7fc546d/mypy-1.19.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:f2e36bed3c6d9b5f35d28b63ca4b727cb0228e480826ffc8953d1892ddc8999d", size = 13185236, upload-time = "2025-11-28T15:45:20.696Z" },
|
|
2200
|
+
{ url = "https://files.pythonhosted.org/packages/35/31/871a9531f09e78e8d145032355890384f8a5b38c95a2c7732d226b93242e/mypy-1.19.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a18d8abdda14035c5718acb748faec09571432811af129bf0d9e7b2d6699bf18", size = 12213902, upload-time = "2025-11-28T15:46:10.117Z" },
|
|
2201
|
+
{ url = "https://files.pythonhosted.org/packages/58/b8/af221910dd40eeefa2077a59107e611550167b9994693fc5926a0b0f87c0/mypy-1.19.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f75e60aca3723a23511948539b0d7ed514dda194bc3755eae0bfc7a6b4887aa7", size = 12738600, upload-time = "2025-11-28T15:44:22.521Z" },
|
|
2202
|
+
{ url = "https://files.pythonhosted.org/packages/11/9f/c39e89a3e319c1d9c734dedec1183b2cc3aefbab066ec611619002abb932/mypy-1.19.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f44f2ae3c58421ee05fe609160343c25f70e3967f6e32792b5a78006a9d850f", size = 13592639, upload-time = "2025-11-28T15:48:08.55Z" },
|
|
2203
|
+
{ url = "https://files.pythonhosted.org/packages/97/6d/ffaf5f01f5e284d9033de1267e6c1b8f3783f2cf784465378a86122e884b/mypy-1.19.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:63ea6a00e4bd6822adbfc75b02ab3653a17c02c4347f5bb0cf1d5b9df3a05835", size = 13799132, upload-time = "2025-11-28T15:47:06.032Z" },
|
|
2204
|
+
{ url = "https://files.pythonhosted.org/packages/fe/b0/c33921e73aaa0106224e5a34822411bea38046188eb781637f5a5b07e269/mypy-1.19.0-cp314-cp314-win_amd64.whl", hash = "sha256:3ad925b14a0bb99821ff6f734553294aa6a3440a8cb082fe1f5b84dfb662afb1", size = 10269832, upload-time = "2025-11-28T15:47:29.392Z" },
|
|
2205
|
+
{ url = "https://files.pythonhosted.org/packages/09/0e/fe228ed5aeab470c6f4eb82481837fadb642a5aa95cc8215fd2214822c10/mypy-1.19.0-py3-none-any.whl", hash = "sha256:0c01c99d626380752e527d5ce8e69ffbba2046eb8a060db0329690849cf9b6f9", size = 2469714, upload-time = "2025-11-28T15:45:33.22Z" },
|
|
2132
2206
|
]
|
|
2133
2207
|
|
|
2134
2208
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/log_with_config_example.py
RENAMED
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/deployment/code_examples/apify/proxy_advanced_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/adaptive_playwright_crawler.py
RENAMED
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/add_data_to_dataset_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/beautifulsoup_crawler_stop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_all_links_on_website_bs.py
RENAMED
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/crawl_all_links_on_website_pw.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/playwright_block_requests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/respect_robots_txt_file.py
RENAMED
|
File without changes
|
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/using_browser_profiles_chrome.py
RENAMED
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/using_browser_profiles_firefox.py
RENAMED
|
File without changes
|
{crawlee-1.1.1b10 → crawlee-1.1.1b11}/docs/examples/code_examples/using_sitemap_request_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|