{"library":"proxyproviders","title":"ProxyProviders","description":"A Python library providing a unified interface for different proxy providers. Version 0.2.2, actively maintained with monthly releases. It abstracts API calls to various proxy services (e.g., BrightData, Oxylabs, Smartproxy) into a single API, supporting rotation, session management, and async usage.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install proxyproviders"],"cli":null},"imports":["from proxyproviders import ProxyClient","from proxyproviders import ProxyProvider","from proxyproviders import AsyncProxyClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom proxyproviders import ProxyClient\n\n# Initialize with a provider (e.g., 'brightdata')\nclient = ProxyClient(provider='brightdata', api_key=os.environ.get('BRIGHTDATA_API_KEY', ''))\nproxy = client.get_proxy()\nprint(proxy['http'])","lang":"python","description":"Initialize a proxy client with an API key from environment variable and fetch a proxy.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}