proxywhirl.rotator ================== .. py:module:: proxywhirl.rotator .. autoapi-nested-parse:: Proxy rotation implementations. This package provides both synchronous and asynchronous proxy rotators with automatic failover, circuit breakers, and connection pooling. Usage: Synchronous: >>> from proxywhirl.rotator import ProxyWhirl >>> rotator = ProxyWhirl(proxies=[...]) Asynchronous: >>> from proxywhirl.rotator import AsyncProxyWhirl >>> rotator = AsyncProxyWhirl(proxies=[...]) Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/proxywhirl/rotator/async_/index /autoapi/proxywhirl/rotator/base/index /autoapi/proxywhirl/rotator/client_pool/index /autoapi/proxywhirl/rotator/sync/index